]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
357a4b34a9ffdd9b5305bf2a3d18b91ec9bb6365
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2004-06-01  Angus Leeming  <leeming@lyx.org>
2
3         * Q[a-zA-Z]*DialogBase.C: tell the QDialog base class who the
4         parent dialog is.
5
6 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
7
8         * ui/Makefile.am (EXTRA_DIST): add QPreambleDialogBase.ui
9
10 2004-05-20  Angus Leeming  <leeming@lyx.org>
11
12         * Most .C files: bring some sort of sanity to the order
13         of inclusion of header files.
14
15 2004-05-19  Angus Leeming  <leeming@lyx.org>
16
17         * Most files: wrap code up inside namespace lyx::frontend.
18
19 2004-05-14  Angus Leeming  <leeming@lyx.org>
20
21         * QCitation.C: small changes due to the changes in biblio.h.
22
23 2004-05-12  Angus Leeming  <leeming@lyx.org>
24
25         * QDocument.C (apply, update): get, set data with
26         BufferParams::cite_engine.
27
28 2004-05-10  Angus Leeming  <leeming@lyx.org>
29
30         * QCitation.C: simplified code to use the biblio::CiteEngine
31         enum rather than multiple bools, usingNatbib and using Jurabib.
32
33 2004-05-05  Angus Leeming  <leeming@lyx.org>
34
35         * QIndexDialog.[Ch] (reject): overload the QDialog::reject function
36         and so squash bug 1251 completely.
37
38 2004-05-05  Angus Leeming  <leeming@lyx.org>
39
40         * QRef.C (redoRefs): Prevent widgets from emitting any signals
41         whilst we modify their state.
42
43 2004-05-04  Angus Leeming  <leeming@lyx.org>
44
45         * Dialogs.C: Remove "error" dialog identifier.
46
47 2004-05-02  Angus Leeming  <leeming@lyx.org>
48
49         * QLImage.[Ch]: store and use QImage rather than QPixmap. Saves
50         a heap of transformations to/from QImage when manipulating the
51         data.
52
53         * QLPainter.C (image): access QLImage::qimage rather than ::qpixmap.
54
55 2004-05-02  Angus Leeming  <leeming@lyx.org>
56
57         * QLPainter.C (image): set the background colour to
58         LColor::graphicsbg.
59
60         * QLImage.C (setPixmap_impl): remove commented out xforms code
61         to set pixmap background colour.
62
63 2004-05-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
64
65         * QGraphics.C: #include <cmath> (STLport compile fix for floor())
66
67 2004-04-29  Angus Leeming  <leeming@lyx.org>
68
69         * QLImage.C (toGray): new helper function, copied from
70         KImageEffect::toGray.
71         (setPixmap_impl): use it.
72
73 2004-04-29  Angus Leeming  <leeming@lyx.org>
74
75         * QGraphics.C (apply): Remove a #warning statement by
76         fixing the code.
77
78 2004-04-28  Angus Leeming  <leeming@lyx.org>
79
80         * QLToolbar.[Ch]: rewrite code to derive from a single Toolbar or
81         LayoutBox.
82
83         * QtView.C: small changes due to changed Toolbar API.
84
85 2004-04-28  Angus Leeming  <leeming@lyx.org>
86
87         * WorkAreaFactory.C (create): No longer passed x, y data.
88
89         * QWorkArea.[Ch] (c-tor): No longer receives x, y data.
90
91         * QtView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
92
93 2004-04-28  Angus Leeming  <leeming@lyx.org>
94
95         * WorkAreaFactory.C (create): pass a LyXView & to QWorkArea c-tor.
96
97         * QWorkArea.[Ch] (c-tor): now receives a LyXView &.
98
99 2004-04-21  John Levon  <levon@movementarian.org>
100
101         * QLToolbar.C: use GUI name for tooltip
102
103 2004-04-19  Angus Leeming  <leeming@lyx.org>
104
105         * QPref.C:
106         * QPrefsDialog.C:
107         * ui/QPrefDisplayModule.ui: changes due to changes to LyXRC::preview.
108
109 2004-04-18  John Levon  <levon@movementarian.org>
110
111         * QDelimiterDialog.C:
112         * QMathDialog.C: make button callbacks work again
113
114         * README: add a warning
115
116 2004-04-13  Angus Leeming  <leeming@lyx.org>
117
118         * ui/QExternalDialogBase.ui:
119         * ui/QGraphicsDialogBase.ui: layout tweaks.
120
121 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
122
123         * QPrefsDialog.C, ui/QPrefFileformatsModule.ui: add editor to format
124         * QGraphics.[Ch]: add slotEdit()
125         * QGraphicsDialog.[Ch]: add edit_clicked()
126         * ui/QGraphicsDialogBase.ui: add Edit button
127
128 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
129
130         * QLPainter.[Ch]: adjust to changes in Painter.h
131
132 2004-04-05  Angus Leeming  <leeming@lyx.org>
133
134         * Dialogs.C (build): set the preferences dialog button policy to
135         PreferencesPolicy.
136
137 2004-04-05  Angus Leeming  <leeming@lyx.org>
138
139         * QGraphics.C (getUnitNo): const-correct.
140
141 2004-04-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
142
143         * floatplacement.[Ch]: check whether we are in the float or
144         document dialog (in the latter, the span and sideways checkboxes
145         are not used). Fixes a crash.
146
147 2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
148
149         * floatplacement.[Ch]: another adjustment of placement enabling.
150
151 2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
152
153         * floatplacement.[Ch]: correct fix for enabling of placement
154         values (bug 1016)
155
156 2004-03-31  Angus Leeming  <leeming@lyx.org>
157
158         * Dialogs2.C:
159         * Qt2Base.[Ch]: removed.
160
161         * Makefile.am:
162         * Makefile.dialogs: adjusted to suit.
163
164 2004-03-31  Angus Leeming  <leeming@lyx.org>
165
166         * Dialogs.C (build): added "preamble" as a symonym for "document".
167         * Dialogs2.C (showPreamble): removed.
168
169 2004-03-31  Angus Leeming  <leeming@lyx.org>
170
171         * Dialogs.C (build): added spellchecker dialog.
172         * Dialogs2.C (showSpellchecker): removed.
173
174         * QSpellchecker.[Ch]: converted to the Dialog-based scheme.
175
176 2004-03-31  Angus Leeming  <leeming@lyx.org>
177
178         * Dialogs.C (build): added preferences dialog.
179         * Dialogs2.C (showPreferences): removed.
180
181         * QPrefs.[Ch]: converted to the Dialog-based scheme.
182
183 2004-03-31  Angus Leeming  <leeming@lyx.org>
184
185         * QPrefs.[Ch]:
186         * QPrefsDialog.C: changes due to the changed ControlPrefs interface.
187
188 2004-03-30  Angus Leeming  <leeming@lyx.org>
189
190         * Dialogs.C (build): added document dialog.
191         * Dialogs2.C (showDocument): removed.
192
193         * QDocument.[Ch]: converted to the Dialog-based scheme.
194
195 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
196
197         * QBibtex.C:
198         * QDocument.C:
199         * QDocumentDialog.C:
200         * ui/BiblioModuleBase.ui: bibtopic support.
201
202         * QPrefs.C:
203         * QPrefsDialog.C:
204         * ui/QPrefsLaTeXModule.ui: customize bibtex call.
205
206         * QFloat.C:
207         * QFloatDialog.C:
208         * floatplacement.[Ch]: add support for sidewaysfloats
209         fix enabling of placement values (bug 1016)
210
211 2004-03-28  Angus Leeming  <leeming@lyx.org>
212
213         * Dialogs.C (build): added print dialog.
214         * Dialogs2.C (showPrint): removed.
215
216         * QPrint.[Ch]: converted to the Dialog-based scheme.
217
218 2004-03-27  Angus Leeming  <leeming@lyx.org>
219
220         * Dialogs.C (build): added sendto dialog.
221         * Dialogs2.C (showSendto): removed.
222
223         * QSendto.[Ch]: converted to the Dialog-based scheme.
224
225 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
226
227         * QLyXKeySym.C (print): new method; print a KeySym using Qt syntax
228
229 2004-03-17  Angus Leeming  <leeming@lyx.org>
230
231         * Dialogs2.C, lyx_gui.C: remove mention of the forks dialog.
232
233 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
234
235         * QCitation.C:
236         * QDocument.C:
237         * QDocumentDialog.C:
238         * ui/BiblioModuleBase.ui: support jurabib.
239
240 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
241
242         * QCitation.C:
243         * ui/QCitationDialogBase.ui: Support second \cite option.
244
245         * QDocumentDialog.C (branches): Don't deselect branch
246         after button press.
247         * QBranch.C: fix off-by-one-error.
248
249 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
250
251         * QPrefs.C, QPrefsDialog.C, ui/QPrefPathsModule.ui: remove
252         use_tempdir
253
254 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
255
256         * QDocument.C:
257         * QDocumentDialog.C:
258         * ui/LanguageModuleBase.ui: get rid of the single/double
259         quote toggle (accessible via lfuns now).
260
261 2004-02-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
262
263         * QRef.[Ch]: Real fix for bug 1511 (restore latest settings);
264         fix for bug 1512 (restore ref format settings).
265
266 2004-02-18  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
267
268         * QCitation.[Ch]:
269         * QCitationDialog.[Ch]: open the find dialog if an inset is
270         new (new method openFind()). Fixes bug 1146.
271
272         * QCitation.C: restore the chosen natbib style.
273
274         * QRef.C: Disable goto button if there is no ref (bug 1037)
275         Restore setting of the buffer combo (bug 1511)
276
277 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
278
279         * floatplacement.C (set): "c" -> 'c' in calls to contains
280
281 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
282
283         * QPrefs.C: add using statement for std::distance
284         (findPos): add a typedef for the const_iterator.
285
286         * QLPopupMenu.C: add using statement for std::distance
287
288         * QDocument.C: add using statement for std::distance
289
290 2004-01-25  Angus Leeming  <leeming@lyx.org>
291
292         * Dialog.C (build): add the "findreplace" dialog.
293         * Dialogs2.C (showSearch): removed.
294
295         * QSearch.[Ch]: derive from QDialogView rather than from Qt2Base.
296
297 2004-01-15  Ronald Florence  <ron@18james.com>
298
299         * Menubar_pimpl.C: change Q_WS_MAC conditional define to
300         Q_WS_MACX.
301
302         * qfont_loader.C: add support for LyX/Mac to find Fonts directory
303         inside the application bundle.
304
305 2004-01-08  Angus Leeming  <leeming@lyx.org>
306
307         * FileDialog.C (open, save):
308         * FileDialog_private.[Ch] (c-tor):
309         the file filter mask is now passed as a FileFilterList rather than
310         as a string.
311
312         * QExternalDialog.C (browseClicked):
313         * QGraphicsDialog.C (browse_clicked):
314         * QInclude.C (browse):
315         changes doe to the name change controller().Browse() to
316         controller().browse().
317
318 2003-12-15  Ronald Florence <ron@18james.com>
319
320         * qfont_loader.C: fixed headers to compile w/o X11
321
322         * QWorkArea.C (checkAppleEventForMissingParams)
323         (handleOpenDocuments): add support for OpenDocuments apple event
324
325         * lyx_gui.C (macEventFilter): handle apple events
326
327 2004-01-05  Angus Leeming  <leeming@lyx.org>
328
329         * FileDialog_private.C (c-tor): invoke convert_brace_glob to convert
330         a csh-style glob like "*.{abc,def}" to something that
331         Qt can understand.
332
333 2003-12-30  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
334
335         * ui/QGraphicsDialogBase.ui: add missing signal/slot (bug 1469).
336
337 2003-12-14  Angus Leeming  <leeming@lyx.org>
338
339         * QBranch.C: use the List interface to BranchList, simplifying the code.
340
341         * QDocument.C:
342         * QDocumentDialog.C: overhaul the branchlist code.
343
344 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
345
346         * QMinipage.[Ch]:
347         * QMinipageDialog.[Ch]:
348         * ui/QMinipageDialogBase.ui: remove from repository.
349         * Dialogs.C:
350         * Makefile.am:
351         * Makefile.dialogs: remove minipage.
352
353 2003-12-12  Angus Leeming  <leeming@lyx.org>
354
355         * QBranch.C:
356         * socket_callback.[Ch]: unix line endings.
357
358 2003-12-11  Angus Leeming  <leeming@lyx.org>
359
360         * QCitationDialog.C (availableChanged, selectedChanged): ensure that
361         the bibkeysInfo map is populated before calling biblio::getInfo.
362         Prevents and assert when the bibtex database is not found.
363
364 2003-12-10  Angus Leeming  <leeming@lyx.org>
365
366         * QExternal.C, ui/QExternalDialogBase.ui: add a 'draft' check box
367         and use it to fill InsetExternalParams::draft.
368
369 2003-12-10  Angus Leeming  <leeming@lyx.org>
370
371         * QNote.C: changes due to the change of type of InsetNoteParams::type
372         from string to an enum.
373
374 2003-12-10  Angus Leeming  <leeming@lyx.org>
375
376         * lengthvalidator.[Ch]: make <qwidget.h> visible to the class.
377
378 2003-12-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
379
380         * lengthvalidator.[Ch] (LengthValidator): change the constructor to
381         take a QWidget* instead of QObject*.
382
383 2003-12-09  Angus Leeming  <leeming@lyx.org>
384
385         * checkedwidgets.C (setWarningColor): new function that should
386         work also with Qt 2.3.x.
387         (setWidget): call setWarningColor, not setPaletteForegroundColor.
388
389 2003-12-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
390
391         * QExternal.C: add using directive
392
393 2003-12-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
394
395         * QBox.[Ch]: (new)
396         * QBoxDialog.[Ch]: (new)
397         * ui/QBoxDialogBase.ui: (new)
398         * Makefile.am:
399         * Makefile.dialogs:
400         * Dialogs.C: new VSpace dialog.
401         * lengthcommon.[Ch]: add insertItem(int) method
402
403 2003-12-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
404
405         * QDocument.C: use geometry on custom, A3, B3 and B4
406         papersizes.
407
408 2003-12-05  Angus Leeming  <leeming@lyx.org>
409
410         * QVCLog.[Ch]:
411         * QVCLogDialog.[Ch]:
412         * ui/QVCLogDialogBase.ui: removed.
413
414         * Makefile.am, Makefile.dialogs: remove all mention of these files.
415
416 2003-12-05  Angus Leeming  <leeming@lyx.org>
417
418         * QLog.C: much simplified, thanks to the more powerful interface
419         of ControlLog.
420
421         * Dialogs.C: no need anymore to build a separate VCLog dialog.
422
423 2003-12-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
424
425         * ui/QExternalDialogBase.ui: improved layout.
426
427 2003-12-04  Angus Leeming  <leeming@lyx.org>
428
429         * lengthvalidator.[Ch]: a new class LengthValidator, derived from
430         QValidator enables us to validate that the input text is a LyXLength.
431
432         * checkedwidgets.[Ch]: a new class CheckedLineEdit derived from
433         CheckedWidget enables us to add widgets to a list at build time.
434         Thereafter, their validity is checked automatically on each
435         input event, thus allowing us to 'remember' invalid widgets and
436         so control the state of the 'Apply', 'Ok' buttons.
437         As a bit of fun and to provide the user with some visual feedback,
438         the invalid widgets are displayed in red.
439
440         * Makefile.am, Makefile.dialogs: add the new files.
441
442         * QExternal.[Ch]:
443         * QExternalDialog.C:
444         * ui/QExternalDialogBase.ui: a total overhaul. In addition, the
445         dialog can now manipulate the transform data (rotate, scale, crop).
446         Makes full use of CheckedLineEdit.
447
448 2003-12-01  Angus Leeming  <leeming@lyx.org>
449
450         * QContentPane.[Ch] (SyntheticMouseEvent): a new, helper struct.
451         (QContentPane): store an instance of SyntheticMouseEvent and
452         add a slot, generateSyntheticMouseEvent, that is invoked by the
453         SyntheticMouseEvent::timeout.
454         (mouseMoveEvent): initialize synthetic_mouse_event_ when the
455         mouse button is depressed and the cursor is outside of the work area.
456         (generateSyntheticMouseEvent): if the scrollbar value is different
457         from the cached value, then dispatch a 'synthetic' mouse event.
458
459 2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
460
461         * QVSpace.C: remove VSPACE::NONE, remove restore button.
462         * ui/QVSpaceDialogBase.ui: remove restore button, fix tooltip.
463
464 2003-12-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
465
466         * QDocumentDialog.[Ch]: (branches) don't insert a coloritem
467         for colorless branches; implement double click for (de)activating
468         branches.
469
470         * lengthcombo.[Ch]: introduce a noPercents() method which allows
471         to use the widget without the %-items.
472         * QVSpace.C:
473         * QDocument.C: use noPercents() where appropriate.
474
475         * QParagraph.[Ch]: remove dead code and dependencies.
476
477 2003-11-30  Angus Leeming  <leeming@lyx.org>
478
479         * QContentPane.C (QContentPane): squash warning about variables
480         being initialized in the wrong order.
481
482 2003-11-29  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
483
484         * qt_helpers.C (widgetsToLength): handle glue lengths
485         * QDocumentDialog.C: use clicked() instead of pressed()
486         for branches color button.
487         * QVSpace.[Ch]: fix a few bugs, simplify the code (by using
488         qt_helpers functions)
489         * QDocumentDialog.C:
490         * ui/QDocumentDialogBase.ui: use lengthcombo instead of
491         QComboBox (which simplifies the code).
492         * QParagraphDialog.C: whitespace
493         * ui/QParagraphDialogBase.ui: restore lost connections.
494
495 2003-11-29  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
496
497         * QVSpace.[Ch]: (new)
498         * QVSpaceDialog.[Ch]: (new)
499         * ui/QVSpaceDialogBase.ui: (new)
500         * Makefile.am:
501         * Makefile.dialogs:
502         * Dialogs.C: new VSpace dialog.
503
504 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
505
506         * QContentpane.[Ch] (trackScrollbar): add
507         * QWorkarea.C (setScrollbarParams): do not track scrollbar signals
508         when manually setting the scrollbar position
509
510 2003-11-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
511
512         * ui/QMathDialogBase.ui: remove mention of \frac in tooltip, since
513         \f is interpreted by gettext as a special sequence.
514
515         * QDocument.C (build_dialog): remove use of latin1 in
516         some translatable strings. It confuses gettext.
517
518 2003-11-20  Angus Leeming  <leeming@lyx.org>
519
520         * BulletsModule.C (setBullet): squash gcc 'may be uninitialized' warning.
521         * QTabularDialog.C (hAlign_changed, vAlign_changed): ditto.
522
523         * QLImage.C (clip_impl): squash comparison of signed, unsigned warning.
524         * QSendto.C (apply, isValid): ditto.
525         * qt_helpers.C (formatted): ditto.
526
527 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
528
529         * lyx_gui.C: {set,remove}_{server,data}socket_callback(): replace
530         dummy functions with working ones
531         * socket_callback.[Ch] ():
532         new files with a class to connect sockets.
533         * Makefile.am: add the above
534
535 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
536
537         * QSearch.[Ch]:
538         * QSearchDialog.C: adjust to spellcheck code changes
539
540 2003-11-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
541
542         * ui/QParagraphDialogBase.ui: finally remove [line|pagebreak]_[above|below]
543
544 2003-10-27  André Pönitz  <poenitz@gmx.net>
545
546         * QParagraph.C:
547         * ui/QParagraphDialogBase.ui: partially remove [line|pagebreak]_[above|below]
548
549 2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
550
551         * QDocument.[Ch]:
552         * QDocumentDialog.[Ch]: Fix color setting of branches.
553
554 2003-10-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
555
556         * Dialogs.C:
557         * Makefile.am:
558         * Makefile.dialogs:
559         * QDocument.[Ch]:
560         * QDocumentDialog.[Ch]: Add qt gui for branches
561
562         * QBranch.[Ch]:
563         * QBranchDialog.[Ch]:
564         * ui/BranchesModuleBase.ui:
565         * ui/QBranchModuleBase.ui: new files (qt gui for branches).
566
567 2003-10-22  Angus Leeming  <leeming@lyx.org>
568
569         * QExternal.C:
570         * QExternalDialogBase.ui: enable the user to choose to 'preview' the
571         external file.
572
573 2003-10-14  Angus Leeming  <leeming@lyx.org>
574
575         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
576
577 2003-10-13  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
578
579         * lyx_gui.C: Declared and allocated lyxsocket.
580
581 2003-10-13  Angus Leeming  <leeming@lyx.org>
582
583         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
584         remove_datasocket_callback, remove_serversocket_callback):
585         placeholder functions, enabling the frontend to be linked.
586
587 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
588
589         * lyx_gui.C (start): adjust for distpatch change
590
591 2003-10-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
592
593         * qfont_loader.C: add #include (needed for LyX/Mac)
594
595 2003-10-08  Angus Leeming  <leeming@lyx.org>
596
597         Fix doxygen warnings.
598
599         * QLToolbar.h: \file qt2/Toolbar_pimpl.h -> \file QLToolbar.h
600
601 2003-10-07  Angus Leeming  <leeming@lyx.org>
602
603         * ui/QExternalDialogBase.ui:
604         * QExternal.[Ch]:
605         * QExternalDialog.[Ch]: allow the user to alter the extradata
606         field of InsetExternal::Params.
607
608 2003-10-07  Angus Leeming  <leeming@lyx.org>
609
610         * QExternal.C: InsetExternal::Params -> InsetExternalParams.
611
612 2003-10-06  Michael Schmitt  <michael.schmitt@teststep.org>
613
614         * QDelimiterDialog.h:
615         * QMathDialog.h:
616         * QSearchDialog.h:
617         * floatplacement.h:
618         * iconpalette.h:
619         * panelstack.h: add #include <string>.
620
621 2003-10-01  Vitaly Lipatov  <lav@vl3143.spb.edu>
622
623         * FileDialog.C: use fromqstr in a few places to enable the dialog to
624         read non-latin filenames.
625
626 2003-10-01  Angus Leeming  <leeming@lyx.org>
627
628         * QExternal.C (helpText): changes due to the introduction of
629         namespace lyx::external.
630
631 2003-09-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
632
633         * several .C files: add debug.h at top to avoid compilation
634         errors.
635
636 2003-09-25  Angus Leeming  <leeming@lyx.org>
637
638         * QExternal.C (update_contents, apply): InsetExternal::Params::
639         templatename now has accessor functions.
640
641 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
642
643         * QLPopupMenu.C (getLabel): fix so that bindings are added even if
644         shortcut is missing.
645
646 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
647
648         * QtView.C (activated): change to take a FuncRequest, not a slot
649         anymore.
650
651         * QLToolbar.C (update): adjust
652         (add): change to take a FuncRequest
653
654         * QLPopupMenu.C (createMenu): constify id
655         (QLPopupMenu): connect to local class func fire instead of to
656         QtView::activated.
657         (fire): new class function
658         (populate): change to store a cache of FuncRequest for the menu
659         items, adjust
660
661         * QContentPane.C (keyPressEvent): fix new bug
662
663         * LyXKeySymFactory.C (create): fix new bug
664
665 2003-09-19  Angus Leeming  <leeming@lyx.org>
666
667         * QInclude.C: changes dues to the changed storage in InsetInclude,
668         from an InsetInclude::params to an InsetCommandParams.
669
670 2003-09-18  Angus Leeming  <leeming@lyx.org>
671
672         * QInclude.C (apply): No need to set InsetInclude::Params::flag;
673         the variable has been removed. Instead, set the command name directly.
674
675 2003-09-18  Angus Leeming  <leeming@lyx.org>
676
677         * QLPainter.C:
678         * QLPainter.h:
679         * QPrefsDialog.h:
680         * lcolorcache.C:
681         * lcolorcache.h:
682         * lyx_gui.C: rename EnumLColor as LColor_color.
683
684 2003-09-16  Angus Leeming  <leeming@lyx.org>
685
686         * QLImage.[Ch]: separate interface from implementation. Make all the virtual
687         functions private.
688
689 2003-09-16  Angus Leeming  <leeming@lyx.org>
690
691         * QCharacter.C, QPrefs.C, lyx_gui.C: add #include "LColor.h".
692
693 2003-09-15  Angus Leeming  <leeming@lyx.org>
694
695         * QLPainter.C: add #include "LColor.h".
696         * QLPainter.[Ch] (setPen, point, line, lines, rectangle, fillPolygon, arc):
697         pass EnumLColor args, rather than LColor::color ones.
698
699         * QPrefsDialog.C: add #include "LColor.h".
700         * QPrefsDialog.h: remove #include "LColor.h". Store a vector<EnumLColor> colors_;
701
702         * QWorkArea.C: add #include "LColor.h".
703
704         * lcolorcache.C: add #include "LColor.h".
705         * lcolorcache.h: store a map<EnumLColor, QColor>.
706         * lcolorcache.[Ch] (get):pass EnumLColor args, rather than LColor::color ones.
707
708         * qscreen.C: add #include "LColor.h".
709
710         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
711         than LColor::color ones.
712
713 2003-09-15  Angus Leeming  <leeming@lyx.org>
714
715         * QAbout.C (build_dialog):
716         * QPrefs.C (apply): remove STRCONV.
717
718 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
719
720         * BulletsModule.C: change Assert to BOOST_ASSERT
721         * panelstack.C: ditto
722         * QDocument.C: ditto
723
724 2003-09-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
725
726         * QLToolbar.C: include <qtoolbar.h>
727
728         * QLPopupMenu.h: include <utility>
729
730         * qt_helpers.C:
731         * qfont_loader.C: include <algorithm>
732
733 2003-09-08  Angus Leeming  <leeming@lyx.org>
734
735         * FileDialog.C:
736         * QCitation.C:
737         * QCitationDialog.C:
738         * QCommandBuffer.C:
739         * QContentPane.C:
740         * QGraphics.C:
741         * QLMenubar.C:
742         * QLPopupMenu.C:
743         * QLog.C:
744         * QMathDialog.C:
745         * QParagraphDialog.C:
746         * QPrefsDialog.C:
747         * QRef.C:
748         * QTexinfo.C:
749         * QtView.C:
750         * lyx_gui.C:
751         * panelstack.C:
752         * qscreen.C:
753         * qt_helpers.C: remove redundant using directives.
754
755 2003-09-07  Angus Leeming  <leeming@lyx.org>
756
757         * BulletsModule.h: remove #include "support/std_string.h", <vector>.
758         * QBrowseBox.h: remove #include <qwidget.h>.
759         * QCharacter.h: remove #include "support/std_string.h".
760         * QCharacterDialog.h: remove #include <qevent.h>, <qcheckbox.h>,
761         <qcombobox.h>.
762         * QContentPane.h: remove #include <qevent.h>.
763         * QDialogView.h: remove #include <qfont.h>.
764         * QDocumentDialog.h: remove #include "ui/BulletsModuleBase.h".
765         * QLPopupMenu.h: remove #include <map>.
766         * QLToolbar.h: remove #include <vector>.
767         * QWorkArea.h: remove #include <qwidget.h>, <qpixmap.h>.
768         * Qt2Base.h: remove #include <qfont.h>.
769         * QtLyXView.h: remove #include "frontends/LyXView.h".
770         * emptytable.h: remove #include <qpainter.h>.
771         * qsetborder.h: remove #include <qcolor.h>.
772
773 2003-09-06  Angus Leeming  <leeming@lyx.org>
774
775         * QParagraph.C: add Spacing.h and vspace.h includes.
776
777 2003-09-06  Angus Leeming  <leeming@lyx.org>
778
779         * QContentPane.C: add a typedef for LyXKeySymPtr.
780
781 2003-09-06  Angus Leeming  <leeming@lyx.org>
782
783         * QCitationDialog.C:
784         * QMathDialog.C:
785         * QTabularDialog.C: remove using std::endl directive.
786
787 2003-09-06  Kornel Benko  <kornel.benko@berlin.de>
788
789         * QLyXKeySym.C: re-add <map> header file.
790         * QBrowseBox.C: re-add <cmath> header file.
791         * qttableview.C: re-add <limits.h> header file.
792
793 2003-09-05  Angus Leeming  <leeming@lyx.org>
794
795         * QCitation.h:
796         * QGraphics.h:
797         * QPrefs.h:
798         * qscreen.[Ch]:
799         ensure that the header files can be compiled stand-alone.
800
801 2003-09-05  Angus Leeming  <leeming@lyx.org>
802
803         * *.C: strip out redundant #includes. (352 in total.)
804
805 2003-09-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
806
807         * ui/QTabularDialogBase.ui: fix typo in tooltip.
808
809 2003-08-18  Bas Zoetekouw  <bas@o2w.nl>
810
811         * ui/QRefDialogBase.ui: add eqref entry
812
813 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
814
815         * QTabularDialog.C:
816         * QTabular.C: rename LYX_VALIGN_CENTER to LYX_VALIGN_MIDDLE;
817         rename VCENTER to MIDDLE;
818         * ui/QTabularDialogBase.ui:
819         * ui/QMathMatrixDialogBase.ui: replace "Center" by "Middle"
820         * ui/QBibtexDialogBase.ui: rename "Bibtex" to "BibTeX"
821         * ui/QDocumentDialogBase.ui: Remove redundant ' ' from message
822
823 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
824
825         * QWorkArea.C (QWorkArea):
826         (dragEnterEvent):
827         (dropEvent): add support for drag and drop of URIs
828
829 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
830
831         * ui/moc/Makefile.am (INCLUDES): forgot to use QT_INCLUDES
832
833 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
834
835         * ui/Makefile.am (INCLUDES):
836         * moc/Makefile.am (INCLUDES):
837         * Makefile.am (INCLUDES): use QT_INCLUDES
838
839         * QLToolbar.C (clearLayoutList): call Toolbar::clearLayoutList
840
841 2003-07-30  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
842
843         * ui/QCitationDialogBase.ui: Omit correct signal for styleCO changes
844         (bug 1284).
845         * QNote.C:
846         * ui/QNoteDialogBase.ui: consistent terminology for note inset (bug 1270)
847
848 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
849
850         * qfont_loader.C:
851         * QLPopupMenu.h: add includes needed by gcc 2.95.3
852
853 2003-07-27  John Levon  <levon@movementarian.org>
854
855         * QToc.h:
856         * QToc.C: fix compile for lyx::toc
857
858 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
859
860         * QPrefs.C:
861         * QDocumentDialog.C:
862         * QDocument.C:
863         * QGraphics.C: adapt PAPER_* enums
864
865 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
866
867         * QLMenubar.h:
868         * QLMenubar.C: derives from Menubar (replaces Menubar::Pimpl)
869
870         * Menubar_pimpl.C:
871         * Menubar_pimpl.h: removed
872
873         * QtView.C: modified because of changes above
874
875 2003-07-25  Jean-Marc Lasgouttes <lasgouttes@lyx.org>
876
877         * QLToolbar.h:
878         * QLToolbar.C: derives from Toolbar (replaces Toolbar::Pimpl)
879
880         * Toolbar_pimpl.C:
881         * Toolbar_pimpl.h: removed
882
883         * QtView.C: modified because of changes above
884
885 2003-07-24  John Levon  <levon@movementarian.org>
886
887         * QPrefs.C: make sure to correctly split a default
888         lyxrc font for finding the font in the combo box
889         (bug 1285)
890
891 2003-07-23  Angus Leeming  <leeming@lyx.org>
892
893         * QExternal.C (apply, update_contents):
894         changes due to the use of the FileName class to store the external
895         file name.
896
897         * QGraphics.C (apply, update_contents): use Kernel::bufferFilepath()
898         wrapper.
899
900 2003-07-21  Angus Leeming  <leeming@lyx.org>
901
902         * QGraphics.C (apply, update_contents):
903         changes due to the use of the FileName class to store the graphics
904         file name.
905
906 2003-07-21  Angus Leeming  <leeming@lyx.org>
907
908         * QExternal.C (update_contents, apply):
909         * QGraphics.C (update_contents, apply):
910         * QLPainter.C (image):
911         * QPrefs.C (update_contents, apply): use namespace lyx::graphics rather
912         than grfx shortcut.
913
914 2003-07-21  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
915
916         * QBibTeXDialog.C:
917         * QCitationDialog.C:
918         * ui/QBibTeXAddDialogBase.ui:
919         * ui/QCitationFindDialogBase.ui:
920         Allow multiple selections, forbid duplicates (bug 1146)
921
922 2003-07-19  John Levon  <levon@movementarian.org>
923
924         * ui/QTabularCreateDialogBase.ui: set a max size (bug 1152)
925
926 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
927
928         * Qt2Base.h (controller): ditto
929
930         * QDialogView.h (controller): follow C++ rules more closely.
931
932 2003-07-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
933
934         * QTabular.C:
935         * QTabularDialog.C: handle clever width input (bug 1156)
936
937 2003-07-15  John Levon  <levon@movementarian.org>
938
939         * QMathDialog.C: use widget(i) not visibleWidget() due to
940         issue N26610 in Qt 3.2.0beta2
941
942 2003-07-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
943
944         * Menubar_pimpl.C (Pimpl): when creating a top-level menu, make
945         sure that it is initialized to some reasonable value, so that the
946         (ugly) Qt/Mac code can do its magic (conditionally on Q_WS_MAC).
947
948 2003-07-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
949
950         * ui/QNoteDialog.ui:
951         * QNoteDialog.[Ch]:
952         * QNote.[Ch]:
953         * Makefile.dialogs:
954         * Dialogs.C:
955         * Dialogs2.C: New Annotation (Note) dialog
956
957 2003-07-11  André Pönitz  <poenitz@lyx.org>
958
959         * Alert_pimpl.C:
960         * QDocument.C: use bformat() instead of #ifdef
961
962 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
963
964         * introduce namespace lyx::graphics
965
966 2003-07-03  John Levon  <levon@movementarian.org>
967
968         * ui/QTexinfoDialog.ui: enable View properly
969
970 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
971
972         * introduce namespace lyx::support
973
974 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
975
976         * QLPopupMenu.C: fix \file
977
978         * BulletsModule.C (BulletsModule): fix type const order (opposite
979         of everywhere else in the lyx code)
980         * QAboutDialog.C (QAboutDialog): ditto
981         * QBrowseBox.C (QBrowseBox): ditto
982         (exec): ditto
983         * and several more files the same...
984
985 2003-06-27  Alfredo Braunstein  <abraunst@libero.it>
986
987         * lyx_gui.C (start): use BufferView::loadLyXFile
988
989 2003-06-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
990
991         * Toolbar_pimpl.C (add): do not add unknown lfuns
992
993 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
994
995         * QError.[Ch]:
996         * QErrorDialog.[Ch]:
997         * ui/QErrorDialogBase.ui: removed
998         * Makefile.am:
999         * Makefile.dialogs:
1000         * Dialogs.C: adjust
1001
1002 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1003
1004         * QDocumentDialog.C: header reordering to handle qt/boost "signals"
1005         symbol clash
1006
1007 2003-06-20  Angus Leeming  <leeming@lyx.org>
1008
1009         * QBibtexDialog.C (browsePressed): fix warning of comparison between
1010         signed and unsigned ints.
1011
1012         * QBibtex.C (update_contents): changes due to changed controller
1013         interface.
1014
1015         * QTexinfo.[Ch]:
1016         * QTexinfoDialog.C: clean-up handling of TeX file databases.
1017
1018 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1019
1020         * lyx_gui.C (start): call ::loadLyXFile instead
1021         of BufferList::loadLyXFile
1022
1023 2003-06-19  Angus Leeming  <leeming@lyx.org>
1024
1025         * Dialogs.C:
1026         * Dialogs2.C:
1027         * QTexinfo.[Ch]: changes to use the new Dialog-based scheme.
1028
1029 2003-06-19  Angus Leeming  <leeming@lyx.org>
1030
1031         * lyx_gui.C (getStatus): changes due to replacement of lots of lfuns
1032         with LFUN_DIALOG_SHOW <name>.
1033
1034 2003-06-17  Angus Leeming  <leeming@lyx.org>
1035
1036         * Dialogs.C: rename math panel identifier as "mathpanel".
1037         * Dialogs2.C (showMathPanel): removed.
1038
1039 2003-06-17  Angus Leeming  <leeming@lyx.org>
1040
1041         * Dialogs.C:
1042         * QDelimiterDialog.C:
1043         * QMath.[Ch]:
1044         * QMathDialog.C:
1045         * QMathMatrixDialog.C: s/ControlMath2/ControlMath/.
1046
1047 2003-06-17  Angus Leeming  <leeming@lyx.org>
1048
1049         * Dialogs.C (build): create "mathdelimiter" and "mathmatrix" dialogs.
1050
1051         * QMath.[Ch]: add QMathMatrix and QMathDelimiter classes.
1052
1053         * QDelimiterDialog.[Ch]: store a QMathDelimiter*, not a QMath*.
1054         * QMathMatrixDialog.[Ch]: store a QMathMatrix*, not a QMath*.
1055
1056         * QMathDialog.C (delimiterClicked, matrixClicked): fix memory leaks.
1057
1058 2003-06-14  John Levon  <levon@movementarian.org>
1059
1060         * ui/QPrintDialogBase.ui: make "OK" default
1061
1062 2003-06-13  John Levon  <levon@movementarian.org>
1063
1064         * ui/QRefDialogBase.ui: reduce visual clutter
1065
1066 2003-06-13  John Levon  <levon@movementarian.org>
1067
1068         * qfont_loader.C: handle Qt 3.2 beta1's "xft" raw name
1069
1070 2003-06-12  Angus Leeming  <leeming@lyx.org>
1071
1072         * Dialogs.C: add the math dialog.
1073         * Dialogs2.C: a temporary hack; keep showMathPanel() but invoke (and store)
1074         the new dialog.
1075
1076         * QMath.[Ch]: derive from QDialogView.
1077
1078         * QMathDialog.C:
1079         * QDelimiterDialog.C:
1080         * QMathMatrixDialog.C: the dispatch functions are now in the controller.
1081
1082 2003-06-12  Angus Leeming  <leeming@lyx.org>
1083
1084         * QExternalDialog.C (editClicked): do not call form_->changed().
1085
1086 2003-06-11  Angus Leeming  <leeming@lyx.org>
1087
1088         * QExternal.C: changes due to InsetExternal::Params no longer
1089         storing the ExternalTemplate but its name.
1090         * QRef.C: move #include "insets/insetref.h" above the Qt headers.
1091         Something nasty going on with Qt polluting the global namespace.
1092
1093 2003-06-10  Angus Leeming  <leeming@lyx.org>
1094
1095         * QDocument.C (apply): compilation fix after Lars' changes ;-)
1096
1097 2003-06-10  Angus Leeming  <leeming@lyx.org>
1098
1099         * QExternal.C (update_contents): show the help text when the dialog is
1100         opened.
1101
1102 2003-06-06  John Levon  <levon@movementarian.org>
1103
1104         * ui/QExternalDialogBase.ui: re-org
1105
1106 2003-06-04  Angus Leeming  <leeming@lyx.org>
1107
1108         * QExternal.C:
1109         * ui/QExternalDialogBase.ui: remove the widget to input the removed
1110         InsetExternal::Params::parameters variable.
1111
1112 2003-06-03  Angus Leeming  <leeming@lyx.org>
1113
1114         * Dialogs.C (build): change the External dialog button policy to
1115         NoRepeatedApplyReadOnlyPolicy.
1116
1117         * QExternal.C:
1118         * QExternalDialog.[Ch]:
1119         * ui/QExternalDialogBase.ui:
1120         add widgets to set the way the External dialog is
1121         displayed within LyX.
1122         Remove the buttons to trigger the View command and the Update command
1123         (duplicates Apply).
1124
1125 2003-06-03  John Levon  <levon@movementarian.org>
1126
1127         * lyx_gui.C: add sync_events()
1128         * qscreen.C: remove previous hack for bug 818
1129
1130 2003-06-03  John Levon  <levon@movementarian.org>
1131
1132         * qscreen.C: paint before saving the cursor pixmap
1133         (bug 818)
1134
1135 2003-06-03  John Levon  <levon@movementarian.org>
1136
1137         * QTabular.C: fix a crash
1138
1139 2003-06-01  John Levon  <levon@movementarian.org>
1140
1141         * QGraphicsDialog.C: use relative file browsing
1142         (bug 1028)
1143
1144 2003-05-24  John Levon  <levon@movementarian.org>
1145
1146         * Toolbar_pimpl.C: workaround a Qt bug with combobox
1147         popup
1148
1149 2003-05-24  John Levon  <levon@movementarian.org>
1150
1151         * Makefile.am:
1152         * lcolorcache.h:
1153         * lcolorcache.C: add LColor::color -> QColor cache
1154
1155         * QLPainter.C:
1156         * QPrefs.C:
1157         * QWorkArea.C:
1158         * lyx_gui.C: use it
1159
1160 2003-05-22  Angus Leeming  <leeming@lyx.org>
1161
1162         compile fixes.
1163         * QDialogView.h: QController and QView c-tors take a string not a
1164         QString.
1165         * Qt2Base.h: ditto for the Qt2DB and Qt2CB c-tors.
1166
1167         * QDocument.C (c-tor):
1168         * QPrefs.C (c-tor):
1169         * QPrint.C (c-tor):
1170         * QSearch.C (c-tor):
1171         * QSendto.C (c-tor):
1172         * QSpellchecker.C (c-tor):
1173         * QTexinfo.C (c-tor): pass a string not a QString to the base class.
1174
1175         * QIndex.[Ch](c-tor): pass it a string, not a QString.
1176
1177         * Dialogs.C (build): the title passed to the Index dialog is a string,
1178         not a QString.
1179
1180 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
1181
1182         * Qt2Base.[Ch]:
1183         * QDialogView.[Ch] (setTitle): added
1184         * QAbout.C:
1185         * QBibitem.C:
1186         * QBibtex.C:
1187         * QChanges.C:
1188         * QCharacter.C:
1189         * QCitation.C:
1190         * QERT.C:
1191         * QError.C:
1192         * QErrorList.C:
1193         * QErrorListDialog.C:
1194         * QExternal.C:
1195         * QFloat.C:
1196         * QGraphics.C:
1197         * QInclude.C:
1198         * QLog.C:
1199         * QMinipage.C:
1200         * QParagraph.C:
1201         * QRef.C:
1202         * QShowFile.C:
1203         * QTabular.C:
1204         * QTabularCreate.C:
1205         * QThesaurus.C:
1206         * QToc.C:
1207         * QURL.C:
1208         * QVCLog.C:
1209         * QWrap.C: the argument to Dialog::View ctor is now a string. use
1210         setTitle instead of setCaption when appropriate
1211
1212 2003-05-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1213
1214         * QErrorListDialog.C: remove include for <qtextedit.h>
1215
1216 2003-05-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1217
1218         * qt_helpers.C: include <algorithm> for std::min.
1219
1220 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
1221
1222         * QErrorList.[Ch]: small bugs fixed.
1223
1224 2003-05-17  Alfredo Braunstein  <abraunst@libero.it>
1225
1226         * QErrorList.C (update_contents): replace TextBrowser::clear() by
1227         TextBrowser::setText(QString())
1228
1229 2003-05-14  Juergen Spitzmueller <juergen.sp@t-online.de>
1230
1231         * QErrorList.C (select): added a missing toqstr()
1232
1233 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1234
1235         * Menubar_pimpl.C (~Pimpl): move out of line
1236         (update): ditto
1237         (view): ditto
1238         (backend): ditto
1239
1240 2003-05-13  Alfredo Braunstein  <abraunst@libero.it>
1241
1242         * QErrorList.[Ch]:
1243         * QErrorListDialog.[Ch]: added
1244         * Makefile.dialogs:
1245         * Makefile.am: the above additions
1246         * Dialogs.C: ditto
1247
1248 2003-05-13  André Pönitz  <poenitz@lyx.org>
1249
1250         * Document.C:
1251         * QGraphics.C:
1252         * QTabular.C:
1253         * QPref.C:
1254         * QTabular.C:
1255         * QWrap.C:
1256         * QMinipage.C: tostr() has a header of its own now
1257
1258 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1259
1260         * ui/moc/Makefile.am: better lib building
1261
1262         * ui/Makefile.am: better lib building
1263
1264         * moc/Makefile.am: better lib building
1265
1266         * QtView.h: have to include config.h so that all code see the
1267         defines therein.
1268
1269         * Makefile.am: better lib building
1270
1271 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
1272
1273         * QDocument.C:
1274         * QDocumentDialog.C: Handle document classes with missing TeX class
1275         (-> class name prefix: "Unavailable: ")
1276
1277 2003-05-03  John Levon  <levon@movementarian.org>
1278
1279         * qscreen.h:
1280         * qscreen.C: implement new cursor API
1281
1282 2003-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1283
1284         * QPrefs.C (apply): only set colors if they are different from
1285         their original values
1286
1287 2003-04-30  John Levon  <levon@movementarian.org>
1288
1289         * various: change dialog titles to match new menu layout
1290
1291 2003-04-29  John Levon  <levon@movementarian.org>
1292
1293         * ui/QGraphicsDialogBase.ui: re-organise visually
1294
1295 2003-04-27  John Levon  <levon@movementarian.org>
1296
1297         * Alert_pimpl.C: handle cancel_button
1298
1299         * QTabular.C:
1300         * QTabularDialog.C:
1301         * QTabularDialog.h:
1302         * ui/QTabularDialogBase.ui: ui fixes
1303
1304 2003-04-23  John Levon  <levon@movementarian.org>
1305
1306         * QCitationDialog.C: close dialog on return in listbox
1307         (bug 866)
1308
1309 2003-04-23  John Levon  <levon@movementarian.org>
1310
1311         * QPrefs.C:
1312         * lyx_gui.C: fix bug 1063
1313
1314 2003-04-15  Angus Leeming  <leeming@lyx.org>
1315
1316         * QLImage.C: #include lstrings.h.
1317
1318 2003-04-15  John Levon  <levon@movementarian.org>
1319
1320         * QCommandBuffer.h:
1321         * QCommandBuffer.C: make a widget not a toolbar
1322
1323         * QtView.h:
1324         * QtView.C: don't let the toolbars be movable.
1325         Create addCommandBuffer(), and handle no command buffer.
1326
1327         * Toolbar_pimpl.C: handle toolbar placement flags, and
1328         Minibuffer.
1329
1330 2003-04-14  John Levon  <levon@movementarian.org>
1331
1332         * QPrefs.C: fix warning
1333
1334 2003-04-12  John Levon  <levon@movementarian.org>
1335
1336         * ui/QExternalDialogBase.ui: fix tab order
1337
1338 2003-04-12  John Levon  <levon@movementarian.org>
1339
1340         * floatplacement.C: fix tab order
1341
1342         * QTocDialog.C:
1343         * QThesaurusDialog.C: hide the pointless QHeader
1344
1345 2003-04-12  John Levon  <levon@movementarian.org>
1346
1347         * ui/QBibtexDialogBase.ui:
1348         * ui/QBibtexAddDialogBase.ui:
1349         * Makefile.dialogs:
1350         * QBibtex.C:
1351         * QBibtexDialog.h:
1352         * QBibtexDialog.C: do the same thing with bibtex
1353
1354 2003-04-12  John Levon  <levon@movementarian.org>
1355
1356         * Makefile.dialogs:
1357         * ui/QCitationDialogBase.ui:
1358         * ui/QCitationFindDialogBase.ui:
1359         * QCitation.C:
1360         * QCitationDialog.h:
1361         * QCitationDialog.C: move the search/add citation
1362         stuff into a separate dialog.
1363
1364 2003-04-10  John Levon  <levon@movementarian.org>
1365
1366         * QTabularDialog.h:
1367         * QTabularDialog.C:
1368         * ui/QTabularDialog.ui: move stuff to controller
1369
1370 2003-04-10  John Levon  <levon@movementarian.org>
1371
1372         * ui/NumberingModuleBase.ui: bug 1032
1373
1374 2003-04-10  John Levon  <levon@movementarian.org>
1375
1376         * QtView.C: Toolbar ctor changed
1377
1378         * Toolbar_pimpl.h:
1379         * Toolbar_pimpl.C: store toolbars in a map
1380         for show/hide as needed
1381
1382 2003-04-09  John Levon  <levon@movementarian.org>
1383
1384         * Toolbar_pimpl.h:
1385         * Toolbar_pimpl.C: handle API change for multiple
1386         toolbars
1387
1388 2003-04-08  John Levon  <levon@movementarian.org>
1389
1390         * Toolbar_pimpl.C: move xpm code into ToolbarBackend,
1391         handle tooltip
1392
1393 2003-04-07  John Levon  <levon@movementarian.org>
1394
1395         * ui/QIncludeDialogBase.ui: make "Show preview"
1396         call change_adaptor()
1397
1398 2003-04-07  John Levon  <levon@movementarian.org>
1399
1400         * QtView.h:
1401         * QtView.C: implement clearMessage()
1402
1403 2003-04-07  John Levon  <levon@movementarian.org>
1404
1405         * QtView.h:
1406         * QtView.C: rename idle_timer_. Make it single-shot.
1407           Do not over-write an explicit message with the
1408           default message.
1409
1410 2003-04-05  John Levon  <levon@movementarian.org>
1411
1412         * QCommandBuffer.C:
1413         * QCommandEdit.C:
1414         * QCommandEdit.h: use tab instead of right-arrow
1415         for completion
1416
1417 2003-04-04  John Levon  <levon@movementarian.org>
1418
1419         * panelstack.C: hide the pointless header
1420
1421 2003-04-04  John Levon  <levon@movementarian.org>
1422
1423         * QCitation.C:
1424         * QCitationDialog.C:
1425         * QCitationDialogBase.ui: some UI fixes, remove
1426         text before, add accelerators
1427
1428 2003-04-03  John Levon  <levon@movementarian.org>
1429
1430         * QRefDialog.h:
1431         * QRefDialog.C: set focus on the refs list. Don't
1432         use "Goto" jargon. Add some accelerators. Make return/click
1433         on a reference close the dialog. Don't use obsolete inSort()
1434
1435 2003-04-01  John Levon  <levon@movementarian.org>
1436
1437         * QtView.C:
1438         * Toolbar_pimpl.C: ToolbarDefaults got renamed,
1439         handle no toolbar
1440
1441 2003-03-31  John Levon  <levon@movementarian.org>
1442
1443         * lyx_gui.C: return useful default font names, add use_gui
1444
1445         * QPrefs.C: remove some dead font code
1446
1447         * qfont_loader.C: use_gui moved.
1448         * qfont_metrics.C: use_gui moved.
1449
1450 2003-03-31  John Levon  <levon@movementarian.org>
1451
1452         * Alert_pimpl.C: remove alert()
1453
1454 2003-03-29  John Levon  <levon@movementarian.org>
1455
1456         * QBrowseBox.C: handle transparent pixmaps
1457
1458 2003-03-29  John Levon  <levon@movementarian.org>
1459
1460         * QBrowseBox.h:
1461         * QBrowseBox.C: fix bug 908
1462
1463 2003-03-29  John Levon  <levon@movementarian.org>
1464
1465         * ui/BulletsModuleBase.ui: final tweaks
1466
1467 2003-03-29  John Levon  <levon@movementarian.org>
1468
1469         * Alert_pimpl.C: implement warning(), information(), error()
1470
1471 2003-03-29  John Levon  <levon@movementarian.org>
1472
1473         * Alert_pimpl.C: implement prompt()
1474
1475 2003-03-29  John Levon  <levon@movementarian.org>
1476
1477         * QDocument.C:
1478         * QDocumentDialog.C:
1479         * QDocumentDialog.h:
1480         * ui/NumberingModuleBase.ui: feedback for numbering
1481
1482         * ui/TextLayoutModuleBase.ui: relayout
1483
1484 2003-03-29  John Levon  <levon@movementarian.org>
1485
1486         * BulletsModule.h:
1487         * BulletsModule.C:
1488         * QDocumentDialog.C:
1489         * ui/BulletsModuleBase.ui: completely rework the
1490         bullets panel
1491
1492 2003-03-28  John Levon  <levon@movementarian.org>
1493
1494         * ui/QDocumentDialogBase.ui: small tweak
1495
1496 2003-03-28  John Levon  <levon@movementarian.org>
1497
1498         * QPrefs.C:
1499         * ui/QPrefSpellcheckerModule.ui: fix bug 978
1500
1501 2003-03-28  John Levon  <levon@movementarian.org>
1502
1503         * ui/QCharacterDialogBase.ui: re-org, fix bug 999
1504
1505 2003-03-28  John Levon  <levon@movementarian.org>
1506
1507         * QParagraph.C:
1508         * QParagraphDialog.C:
1509         * ui/QParagraphDialog.ui: don't use negative checkbox
1510         strings. Add whats this for label width. Add tooltips
1511         (bug 997). Never show "Senseless with this layout!"
1512
1513         * lengthcombo.C: remove pointless whatsthis
1514
1515 2003-03-28  John Levon  <levon@movementarian.org>
1516
1517         * panelstack.C: compile fixes for Qt 2.3
1518
1519 2003-03-28  John Levon  <levon@movementarian.org>
1520
1521         * QFloat.C:
1522         * QFloatDialog.h:
1523         * QFloatDialog.C:
1524         * ui/QFloatDialog.ui:
1525         * Makefile.dialogs:
1526         * moc/Makefile.am:
1527         * floatplacement.h:
1528         * floatplacement.C: move the float code into its
1529           own widget
1530
1531         * QDocument.C:
1532         * QDocumentDialog.h:
1533         * QDocumentDialog.C: use that widget
1534
1535         * Makefile.dialogs:
1536         * QDocument.C:
1537         * QDocumentDialog.h:
1538         * QDocumentDialog.C:
1539         * ui/QDocumentDialogBase.ui:
1540         * ui/ClassModuleBase.ui:
1541         * ui/PaperModuleBase.ui:
1542         * ui/PackagesModuleBase.ui:
1543         * ui/MathsModuleBase.ui:
1544         * ui/LatexModuleBase.ui:
1545         * ui/PageLayoutModuleBase.ui:
1546         * ui/TextLayoutModuleBase.ui: big re-organisation
1547         of the doc dialog panes
1548
1549 2003-03-28  John Levon  <levon@movementarian.org>
1550
1551         * panelstack.C: make sure the first panel is visible
1552
1553         * QDocument.h:
1554         * QDocument.C: add (unused) showPreamble
1555
1556         * QDocumentDialog.h:
1557         * QDocumentDialog.C:
1558         * ui/QDocumentDialog.ui: use PanelStack
1559
1560 2003-03-28  John Levon  <levon@movementarian.org>
1561
1562         * Makefile.am:
1563         * Makefile.dialogs:
1564         * moc/Makefile.am:
1565         * panelstack.h:
1566         * panelstack.C: add new class for handling paned dialogs
1567
1568         * QPrefsDialog.h:
1569         * QPrefsDialog.C:
1570         * ui/QPrefsDialogBase.ui: use the above
1571
1572         * ui/QPrefUIModule.ui: re-layout
1573
1574 2003-03-27  John Levon  <levon@movementarian.org>
1575
1576         * ui/QParagraphDialogBase.ui: fix dupe accelerator / group label
1577
1578 2003-03-27  John Levon  <levon@movementarian.org>
1579
1580         * QLyXKeySym.C: remove debug stuff from startup hot path
1581
1582 2003-03-26  Edwin Leuven  <e.leuven@uva.nl>
1583
1584         * bulletstring.[Ch]: unused; remove
1585
1586 2003-03-26  Angus Leeming  <leeming@lyx.org>
1587
1588         * Dialogs.C:
1589         * Dialogs2.C:
1590         * Dialogs3.C:
1591         * Dialogs_impl.h:
1592         move the contents of Dialogs.C and Dialogs_impl.h into Dialogs2.C.
1593         move Dialog3.C to Dialogs.C.
1594
1595         * Makefile.am: remove Dialogs_impl.h, Dialog3.C.
1596
1597 2003-03-26  Angus Leeming  <leeming@lyx.org>
1598
1599         * Dialogs.C:
1600         * Dialogs2.C:
1601         * Dialogs_impl.h: remove the thesaurus dialog.
1602
1603         * Dialogs3.C: add it here.
1604
1605         * QThesaurus.[Ch]: changes to use the new Dialog-based scheme.
1606
1607 2003-03-25  Angus Leeming  <leeming@lyx.org>
1608
1609         * Dialogs.C:
1610         * Dialogs2.C:
1611         * Dialogs_impl.h: remove the log, showfile and vclog dialogs.
1612
1613         * Dialogs3.C: add these dialogs.
1614
1615         * QLog.[Ch]:
1616         * QShowFile.[Ch]:
1617         * QVCLog.[Ch]: changes to use the new Dialog-based scheme.
1618
1619 2003-03-23  John Levon  <levon@movementarian.org>
1620
1621         * lyx_gui.C: remove unused variables
1622
1623 2003-03-22  John Levon  <levon@movementarian.org>
1624
1625         * qscreen.C: remove "internal" parameter, unused
1626
1627 2003-03-21  John Levon  <levon@movementarian.org>
1628
1629         * QDocument.C: fix swapping of TOC and secnum depth
1630
1631 2003-03-15  John Levon  <levon@movementarian.org>
1632
1633         * QMathDialog.C: "Sans serif" not "San serif"
1634
1635 2003-03-15  John Levon  <levon@movementarian.org>
1636
1637         * ui/QMathDialogBase.ui: fix english in a tooltip
1638
1639 2003-03-15  John Levon  <levon@movementarian.org>
1640
1641         * ui/QRefDialogBase.ui: s/Goto/Go to reference/
1642
1643 2003-03-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1644
1645         * QParagraph.C (apply): do not reset vfill spacing to 'none' when
1646         there is no explicit length given (off by one typo)
1647
1648 2003-03-13  Angus Leeming  <leeming@lyx.org>
1649
1650         * Dialogs.C:
1651         * Dialogs2.C:
1652         * Dialogs_impl.h: remove paragraph dialog.
1653
1654         * Dialogs3.C: add paragraph dialog.
1655
1656         * QParagraph.[Ch]: changes to use the new Dialog-based scheme.
1657
1658 2003-03-12  John Levon  <levon@movementarian.org>
1659
1660         * ui/QPrefsDialogBase.ui: resizing improvement
1661
1662 2003-03-12  Angus Leeming  <leeming@lyx.org>
1663
1664         * Dialogs.C:
1665         * Dialogs2.C:
1666         * Dialogs_impl.h: remove character dialog.
1667
1668         * Dialogs3.C: add character dialog.
1669
1670         * QCharacter.[Ch]: changes to use the new Dialog-based scheme.
1671
1672
1673 2003-03-12  John Levon  <levon@movementarian.org>
1674
1675         * QSearch.C: don't disable checkboxes on RO doc (bug 937)
1676
1677 2003-03-10  Angus Leeming  <leeming@lyx.org>
1678
1679         * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
1680         Use IgnorantPolicy for thr B.C.
1681
1682 2003-03-09  Angus Leeming  <leeming@lyx.org>
1683
1684         * lots of files: changes associated with the clean-up of the
1685         ButtonController.
1686
1687 2003-03-09  Angus Leeming  <leeming@lyx.org>
1688
1689         * Dialogs.C:
1690         * Dialogs2.C:
1691         * Dialogs_impl.h: remove merge changes dialog.
1692
1693         * Dialogs3.C: add merge changes dialog.
1694
1695         * QChanges.[Ch]: changes to use the new Dialog-based scheme.
1696
1697 2003-03-09  Angus Leeming  <leeming@lyx.org>
1698
1699         * Dialogs.C:
1700         * Dialogs2.C:
1701         * Dialogs_impl.h: remove about lyx dialog.
1702
1703         * Dialogs3.C: add about lyx dialog.
1704
1705         * QAbout.[Ch]: changes to use the new Dialog-based scheme.
1706
1707 2003-03-09  Angus Leeming  <leeming@lyx.org>
1708
1709         * Dialogs.C:
1710         * Dialogs2.C:
1711         * Dialogs_impl.h: remove tabularcreate dialog.
1712
1713         * Dialogs3.C: add tabularcreate dialog.
1714
1715         * QTabularCreate.[Ch]: changes to use the new Dialog-based scheme.
1716
1717 2003-03-09  Angus Leeming  <leeming@lyx.org>
1718
1719         * Dialogs.C:
1720         * Dialogs2.C:
1721         * Dialogs_impl.h: remove tabular dialog.
1722
1723         * Dialogs3.C: add tabular dialog.
1724
1725         * QTabular.[Ch]: changes to use the new Dialog-based scheme.
1726
1727 2003-03-09  Angus Leeming  <leeming@lyx.org>
1728
1729         * QDialogView.h: make controller methods of QController public to
1730         enable the QXyzDialog classes to access the controller if need be.
1731         * Qt2Base.h: ditto for the controller methods of Qt2CB.
1732
1733         * QTabular.C:
1734         * QTabularDialog.C: changes due to the changed ControlTabular
1735         interface.
1736
1737 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
1738
1739         * QPrefs.C:
1740         * QPrefSpellcheckerModule.ui: Add 'hspell' option.
1741
1742 2003-03-07  Angus Leeming  <leeming@lyx.org>
1743
1744         * Dialogs.C:
1745         * Dialogs2.C:
1746         * Dialogs_impl.h: remove graphics dialog.
1747
1748         * Dialogs3.C: add graphics dialog.
1749
1750         * QGraphics.[Ch]: changes to use the new Dialog-based scheme.
1751
1752 2003-03-07  Angus Leeming  <leeming@lyx.org>
1753
1754         * Dialogs.C:
1755         * Dialogs2.C:
1756         * Dialogs_impl.h: remove minipage dialog.
1757
1758         * Dialogs3.C: add minipage dialog. No longer use the bibitem, include,
1759         label or url controllers; use ControlCommand instead.
1760
1761         * QBibitem.[Ch]:
1762         * QIndex.[Ch]:
1763         * QURL.[Ch]: changes due to use of ControlCommand, above
1764
1765         * QBibitemDialog.C: no need to include controller.
1766
1767         * QMinipage.[Ch]: changes to use the new Dialog-based scheme.
1768
1769 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
1770
1771         * qscreen.C: use LyXText::top_y() instead of LyXText::first_y
1772
1773 2003-03-06  John Levon  <levon@movementarian.org>
1774
1775         * ui/QPrefUIModule.ui: make max last files reflect reality,
1776         spotted by Michael Abshoff
1777
1778 2003-03-06  John Levon  <levon@movementarian.org>
1779
1780         * QDocument.C: compile fix
1781
1782 2003-03-06  John Levon  <levon@movementarian.org>
1783
1784         * QExternalDialog.C: connect Apply
1785
1786 2003-03-05  Angus Leeming  <leeming@lyx.org>
1787
1788         * QWrap.[Ch]: changes to use the new Dialog-based scheme.
1789
1790         * Dialogs.C:
1791         * Dialogs2.C:
1792         * Dialogs_impl.h: remove wrap dialog.
1793
1794         * Dialogs3.C: add wrap dialog.
1795
1796 2003-03-05  Angus Leeming  <leeming@lyx.org>
1797
1798         * QFloat.[Ch]: changes to use the new Dialog-based scheme.
1799
1800         * Dialogs.C:
1801         * Dialogs2.C:
1802         * Dialogs_impl.h: remove float dialog.
1803
1804         * Dialogs3.C: add float dialog.
1805
1806 2003-03-05  Angus Leeming  <leeming@lyx.org>
1807
1808         * QFloat.C (update_contents): rename FloatParams as InsetFloatParams.
1809
1810 2003-03-05  Angus Leeming  <leeming@lyx.org>
1811
1812         * QInclude.[Ch]: changes to use the new Dialog-based scheme.
1813
1814         * Dialogs.C:
1815         * Dialogs2.C:
1816         * Dialogs_impl.h: remove include dialog.
1817
1818         * Dialogs3.C: add include dialog.
1819
1820 2003-03-05  Angus Leeming  <leeming@lyx.org>
1821
1822         * QExternal.[Ch]: changes to use the new Dialog-based scheme.
1823
1824         * Dialogs.C:
1825         * Dialogs2.C:
1826         * Dialogs_impl.h: remove external dialog.
1827
1828         * Dialogs3.C: add external dialog.
1829
1830 2003-03-05  Angus Leeming  <leeming@lyx.org>
1831
1832         * QIndex.[Ch]: minimal changes needed to use this dialog
1833         for both the Index and the Label dialogs.
1834
1835         * Dialogs3.C: add label dialog.
1836
1837 2003-03-03  Dekel Tsur  <dekelts@tau.ac.il>
1838
1839         * qfont_loader.C (available): Rewrite as the old version did not
1840         work properly.
1841
1842 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
1843
1844         * QLImage.C
1845         * QSendto.C
1846         * QSendtoDialog.C: removed #include "converter.h", and...
1847         * QPrefs.h: added #include "format.h"
1848
1849 2003-02-25  John Levon  <levon@movementarian.org>
1850
1851         From Nathan Weston
1852
1853         * QBibtexDialogBase.ui:
1854         * QCharacterDialogBase.ui:
1855         * QCitationDialogBase.ui:
1856         * QDocumentDialogBase.ui:
1857         * QExternalDialogBase.ui:
1858         * QFloatDialogBase.ui:
1859         * QMinipageDialogBase.ui:
1860         * QParagraphDialogBase.ui: fix default button to be OK (bug #921)
1861
1862 2003-02-23  John Levon  <levon@movementarian.org>
1863
1864         * ui/QParagraphDialogBase.ui: fix dupe accelerator (bug #918)
1865
1866 2003-02-22  Alfredo Braunstein <abraunst@libero.it>
1867
1868         * lyx_gui.C (parse_init): added a call to LoaderQueue::setPriority
1869
1870 2003-02-21  Angus Leeming  <leeming@lyx.org>
1871
1872         * Timeout_pimpl.[Ch]: removed.
1873         * qtTimeout.[Ch]: new files, replacing the above.
1874         The qtTimeout class derives from Timeout::Impl.
1875
1876 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1877
1878         * qfont_loader.C (addFontPath): make debug messages quieter
1879
1880 2003-02-21  Angus Leeming  <leeming@lyx.org>
1881
1882         * FileDialog.C (FileDialog): no need for LyXView *.
1883
1884 2003-02-17  John Levon  <levon@movementarian.org>
1885
1886         * QSpellchecker.h:
1887         * QSpellchecker.C:
1888         * ui/QSpellcheckerDialogBase.ui:
1889         * QSpellcheckerDialog.h:
1890         * QSpellcheckerDialog.C: re-working, remove start etc.
1891
1892         * README: add comment about checking accelerators
1893
1894 2003-02-17  John Levon  <levon@movementarian.org>
1895
1896         * ui/QPrefSpellcheckerModule.ui: capitalization fix
1897
1898 2003-02-16  John Levon  <levon@movementarian.org>
1899
1900         * QX.C: consistent title labels for dialogs.
1901
1902 2003-02-15  John Levon  <levon@movementarian.org>
1903
1904         * ui/QSpellcheckerDialogBase.ui: make "Accept" be "Ignore All"
1905
1906         * QSpellchecker.C: default to the first suggestion in replace
1907           combo
1908
1909 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1910
1911         * QLPopupMenu.C (populate): adapt to menubackend change. In
1912         particular, unknown and optional+disabled elements are never seen.
1913         (disabled): remove. This is done in backend now.
1914
1915 2003-02-15  John Levon  <levon@movementarian.org>
1916
1917         * QDocument.C:
1918         * QDocumentDialog.C:
1919         * ui/LanguageModuleBase.ui: improve UI of language encoding
1920
1921 2003-02-15  John Levon  <levon@movementarian.org>
1922
1923         * ui/BulletsModuleBase.ui:
1924         * ui/ClassModuleBase.ui:
1925         * ui/LanguageModuleBase.ui:
1926         * ui/MarginsModuleBase.ui:
1927         * ui/NumberingModuleBase.ui:
1928         * ui/QPrefScreenFontsModule.ui:
1929         * ui/QPrefsDialogBase.ui: tab ordering fixes
1930
1931         * README: add some rules
1932
1933 2003-02-15  John Levon  <levon@movementarian.org>
1934
1935         * QPrefs.C: fix silly typo that screwed up the print
1936           parameters
1937
1938 2003-02-14  John Levon  <levon@movementarian.org>
1939
1940         * QtView.h:
1941         * QtView.C: change prohibit/allowInput() to be busy(bool),
1942           and actually implement the busy cursor
1943
1944 2003-02-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1945
1946         * QBibtexDialog.C: Fix browsing mechanism of *.sty files (bug 773).
1947
1948         * ui/QBibtexDialogBase.ui: Remove unused Update button (bug 773).
1949         Replace addBib LineEdit with ComboBox.
1950
1951         * QBibtex.C: Insert available .bib-files into addBibCB.
1952
1953 2003-02-13  John Levon  <levon@movementarian.org>
1954
1955         * ui/QSpellcheckerDialogBase.ui: A&dd not &Add, bug 884
1956
1957 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1958
1959         * QDocument.C: Allow qt users actually to use another
1960         papersize than default (set params.paperpackage).
1961
1962 2003-02-09  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1963
1964         * QDocumentDialog.[Ch]: Show A4 packages also when default
1965         papersize is A4 (and default chosen) and only in portrait mode.
1966
1967 2003-02-12  Dekel Tsur  <dekelts@tau.ac.il>
1968
1969         * qfont_metrics.C: Add checks for lyxrc.use_gui.
1970         This fixes 'lyx -e' with the QT frontend.
1971
1972 2003-02-10  João Luis Meloni Assirati  <assirati@fma.if.usp.br>
1973
1974         * ui/QMathMatrixDialogBase.ui: Fix horizontal alignment tooltip
1975
1976 2003-02-08  John Levon  <levon@movementarian.org>
1977
1978         * Makefile.am:
1979         * QChanges.h:
1980         * QChanges.C:
1981         * QChangesDialog.h:
1982         * QChangesDialog.C:
1983         * ui/QChangesDialogBase.ui: add changes dialog
1984
1985         * ui/QPrefIdentityModule.ui:
1986         * QPrefs.C:
1987         * QPrefsDialog.h:
1988         * QPrefsDialog.C: add identity prefs
1989
1990 2003-02-07  John Levon  <levon@movementarian.org>
1991
1992         * lyx_gui.C: delete lyxserver on exit path (bug 865)
1993
1994 2003-02-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1995
1996         * QTabular.C (closeGUI): do not change if nothing has to
1997         be changed (bug 849).
1998
1999 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
2000
2001         * ui/BulletsModuleBase.ui: Replace LaTeX font size names by LyX
2002         names for consistency reasons and to resolve a translation conflict
2003
2004 2003-02-05  John Levon  <levon@movementarian.org>
2005
2006         * QLPrintDialog.C: fix braindead "helpful" code
2007
2008 2003-02-02  John Levon  <levon@movementarian.org>
2009
2010         * QTocDialog.C: set no sorting (bug 856)
2011
2012 2003-02-02  John Levon  <levon@movementarian.org>
2013
2014         * QPrefs.C: apply formats first (bug 854)
2015         * QPrefsDialog.C: make sure a formats/converters item
2016           is always selected (bug 855)
2017
2018 2003-01-31  Angus Leeming  <leeming@lyx.org>
2019
2020         * Qt2Base.[Ch]: instantiate the isVisible() virtual method.
2021
2022 2003-01-30  Angus Leeming  <leeming@lyx.org>
2023
2024         * Dialogs2.C (createIndex): enable ControlCommand to create an
2025         InsetCommandParam of type "index", not null.
2026
2027 2003-01-26  Michael Schmitt  <michael.schmitt@teststep.org>
2028
2029         * ui/QThesaurusDialogBase.ui: add colons to labels.
2030
2031 2003-01-23  John Levon  <levon@movementarian.org>
2032
2033         * ui/*.ui: move several group box labels to title capitalisation
2034
2035 2003-01-20  Michael Schmitt  <michael.schmitt@teststep.org>
2036
2037         * QDocument.C: rename "Xxxskip" to "XxxSkip"
2038         * QGraphicsDialog.C:
2039         * QLog.C: Make output messages identical to other messages
2040         * ui/*.ui: In strings, remove space in front of colon
2041         ("... :" => "...:") for harmonization with xforms labels
2042
2043 2003-01-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2044
2045         * ui/QDocumentDialogBase.ui:
2046         * ui/ClassModuleBase.ui:
2047         * ui/LanguageModuleBase.ui:
2048         * ui/PackagesModuleBase.ui:
2049         * QDocument.C:
2050         * QDocumentDialog.[Ch]: Rearrangement.
2051
2052 2003-01-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2053
2054         * QIndex.C:
2055         * QUrl.C: fix validation on update().
2056
2057 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2058
2059         * FileDialog.C: implement opendir [bug 824], fix mask.
2060
2061         * QPrefsDialog.C: use browsedir for paths [bug 824]
2062
2063 2003-01-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
2064
2065         * qgridview.cpp: rename to...
2066         * qgridview.C: ...this
2067
2068         * Makefile.am: distcheck ready
2069
2070         * Makefile.dialogs: simplify
2071
2072         * Rename a lot of files from *Dialog.ui to *DialogBase.ui
2073
2074         * ui/Makefile.am: simplify and distcheck ready, make sure to dist
2075         all the ui files.
2076
2077         * ui/moc/Makefile.am: simplify and distcheck ready
2078
2079         * moc/Makefile.am: simplify and distcheck ready
2080
2081 2003-01-12  Edwin Leuven  <e.leuven@uva.nl>
2082
2083         * ui/QPreambleDialog.ui:
2084         * QPreamble.[Ch]:
2085         * QPreambleDialog.[Ch]:
2086         * Dialogs.C:
2087         * Dialogs_impl.h:
2088         * Makefile.dialogs: Remove preamble dialog
2089
2090 2003-01-12  Alfredo Braunstein <abraunst@libero.it>
2091
2092         * QSpellcheckerDialog.C (spellcheck,update_contents): enable/disable
2093           elements of the dialog.
2094
2095 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
2096
2097         * ui/Makefile.am (EXTRA_DIST): dist ui files
2098         (SRCS): var with all ui files
2099
2100 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
2101
2102         * FileDialog.C:
2103         * QIndexDialog.C:
2104         * QPrefsDialog.C:
2105         * QToc.C:
2106         * qfont_loader.C: fix inconsistent usage of spaces, colons,
2107         capitalization, and the like.
2108
2109 2003-01-05  John Levon  <levon@movementarian.org>
2110
2111         * QLyXKeySym.h:
2112         * QLyXKeySym.C: add an encoding map for getISOEncoded
2113
2114         * lyx_gui.C: init encodings
2115
2116         * QtView.h:
2117         * QtView.C:
2118
2119 2003-01-04  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2120
2121         * QURL.C: isValid(): fix validation.
2122
2123 2002-12-21  John Levon  <levon@movementarian.org>
2124
2125         * FileDialog.C:
2126         * QBibtex.C: fix mis-use of conversions to QString
2127
2128 2003-01-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2129
2130         * QCitationDialog.C: update dialog correctly on search.
2131
2132 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2133
2134         * ui/QMathDialog.ui:
2135         * QPrefsDialog.C (select_workingdir): fix typo
2136
2137 2002-12-21  Dekel Tsur  <dekelts@tau.ac.il>
2138
2139         * qfont_loader.C (isAvailable): Call to addFontPath().
2140         Also, add a cache.
2141
2142 2002-12-20  John Levon  <levon@movementarian.org>
2143
2144         * lyx_gui.C: fix exit to use std::exit, so we don't
2145           end up back in the LyX code
2146
2147 2002-12-19  John Levon  <levon@movementarian.org>
2148
2149         * ui/QPrefsDialog.ui: remove auto-default stuff - it was
2150           confusing
2151
2152 2002-12-19  John Levon  <levon@movementarian.org>
2153
2154         * QLyXKeySym.C: do not attempt to compare Qt::Key_unknowns
2155
2156 2002-12-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2157
2158         * lyx_gui.C (getStatus): forks-show is not implemented by the qt
2159         frontend
2160
2161 2002-12-19  John Levon  <levon@movementarian.org>
2162
2163         * QPrefs.C: if we can't find the font family, use
2164           StyleHint to get one close by
2165
2166 2002-12-18  Alfredo Braunstein <abraunst@libero.it>
2167
2168         * QRef.C (redoRefs): small bug fix (wrong label was selected)
2169
2170 2002-12-18  Edwin Leuven  <e.leuven@uva.nl>
2171
2172         * QCitationDialog.C: update styles combo when necessary
2173
2174 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2175
2176         * Alert_pimpl.C (askForText_pimpl): replace qt_() with _()
2177
2178 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2179
2180         * QLPopupMenu.C (populate): ignore unknown lfuns; do not insert
2181         separator as first item of a menu
2182
2183         * lyx_gui.C (getStatus): indicate that LFUN_LAYOUT_PREAMBLE and
2184         LFUN_TOOLTIPS_TOGGLE are not implemented
2185
2186 2002-12-18  Edwin Leuven  <e.leuven@uva.nl>
2187
2188         * BulletsModule.C: fix crash on custom bullet cancel
2189
2190 2002-12-18  John Levon  <levon@movementarian.org>
2191
2192         * qfont_loader.C: symbol should not match "Standard Symbols 1"
2193
2194 2002-12-18  John Levon  <levon@movementarian.org>
2195
2196         * qfont_loader.C: rewrite for proper maths symbols
2197           handling
2198
2199 2002-12-17  John Levon  <levon@movementarian.org>
2200
2201         * qt_helpers.h:
2202         * qt_helpers.C: add fromqstr/toqstr/qt_ for converting
2203           using locale from/to QString
2204
2205         * all files: use the above
2206
2207         * QDocumentDialog.C: fix margins properly
2208
2209 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
2210
2211         * QCommandBuffer.C: added up.xpm and down.xpm to the command buffer
2212
2213 2002-12-13  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2214
2215         * QBibtexDialog.[Ch]
2216         * ui/QBibtexDialog.ui:
2217         Add LineEdit for manual *.bib file insertion, ws changes.
2218
2219 2002-12-17  John Levon  <levon@movementarian.org>
2220
2221         * QLPopupMenu.C: add using endl
2222
2223 2002-12-16  Edwin Leuven  <e.leuven@uva.nl>
2224
2225         * BulletsModule.C: forgot to remove an include of
2226         bulletstrings.[Ch] removed in the previous commit
2227
2228 2002-12-16  Edwin Leuven  <e.leuven@uva.nl>
2229
2230         * BulletsModule.[Ch]: Fix bulletstuff
2231         * QDocument.C:
2232         * QDocumentDialog.C:
2233         * ui/BulletsModuleBase.ui:
2234
2235 2002-12-12  John Levon  <levon@movementarian.org>
2236
2237         * QSpellcheckerDialog.h:
2238         * QSpellcheckerDialog.C:
2239         * QSpellchecker.C: place broken word in replace box
2240           for user fixing
2241
2242 2002-12-12  John Levon  <levon@movementarian.org>
2243
2244         * FileDialog_private.C: don't mess with windows z-ordering
2245           when opening a dialog (appear above focusWidget)
2246
2247 2002-12-12  John Levon  <levon@movementarian.org>
2248
2249         * QLyXKeySym.C: check for isNull(). It's needed by
2250           Kornel, dunno why
2251
2252 2002-12-12  John Levon  <levon@movementarian.org>
2253
2254         * ui/QSpellcheckerDialog.ui: make double click replace word
2255
2256 2002-12-12  John Levon  <levon@movementarian.org>
2257
2258         * QSearchDialog.C:
2259         * ui/QSearchDialog.ui: fixes from Alfredo
2260
2261 2002-12-12  John Levon  <levon@movementarian.org>
2262
2263         * QLyxKeySym.h:
2264         * QLyXKeySym.C:
2265         * qlkey.h: implement isText() to allow us to insert
2266           unrecognised text
2267
2268 2002-12-11  John Levon  <levon@movementarian.org>
2269
2270         * qfont_loader.h:
2271         * qfont_loader.C:
2272         * qfont_metrics.C: cache per-char widths to avoid slowness
2273           of QFontMetrics::width
2274
2275 2002-12-10  John Levon  <levon@movementarian.org>
2276
2277         * ui/QURLDialog.ui: fix tab order
2278
2279 2002-12-10  John Levon  <levon@movementarian.org>
2280
2281         * QRef.C: patch from Alfredo
2282
2283 2002-12-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2284
2285         * QAbout.C (build_dialog): use old over-eager version for 1.3.0.
2286
2287 2002-12-09  John Levon  <levon@movementarian.org>
2288
2289         * ui/*ModuleBase.ui: some capitalisation fixes
2290
2291 2002-12-08  John Levon  <levon@movementarian.org>
2292
2293         * ui/Makefile.am: use uic -tr; fix by Pauli Virtanen
2294
2295 2002-12-08  John Levon  <levon@movementarian.org>
2296
2297         * ui/QExternalDialog.ui: connect Edit button; fix by
2298         Alfredo Braunstein
2299
2300 2002-12-07  John Levon  <levon@movementarian.org>
2301
2302         * QMathMatrixDialog.C: row/column insert was inverted; fix
2303           by Alfredo Braunstein
2304
2305 2002-12-07  John Levon  <levon@movementarian.org>
2306
2307         * QDelimiterDialog.C:
2308         * QDelimiterDialog.h:
2309         * QMathDialog.C:
2310         * QMathDialog.h:
2311         * iconpalette.h: fix connections for Qt 3, hopefully
2312
2313 2002-12-05  John Levon  <levon@movementarian.org>
2314
2315         * QContentPane.C: set I-beam cursor
2316
2317 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2318
2319         * qlkey.h (string_to_qkey): Add many missing entries
2320
2321 2002-12-04  John Levon  <levon@movementarian.org>
2322
2323         * qt_helpers.h:
2324         * qt_helpers.C:
2325         * QDocument.h:
2326         * QDocument.C: move methods below to helpers
2327
2328 2002-11-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2329
2330         * QDocument.C: new methods widgetsToLength, lengthToWidgets.
2331         set defaultUnit
2332
2333 2002-12-03  John Levon  <levon@movementarian.org>
2334
2335         * QIncludeDialog.C: another fix
2336
2337 2002-12-03  John Levon  <levon@movementarian.org>
2338
2339         * ui/QIncludeDialog.ui:
2340         * QInclude.C: support preview()
2341
2342 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2343
2344         * several files: ws changes
2345
2346 2002-11-30  John Levon  <levon@movementarian.org>
2347
2348         * QParagraph.C: another fix from Otto Tronarp
2349
2350 2002-11-30  John Levon  <levon@movementarian.org>
2351
2352         * various: string(widget->text()) is not good.
2353
2354 2002-11-28  John Levon  <levon@movementarian.org>
2355
2356         * qt_helpers.C: fix build
2357
2358 2002-11-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2359
2360         * qsetborder.[Ch]: implement John's setEnabled bool
2361
2362         * QTabular.C:
2363         * QTabularDialog.C: remaining fixes.
2364
2365 2002-11-28  John Levon  <levon@movementarian.org>
2366
2367         * QSpellcheckerDialog.C: fix Escape + restarting spellcheck
2368
2369 2002-11-28  John Levon  <levon@movementarian.org>
2370
2371         * QSpellcheckerDialog.C: small fix
2372
2373 2002-11-28  John Levon  <levon@movementarian.org>
2374
2375         * QDocument.C: fix line spacing
2376
2377 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2378
2379         * ui/TabularDialog.ui:
2380         * QTabular.C:
2381         * QTabularDialog.C: ui fixes.
2382
2383 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
2384
2385         * qfont_loader.C (font_info): Use lyxrc.*_font_foundry.
2386
2387         * QPrefs.C: Handle lyxrc.*_font_foundry.
2388
2389         * qt_helpers.C: New file.
2390
2391 2002-11-27  John Levon  <levon@movementarian.org>
2392
2393         * qsetborder.h:
2394         * qsetborder.C: cleanup
2395
2396         * QTabular.C:
2397         * QTabularDialog.C: cleanups, fixes
2398
2399 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2400
2401         * ui/TabularDialog.ui:
2402         * QTabular.[Ch]:
2403         * QTabularDialog.[Ch]: implement most functions
2404         * qsetborder.[Ch]: fixes
2405
2406 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2407
2408         * Alert_pimpl.C (askForText_pimpl): use boost.format
2409
2410 2002-11-26  John Levon  <levon@movementarian.org>
2411
2412         * QMathDialog.C:
2413         * Toolbar_pimpl.h:
2414         * Toolbar_pimpl.C: Qt is the Lord of Suck
2415
2416 2002-11-25  John Levon  <levon@movementarian.org>
2417
2418         * qscreen.C: use LColor::cursor properly
2419
2420         * QPrefs.C:
2421         * ui/QPrefKeyboardModule.ui:
2422         * ui/QPrefUIModule.ui: UI fixes
2423
2424 2002-11-25  Herbert Voss  <Herbert.Voss@alumni.TU-Berlin.DE>
2425
2426         * QVCLog.C (update_contents): fix USE_BOOST_FORMAT
2427
2428 2002-11-24  John Levon  <levon@movementarian.org>
2429
2430         * QDocumentDialog.C: fix build
2431
2432 2002-11-21  Angus Leeming  <leeming@lyx.org>
2433
2434         * QDocumentDialog.C (classChanged): use ControlDocument::loadTextclass.
2435
2436 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2437
2438         * QVCLog.C (update_contents): use boost::format
2439
2440 2002-11-21  John Levon  <levon@movementarian.org>
2441
2442         * qscreen.C: show content pane cursor even when
2443           focus is on dialog, command buffer etc.
2444
2445 2002-11-20  John Levon  <levon@movementarian.org>
2446
2447         * QMathDialog.C: don't pass empty commands to math
2448           on menu tear-off
2449
2450 2002-11-20  John Levon  <levon@movementarian.org>
2451
2452         * QLPopupMenu.C: only check .disabled() on Commands
2453
2454 2002-11-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2455
2456         * QLPopupMenu.C (getLabel): show labels for menu entries
2457
2458         * qlkey.h (string_to_qkey): add support for KP_xxx keysyms
2459
2460 2002-11-20  John Levon  <levon@movementarian.org>
2461
2462         * ui/QDelimiterDialog.ui: geometry fix
2463
2464 2002-11-20  John Levon  <levon@movementarian.org>
2465
2466         * Toolbar_pimpl.C:
2467         * QDelimiterDialog.C:
2468         * QMathDialog.C: use find_xpm to mangle name
2469
2470 2002-11-20  John Levon  <levon@movementarian.org>
2471
2472         * QDelimiterDialog.h:
2473         * QDelimiterDialog.C: fix delimiter connect()
2474
2475 2002-11-20  John Levon  <levon@movementarian.org>
2476
2477         * QDocument.C:
2478         * QDocumentDialog.C: fix my sillies
2479
2480 2002-11-20  John Levon  <levon@movementarian.org>
2481
2482         * QLPainter.C: use realColor not color for the font
2483
2484 2002-11-18  John Levon  <levon@movementarian.org>
2485
2486         * Makefile.am:
2487         * qfontexample.h:
2488         * qfontexample.C:
2489         * QPrefs.C:
2490         * QPrefsDialog.h:
2491         * QPrefsDialog.C:
2492         * ui/QPrefScreenFontsModule.ui: show an example
2493           of the chosen font
2494
2495 2002-11-18  John Levon  <levon@movementarian.org>
2496
2497         * ui/Makefile.am:
2498         * moc/Makefile.am:
2499         * ui/moc/Makefile.am:
2500         * Makefile.am: define no translation
2501
2502         * QDocument.C: avoid QBloatList
2503
2504 2002-11-17  John Levon  <levon@movementarian.org>
2505
2506         * ui/QPrefScreenFontsModule.ui:
2507         * QPrefsDialog.h:
2508         * QPrefsDialog.C:
2509         * QPrefs.C: use font families properly
2510
2511         * qfont_loader.C: and obey them
2512
2513 2002-11-17  John Levon  <levon@movementarian.org>
2514
2515         * QPrefsDialog.C: partial fonts fix
2516
2517 2002-11-17  John Levon  <levon@movementarian.org>
2518
2519         * QPrefsDialog.h:
2520         * QPrefsDialog.C: implement browse slots. Also
2521           try to do something with fonts for Qt 3 (untested)
2522
2523 2002-11-17  John Levon  <levon@movementarian.org>
2524
2525         * QGraphics.C: some fixes from Herbert & me
2526
2527 2002-11-15  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2528
2529         * FileDialog.C: fix empty mask string
2530
2531 2002-11-17  John Levon  <levon@movementarian.org>
2532
2533         * QLImage.C: implement monochrome, and fake grayscale
2534
2535 2002-11-17  John Levon  <levon@movementarian.org>
2536
2537         * qfont_loader.h:
2538         * qfont_loader.C: fix totally broken update code
2539
2540 2002-11-17  John Levon  <levon@movementarian.org>
2541
2542         * Makefile.am:
2543         * qcoloritem.h:
2544         * qcoloritem.C:
2545         * ui/QPrefColorsModule.ui:
2546         * QPrefs.C:
2547         * QPrefsDialog.h:
2548         * QPrefsDialog.C: implement colors. We're done !
2549
2550 2002-11-17  John Levon  <levon@movementarian.org>
2551
2552         * FileDialog.C:  split into open/save so open
2553           no longer says "Save" !
2554
2555 2002-11-17  John Levon  <levon@movementarian.org>
2556
2557         * QPrefsDialog.h:
2558         * QPrefsDialog.C: implement converters
2559
2560 2002-11-17  John Levon  <levon@movementarian.org>
2561
2562         * QPrefsDialog.C:
2563         * QPrefs.C: implement formats
2564
2565 2002-11-17  John Levon  <levon@movementarian.org>
2566
2567         * fontloader.C: disable crashing code for now
2568
2569         * QPrefs.h:
2570         * QPrefs.C:
2571         * QPrefsDialog.C: implement most prefs load/save
2572
2573 2002-11-17  John Levon  <levon@movementarian.org>
2574
2575         * ui/QPref*:
2576         * QPrefsDialog.C:
2577         * QPrefs.C: more work
2578
2579 2002-11-15  Edwin Leuven  <leuven@fee.uva.nl>
2580
2581         * QTabular.C: compile fixes
2582
2583 2002-11-15  Edwin Leuven  <leuven@fee.uva.nl>
2584
2585         * ui/QTabularDialog.ui: some relabelling
2586
2587 2002-11-15  John Levon  <levon@movementarian.org>
2588
2589         * QPrefs.h:
2590         * QPrefs.C: some update() work
2591
2592 2002-11-15  John Levon  <levon@movementarian.org>
2593
2594         * QPrefs.C: add #if 0 xforms code for working on
2595
2596         * QTabular.C: remove some handled #if 0 code
2597
2598 2002-11-15  John Levon  <levon@movementarian.org>
2599
2600         * qsetborder.h:
2601         * qsetborder.C: fix ws
2602
2603 2002-11-15  John Levon  <levon@movementarian.org>
2604
2605         * QTabularDialog.h:
2606         * QTabularDialog.C:
2607         * QTabular.C: add some stuff
2608
2609 2002-11-15  John Levon  <levon@movementarian.org>
2610
2611         * Makefile.dialogs:
2612         * Makefile.am:
2613         * moc/Makefile.am:
2614         * Dialogs2.C:
2615         * Dialogs_impl.h:
2616         * Dialogs.C:
2617         * QTabular.h:
2618         * QTabular.C:
2619         * QTabularDialog.h:
2620         * QTabularDialog.C: add skeleton
2621
2622 2002-11-14  John Levon  <levon@movementarian.org>
2623
2624         * ui/QTabularDialog.ui: label for cell pos
2625
2626 2002-11-13  Herbert Voss  <voss@perce.de>
2627
2628         * QBibtex.C: (apply, isValid) small changes
2629
2630 2002-11-13  John Levon  <levon@movementarian.org>
2631
2632         * all pref files: make the stack work
2633
2634 2002-11-13  John Levon  <levon@movementarian.org>
2635
2636         * Dialogs.C:
2637         * Dialogs2.C:
2638         * Dialog_impl.h:
2639         * Makefile.dialogs:
2640         * QPrefs.h:
2641         * QPrefs.C:
2642         * QPrefsDialog.h:
2643         * QPrefsDialog.C: add skeleton dialog
2644
2645 2002-11-13  John Levon  <levon@movementarian.org>
2646
2647         * ui/QBibtexDialog.ui: add some change_adaptors()
2648
2649         * QBibtex.C: fix duplicate entries in style CB, and
2650           alphasort it again, but still allow empty/user-defined
2651           style
2652
2653 2002-11-12  Herbert Voss  <voss@perce.de>
2654
2655         * QBibtex.[Ch]: fix bugs in the apply-part
2656
2657 2002-11-13  John Levon  <levon@movementarian.org>
2658
2659         * QDocument.h:
2660         * QDocument.C:
2661         * QDocumentDialog.h:
2662         * QDocumentDialog.C:
2663         * ui/QDocumentDialog.ui:
2664         * ui/BulletsModuleBase.ui: some UI fixes
2665
2666 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
2667
2668         * QDocumentDialog.C: enable apply on change
2669         * QBrowseBox.C: remove qWarning
2670
2671 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
2672
2673         * BulletsModule.C: more bullet changes
2674         * BulletsModule.h
2675         * Makefile.am
2676         * QDocument.C
2677         * QDocumentDialog.C
2678         * bulletstrings.C
2679         * bulletstrings.h
2680         * ui/BulletsModuleBase.ui
2681
2682 2002-11-12  Edwin Leuven  <leuven@fee.uva.nl>
2683
2684         * QBrowseBox: Juergen Spitzmueller's mouse focus fix
2685
2686 2002-11-08  Edwin Leuven  <leuven@fee.uva.nl>
2687
2688         * Dialogs2.C: compile fix
2689
2690 2002-11-08  Edwin Leuven <leuven@fee.uva.nl>
2691
2692         * QDocument.[Ch]: Remove unused methods
2693         * QBrowseBox.[Ch]: Capture mouse, new methods, etc
2694         * BulletsModule.[Ch]: Further improvements
2695         * QDocumentDialog.[Ch]: more bullet stuff
2696         * ui/BulletsModuleBase.ui: idem
2697         * ui/QTabularDialog.ui: new tabular dialog
2698         * qsetborder.[Ch]: new small qt widget to set table borders
2699
2700 2002-11-08  Dekel Tsur  <dekelts@tau.ac.il>
2701
2702         * lyx_gui.C:
2703         * QWorkArea.C: Fix X selection code.
2704
2705 2002-11-07  John Levon  <levon@movementarian.org>
2706
2707         * ui/QIncludeDialog.ui:
2708         * QInclude.C: fix setting of combobox
2709
2710 2002-11-07  John Levon  <levon@movementarian.org>
2711
2712         * ui/QPref*: add initial prefs ui from Juergen S
2713
2714 2002-11-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2715
2716         * ui/QDocument.ui:
2717         * QDocumentDialog.C:
2718         * QDocument.[Ch]:
2719         Implement "Save as default" and "Use class defaults"
2720
2721         * QDocumentDialog.C: Fix dialog update on class change
2722         implement lyxrc.auto_reset_options
2723
2724 2002-11-07  John Levon  <levon@movementarian.org>
2725
2726         * QGraphics.[Ch]:
2727         * QGraphicsDialog.[Ch]:
2728         * ui/QGraphicsDialog.ui: various fixes so it actually
2729         works
2730
2731 2002-11-01  Herbert Voss  <voss@perce.de>
2732
2733         * QGraphics.[Ch]:
2734         * QGraphicsDialog.[Ch]:
2735         * ui/QGraphicsDialog.ui: get scale/rotate working
2736
2737 2002-11-04  Angus Leeming  <leeming@lyx.org>
2738
2739         * QGraphics.C (update_contents): controller.getUnits() ->
2740         frnt::getBBUnits().
2741
2742 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2743
2744         * QAbout.C (build_dialog): do not use str().c_str() when not needed.
2745
2746         * qttableview.C: include config.h
2747
2748         * lyx_gui.C: move includes around a bit
2749         (start): adjust signature
2750
2751 2002-10-31  John Levon  <levon@movementarian.org>
2752
2753         * QExternal.C: fix crash, valid check
2754
2755 2002-10-31  John Levon  <levon@movementarian.org>
2756
2757         * QGraphics.C:
2758         * QGraphicsDialog.C:
2759         * QGraphicsDialog.h:
2760         * ui/QGraphicsDialog.ui: bb unit fixes
2761
2762 2002-10-30  John Levon  <levon@movementarian.org>
2763
2764         * QPrintDialog.[hC]: move to ...
2765
2766         * QLPrintDialog.[hC]: ... here to prevent name clash
2767
2768         * QPrint.h:
2769         * QPrint.C:
2770         * Dialogs_impl.h:
2771         * Makefile.dialogs: from above
2772
2773         * QSpellchecker.C: reset progress
2774
2775 2002-10-30  John Levon  <levon@movementarian.org>
2776
2777         * QGraphics.C:
2778         * ui/QGraphicsDialog.ui: some fixes from Herbert
2779
2780 2002-10-30  John Levon  <levon@movementarian.org>
2781
2782         * ui/QTabularDialog.ui: initial UI from Juergen Spitzmueller
2783
2784 2002-10-28  John Levon  <levon@movementarian.org>
2785
2786         * iconpalette.C:
2787         * QMathDialog.C: fix symbol insert breakage from Lars' patch
2788
2789 2002-10-26  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2790
2791         * ui/QMathMatrixDialog.ui:
2792         * QMathMatrixDialog.[Ch]:
2793         * Makefile.dialogs:
2794         * QMath.C:
2795         * QMathDialog.C: implement Matrix dialog
2796
2797         * QMathDialog.C: enlarge Symbols combox (prevent scrollbar)
2798
2799 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
2800
2801         * qfont_loader.C (font_info): Add xfonts to the font path if
2802         necessary.
2803
2804 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2805
2806         * QVCLog.C (update_contents): modify
2807
2808         * QPreamble.C (apply): modify
2809
2810 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
2811
2812         * qfont_metrics.C (ascent): Fix returned value.
2813
2814 2002-10-21  Philippe Elie  <phil.el@wanadoo.fr>
2815
2816         * QContentPane.h:
2817         * QContentPane.C: implement wheelEvent
2818
2819 2002-10-20  Dekel Tsur  <dekelts@tau.ac.il>
2820
2821         * several files: Use QT_VERSION >= 300 instead of >= 0x030000
2822
2823 2002-10-20  John Levon  <levon@movementarian.org>
2824
2825         * ui/QDelimiterDialog.ui: remove two huge XPMs that
2826           were accidentally built in
2827
2828 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
2829
2830         * Toolbar_pimpl.C (setLayout): initialize i to 0, don't
2831         reinitialize.
2832
2833         * README: add a comment about the strange moc behaviour.
2834
2835         * QWrap.C (apply): local ref to params
2836         (update_contents): ditto
2837         (numtostr): use erase to clear string
2838
2839         * QWorkArea.C (setScrollbarParams): use explicit std::max
2840
2841         * QURL.C (update_contents): local ref to params
2842         (apply): ditto
2843
2844         * QRef.C (update_contents): local ref to params
2845         (apply): ditto
2846
2847         * QPreambleDialog.C (editClicked): no need to explicitly
2848         initialize an std::string.
2849         (editClicked): read file with smaller overhead.
2850
2851         * QParagraph.C (apply): local ref to params
2852         (update_contents): ditto
2853
2854         * QMinipage.C (apply): local ref to params
2855         (update_contents): ditto
2856         (update_contents): handle InsetMinipage::top in switch
2857
2858         * QMath.C (createMathPanel): use "new Type" not "new Type()"
2859
2860         * QLyXKeySym.h: adda key_ accessor key().
2861
2862         * QLyXKeySym.C (operator=): out of class version.
2863
2864         * QLog.C (update_contents): use a simpler and faster way to fill
2865         the log dialog.
2866
2867         * QLPopupMenu.C (getLabel): use subst directly on mi.label()
2868
2869         * QLPainter.C (QLPainter): use "new Type" not "new Type()"
2870         (lines): put int i inside for scope
2871         (fillPolygon): put j insize for scope
2872
2873         * QInclude.C (update_contents): local ref to params
2874         (apply): ditto
2875
2876         * QGraphics.C (update_contents): initialize item to 0
2877         (apply): use erase to clear string
2878
2879         * QFloat.C (update_contents): local ref to params
2880         (apply): ditto
2881
2882         * QExternal.C (update_contents): local ref to params
2883         (helpText): ditto
2884         (apply): ditto
2885
2886         * QERT.C (apply): local reference to params
2887
2888         * QDocument.C (apply): have a local reference to the params
2889         (update_contents): ditto
2890
2891         * QCommandEdit.C: add missing include config.h
2892
2893         * QCommandBuffer.C (QCommandBuffer): call method directly on
2894         unnamed pointer objects.
2895         (complete): use "new Type", not "new Type()"
2896         (complete): use explict std::max
2897
2898         * QCharacter.C (update_contents): use a local reference as
2899         controller cache
2900         (apply): ditto
2901
2902         * QBibtex.C (update_contents): use erase to clear a string.
2903
2904         * QAbout.C (build_dialog): fill the credits view in a bit more
2905         elegant way
2906
2907         * almost all files: clean up formatting and indenting.
2908
2909 2002-10-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
2910
2911         * qfont_loader.C (update): move loop vars into for scopes.
2912         (get): add some debug msg.
2913         (font_info): ditto
2914         (getfontinfo): simplify slightly
2915
2916         * QParagraph.C (setWidgetsFromVSpace): initilize item
2917
2918         * QERT.C (update_contents): initialize rb
2919
2920         * QDocument.C (build_dialog): move int n inside for scope.
2921
2922         * QCharacter.C (findPos2nd): add a typedef
2923
2924         * FileDialog_private.C: include order changed.
2925         (LyXFileDialog): some reformat
2926
2927         * FileDialog.C: include order changed.
2928         (FileDialog): fix wrong use of new.
2929
2930 2002-10-17  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2931
2932         * ui/QSendtoDialog.ui: fix layout
2933
2934 2002-10-17  Angus Leeming  <leeming@lyx.org>
2935
2936         * lyx_gui.C (getDPI): use an average of DpiX and DpiY.
2937
2938         * QBrowseBox.[Ch] (c-tor): remove unneeded arguments.
2939
2940 2002-10-17  André Pönitz  <poenitz@lyx.org>
2941
2942         * QBrowseBox.[Ch]: fix style issues
2943
2944 2002-10-17  Angus Leeming  <leeming@lyx.org>
2945
2946         * ui/moc/Makefile.am:
2947         * moc/Makefile.am: add a distclean-local target to remove *_moc.C.
2948
2949 2002-10-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2950
2951         * ui/QSendtoDialog.ui:
2952         * QSendtoDialog.[Ch]:
2953         * QSendto.[Ch]:
2954         * Makefile.dialogs:
2955         * Dialogs.C:
2956         * Dialogs2.C:
2957         * Dialogs_impl.h: Implement Sendto (Custom Export) dialog
2958
2959 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2960
2961         * qfont_loader.C (font_info): correct calculation of font size
2962         (point size) for qt.
2963
2964 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2965
2966         * QBrowseBox.C (QBrowseBox): transpose const char
2967
2968 2002-10-15  Angus Leeming  <leeming@lyx.org>
2969
2970         * QBrowseBox.C (c-tor): default values should go only in the .h file.
2971
2972         * QDocument.C: add a using std::vector declaration.
2973
2974 2002-10-15  Dekel Tsur  <dekelts@tau.ac.il>
2975
2976         * QLPainter.C (text): Unicode support.
2977         * qfont_metrics.C (width): ditto.
2978
2979         * qfont_loader.C (available): Add code for QT 2.x.
2980
2981 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
2982
2983         * lyx_gui.C (getDPI): Implemented.
2984
2985 2002-10-12  Dekel Tsur  <dekelts@tau.ac.il>
2986
2987         * qfont_loader.C (available): Implemented.
2988
2989 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
2990
2991         * QDocument.C: Brand new document dialog
2992         * QDocument.h:
2993         * QDocumentDialog.C:
2994         * QDocumentDialog.h:
2995         * BulletsModule.C:
2996         * BulletsModule.h:
2997         * Dialogs.C:
2998         * Dialogs2.C:
2999         * Dialogs_impl.h:
3000         * Makefile.am:
3001         * Makefile.dialogs:
3002         * QBrowseBox.C:
3003         * QBrowseBox.h:
3004         * qgridview.cpp:
3005         * qgridview.h:
3006         * moc/Makefile.am:
3007         * ui/BiblioModuleBase.ui:
3008         * ui/BulletsModuleBase.ui:
3009         * ui/ClassModuleBase.ui:
3010         * ui/LanguageModuleBase.ui:
3011         * ui/Makefile.am:
3012         * ui/MarginsModuleBase.ui:
3013         * ui/NumberingModuleBase.ui:
3014         * ui/PackagesModuleBase.ui:
3015         * ui/PaperModuleBase.ui:
3016         * ui/PreambleModuleBase.ui:
3017         * ui/QDocumentDialog.ui:
3018         * ui/QGraphicsDialog.ui:
3019         * ui/QPrintDialog.ui:
3020         * ui/QRefDialog.ui:
3021
3022 2002-09-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3023
3024         * ui/QWrapDialog.ui:
3025         * QWrapDialog.[Ch]:
3026         * QWrap.[Ch]:
3027         * Makefile.dialogs:
3028         * Dialogs.C:
3029         * Dialogs2.C:
3030         * Dialogs_impl.h: Implement Wrap figure dialog
3031
3032 2002-09-25  Angus Leeming  <leeming@lyx.org>
3033
3034         * Dialogs2.C:
3035         * Dialogs_impl.h:
3036         * LyXKeySymFactory.C:
3037         * LyXScreenFactory.C:
3038         * Menubar_pimpl.[Ch]:
3039         * Toolbar_pimpl.[Ch]:
3040         * WorkAreaFactory.C:
3041         * lyx_gui.C: doxygen fixes.
3042
3043 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3044
3045         * ui/moc/Makefile.am (INCLUDES):
3046         * ui/Makefile.am (INCLUDES):
3047         * moc/Makefile.am (INCLUDES):
3048         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
3049
3050 2002-09-24  John Levon  <levon@movementarian.org>
3051
3052         * QCommandEdit.h:
3053         * QCommandEdit.C: fix build by removing the pragmas.
3054
3055 2002-09-24  Angus Leeming  <leeming@lyx.org>
3056
3057         * most files: "standard-conforming" Licence declaration.
3058         Remove trailing whitespace.
3059
3060         * many header files: do not #include <config.h>.
3061         Remove unnecessary #includes by using forward declarations.
3062         Add as first line: // -*- C++ -*-
3063         Move several definitions of virtual functions out of line
3064         as they are unlikely to be inlined anyway (and it reduces
3065         header file dependencies)...
3066
3067         * many files: added g++ #pragma directives.
3068
3069 2002-09-23  Angus Leeming  <leeming@lyx.org>
3070
3071         * QMath.h: forward declare QMathDialog.
3072         Remove trailing semi-colons after definition of apply and
3073         update_contents methods.
3074
3075         * qfont_metrics.C: endl is in namespace std.
3076         Some whitespece stuff.
3077
3078 2002-09-22  John Levon  <levon@movementarian.org>
3079
3080         * qlkey.h: make Key_Unknown a modifier, to handle
3081           Norbert's Alt Gr
3082
3083 2002-09-17  John Levon  <levon@movementarian.org>
3084
3085         * QLPainter.C: use dots for dashes because Qt sucks
3086
3087 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3088
3089         * Toolbar_pimpl.C (changed_layout): when selecting a layout in
3090         combox, make sure the corresponding shortcut is shown in
3091         minibuffer
3092
3093 2002-09-16  John Levon  <levon@movementarian.org>
3094
3095         * FileDialog.C: set AnyFile mode
3096
3097 2002-09-16  John Levon  <levon@movementarian.org>
3098
3099         * QMathDialog.C: allow menus to be torn off
3100
3101 2002-09-16  John Levon  <levon@movementarian.org>
3102
3103         * QDelimiterDialog.C: fix empty delimiter
3104
3105 2002-09-15  John Levon  <levon@movementarian.org>
3106
3107         * Makefile.dialogs:
3108         * ui/QDelimiterDialog.ui:
3109         * QDelimiterDialog.h:
3110         * QDelimiterDialog.C:
3111         * QMath.h:
3112         * QMath.C:
3113         * QMathDialog.h:
3114         * QMathDialog.C: add delimiter dialog
3115
3116 2002-09-15  John Levon  <levon@movementarian.org>
3117
3118         * Alert_pimpl.C: title fix
3119
3120 2002-09-14  John Levon  <levon@movementarian.org>
3121
3122         * QMath.h:
3123         * QMath.C:
3124         * QMathDialog.h:
3125         * QMathDialog.C:
3126         * ui/QMathDialog.ui: matrix
3127
3128 2002-09-14  John Levon  <levon@movementarian.org>
3129
3130         * qlkey.h: fix two typos to be Alt_R instead
3131
3132 2002-09-14  John Levon  <levon@movementarian.org>
3133
3134         * qfont_metrics.C: fix rbearing()
3135
3136 2002-09-14  John Levon  <levon@movementarian.org>
3137
3138         * QLPainter.C: fix arc
3139
3140 2002-09-14  John Levon  <levon@movementarian.org>
3141
3142         * ui/QMathDialog.ui:
3143         * QMathDialog.h:
3144         * QMathDialog.C: add back display. Implement
3145           font/style
3146
3147 2002-09-14  John Levon  <levon@movementarian.org>
3148
3149         * ui/QMathDialog.ui:
3150         * QMathDialog.h:
3151         * QMathDialog.C: add spaces menu
3152
3153 2002-09-13  John Levon  <levon@movementarian.org>
3154
3155         * Menubar_pimpl.C:
3156         * QLPopupMenu.C: fix submenus again
3157
3158 2002-09-12  John Levon  <levon@movementarian.org>
3159
3160         * qscreen.h:
3161         * qscreen.C: be even smarter about repaint() vs. update()
3162
3163 2002-09-12  John Levon  <levon@movementarian.org>
3164
3165         * QPrint.C: don't reset unless different buffer
3166
3167 2002-09-12  John Levon  <levon@movementarian.org>
3168
3169         * QPrint.C: get collate from params too
3170
3171         * ui/QGraphicsDialog.ui: re-arrange bb a bit
3172
3173 2002-09-12  John Levon  <levon@movementarian.org>
3174
3175         * Menubar_pimpl.C:
3176         * Menubar_pimpl.h:
3177         * QtView.C: implement openByName(). Move activated
3178         signal to per-menu
3179
3180 2002-09-12  John Levon  <levon@movementarian.org>
3181
3182         * QCommandBuffer.C: fix click
3183
3184 2002-09-12  John Levon  <levon@movementarian.org>
3185
3186         * QMathDialog.C: work around Qt bug in previous change
3187
3188 2002-09-12  John Levon  <levon@movementarian.org>
3189
3190         * QMathDialog.h:
3191         * QMathDialog.C: load icon palettes on demand
3192
3193 2002-09-12  John Levon  <levon@movementarian.org>
3194
3195         * QMathDialog.C: get the scrollbars right on first show
3196
3197 2002-09-11  John Levon  <levon@movementarian.org>
3198
3199         * QPrint.h:
3200         * QPrint.C:
3201         * ui/QPrintDialog.ui: update for odd/even changes
3202
3203 2002-09-11  John Levon  <levon@movementarian.org>
3204
3205         * QCitationDialog.C: show right info when selecting a cite
3206
3207         * QParagraphDialog.C: don't validate lengths, to allow glue
3208
3209 2002-09-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3210
3211         * QFloatDialog.C: Fix the setEnable() logic
3212
3213 2002-09-11  John Levon  <levon@movementarian.org>
3214
3215         * Alert_pimpl.C:
3216         * QExternalDialog.h:
3217         * QExternalDialog.C:
3218         * QGraphicsDialog.h:
3219         * QGraphicsDialog.C:
3220         * QIncludeDialog.h:
3221         * QIncludeDialog.C:
3222         * QIndexDialog.h:
3223         * QIndexDialog.C:
3224         * QSearchDialog.h:
3225         * QSearchDialog.C:
3226         * QURLDialog.h:
3227         * QURLDialog.C: focus on the first linedit on show()
3228
3229 2002-09-11  John Levon  <levon@movementarian.org>
3230
3231         * QSearchDialog.C: fill combo boxes
3232
3233 2002-09-11  John Levon  <levon@movementarian.org>
3234
3235         * qscreen.C: use repaint() not update() for immediate change
3236
3237         * QContentPane.C: warning fix
3238
3239 2002-09-11  John Levon  <levon@movementarian.org>
3240
3241         * qfont_metrics.C: fix button metrics
3242
3243         * QLPainter.C: fillPolygon() should actually fill
3244
3245 2002-09-10  John Levon  <levon@movementarian.org>
3246
3247         * Menubar_pimpl.C:
3248         * QLPopupMenu.h:
3249         * QLPopupMenu.C: finally fix Navigate
3250
3251 2002-09-10  John Levon  <levon@movementarian.org>
3252
3253         * ui/QIncludeDialog.ui:
3254         * QInclude.h:
3255         * QInclude.C: remove don't typeset
3256
3257         * Dialogs2.C: add empty showWrap
3258
3259 2002-09-08  John Levon  <levon@movementarian.org>
3260
3261         * QFloat.C: another fix
3262
3263 2002-09-08  John Levon  <levon@movementarian.org>
3264
3265         * QFloat.h:
3266         * QFloat.C:
3267         * QFloatDialog.h:
3268         * QFloatDialog.C:
3269         * ui/QFloatDialog.ui: fix bug 527 and more
3270
3271 2002-09-12  Angus Leeming  <leeming@lyx.org>
3272
3273         * iconpalette.C (resizeEvent): compile fix.
3274
3275         * QInclude.C (update_contents): remove lyxerr call.
3276
3277 2002-09-08  John Levon  <levon@movementarian.org>
3278
3279         * qfont_loader.C: fix bug 531 (emph())
3280
3281 2002-09-08  John Levon  <levon@movementarian.org>
3282
3283         * QMathDialog.C:
3284         * iconpalette.h:
3285         * iconpalette.C: make sizing work properly
3286
3287 2002-09-08  John Levon  <levon@movementarian.org>
3288
3289         * QMathDialog.h:
3290         * QMathDialog.C: detachable icon menus
3291
3292 2002-09-08  John Levon  <levon@movementarian.org>
3293
3294         * QMathDialog.C:
3295         * iconpalette.h:
3296         * iconpalette.C: re lay out on size change
3297
3298 2002-09-08  John Levon  <levon@movementarian.org>
3299
3300         * QMathDialog.h:
3301         * QMathDialog.C:
3302         * iconpalette.C: More fixes.
3303
3304 2002-09-08  John Levon  <levon@movementarian.org>
3305
3306         * ui/QMathDialog.ui:
3307         * QMathDialog.h:
3308         * QMathDialog.C: add decos as symbols. Some fixes.
3309
3310 2002-09-07  John Levon  <levon@movementarian.org>
3311
3312         * qfont_metrics.C: unrevert per-char metrics. Droppings
3313           are better than entirely wrong metrics. Hopefully
3314           Andre can fix it ...
3315
3316 2002-09-07  John Levon  <levon@movementarian.org>
3317
3318         * qfont_loader.C: fix sizes for symbols etc.
3319
3320 2002-09-07  John Levon  <levon@movementarian.org>
3321
3322         * qfont_metrics.C: revert accurate per-char metrics
3323           because LyX is broken
3324
3325 2002-09-07  John Levon  <levon@movementarian.org>
3326
3327         * qfont_loader.h:
3328         * qfont_loader.C: add debug
3329
3330 2002-09-06  John Levon  <levon@movementarian.org>
3331
3332         * QMath.h:
3333         * QMath.C: add sub/superscript
3334
3335         * ui/QMathDialog.ui:
3336         * QMathDialog.h:
3337         * QMathDialog.C: add dots. Use a completely broken :(
3338           scrollview.
3339
3340         * iconpalette.C: increase size
3341
3342 2002-09-04  Angus Leeming  <leeming@lyx.org>
3343
3344         * QLyXKeySym.C: using std::endl directive.
3345
3346 2002-08-30  John Levon  <levon@movementarian.org>
3347
3348         * Makefile.dialogs:
3349         * moc/Makefile.am:
3350         * QMath.h:
3351         * QMath.C:
3352         * QMathDialog.h:
3353         * QMathDialog.C:
3354         * ui/QMathDialog.ui: start math panel
3355
3356         * iconpalette.h:
3357         * iconpalette.C: new widget used by above
3358
3359 2002-08-29  John Levon  <levon@movementarian.org>
3360
3361         * Toolbar_pimpl.C: defocus layout combo on select
3362
3363 2002-08-29  John Levon  <levon@movementarian.org>
3364
3365         * QtView.C: add back in allow/prohibitInput (for now)
3366
3367         * TODO: update
3368
3369 2002-08-29  John Levon  <levon@movementarian.org>
3370
3371         * Toolbar_pimpl.C: mathed math-insert - skip
3372           the preceding '\' when looking for file name
3373
3374 2002-08-29  John Levon  <levon@movementarian.org>
3375
3376         * Toolbar_pimpl.C: math xpm handling in preparation
3377         for some fixed XPMs
3378
3379 2002-08-29  John Levon  <levon@movementarian.org>
3380
3381         * QCommandBuffer.h:
3382         * QCommandBuffer.C: use a QListView not combo box.
3383           Qt Sucks.
3384
3385 2002-08-29  John Levon  <levon@movementarian.org>
3386
3387         * ui/*: use size grippie consistently
3388
3389 2002-08-29  John Levon  <levon@movementarian.org>
3390
3391         * QContentPane.C:
3392         * QContentPane.h: implement triple click
3393
3394 2002-08-29  John Levon  <levon@movementarian.org>
3395
3396         * QInclude.C: remove some wrong code removed from xforms
3397
3398 2002-08-29  John Levon  <levon@movementarian.org>
3399
3400         * qfont_metrics.C: add per char ascent/descent
3401
3402 2002-08-28  John Levon  <levon@movementarian.org>
3403
3404         * QContentPane.C: fix cut-and-paste borkage from
3405           LFUN_MOUSE changes
3406
3407 2002-08-25  Rob Lahaye  <lahaye@snu.ac.kr>
3408
3409         * QLImage.C: replace redundant xoffset_l and yoffset_t
3410         calculation by something better.
3411
3412 2002-08-25  John Levon  <levon@movementarian.org>
3413
3414         * FileDialog.C:
3415         * FileDialog_private.h:
3416         * FileDialog_private.C: disable non-sync code due
3417           to Qt bug. Add support for buttons
3418
3419 2002-08-25  John Levon  <levon@movementarian.org>
3420
3421         * QLPopupMenu.C: implement optional() support
3422
3423         * TODO: update
3424
3425 2002-08-25  John Levon  <levon@movementarian.org>
3426
3427         * Makefile.am:
3428         * Menubar_pimpl.h:
3429         * Menubar_pimpl.C:
3430         * QLPopupMenu.h:
3431         * QLPopupMenu.C: Populate menus upon open
3432
3433 2002-08-25  John Levon  <levon@movementarian.org>
3434
3435         * qlkey.h: add A-Z into string_to_qkey
3436
3437         * QLyXKeySym.h:
3438         * QLyXKeySym.C: remove crap again
3439
3440 2002-08-25  John Levon  <levon@movementarian.org>
3441
3442         * QLyXKeySym.h:
3443         * QLyXKeySym.C:
3444         * QContentPane.C: revert some wrong direction stuff and try
3445           again. STILL BROKEN :(
3446
3447 2002-08-25  John Levon  <levon@movementarian.org>
3448
3449         * QGraphics.C:
3450         * ui/QGraphicsDialog.ui: update, and some UI improvements
3451
3452 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
3453
3454         * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
3455
3456         * QLImage.C:
3457         * QGraphics.C: Implement changes for new xforms graphics dialog
3458         (NB: Qt Graphics dialog itself is NOT YET updated!).
3459
3460 2002-08-15  Angus Leeming  <leeming@lyx.org>
3461
3462         * lyx_gui.C (hexname): enable previews to work!
3463
3464 2002-08-15  Angus Leeming  <leeming@lyx.org>
3465
3466         * Dialogs.C:
3467         * Dialogs2.C
3468         * Dialogs_impl.h: the brave new world of Dialog creation.
3469
3470         * guiapi.C: discard.
3471
3472         * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
3473         remove guiapi.C.
3474
3475 2002-08-14  John Levon  <levon@movementarian.org>
3476
3477         * Alert_pimpl.C: remove xforms header
3478
3479         * Toolbar_pimpl.C: build fix
3480
3481 2002-08-13  Angus Leeming  <leeming@lyx.org>
3482
3483         * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.
3484
3485         * FileDialog_private.C:
3486         * Menubar_pimpl.C:
3487         * Toolbar_pimpl.C:
3488         * QtView.C:
3489         * lyx_gui.C:
3490         changes due to the changed LyXView interface that now returns references
3491         to member variables not pointers.
3492
3493 2002-08-12  Angus Leeming  <leeming@lyx.org>
3494
3495         * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
3496         from namespace closing delimiter.
3497
3498         * Menubar_pimpl.h:  remove MenuItemInfo:: prefix from c-tor declaration.
3499
3500         * QAbout.[Ch]:
3501         * QBibitem.[Ch]:
3502         * QBibtex.[Ch]:
3503         * QCharacter.[Ch]:
3504         * QCitation.[Ch]:
3505         * QERT.[Ch]:
3506         * QError.[Ch]:
3507         * QExternal.[Ch]:
3508         * QFloat.[Ch]:
3509         * QGraphics.[Ch]:
3510         * QInclude.[Ch]:
3511         * QIndex.[Ch]:
3512         * QLog.[Ch]:
3513         * QMinipage.[Ch]:
3514         * QParagraph.[Ch]:
3515         * QPreamble.[Ch]:
3516         * QPrint.[Ch]:
3517         * QRef.[Ch]:
3518         * QSearch.[Ch]:
3519         * QShowFile.[Ch]:
3520         * QSpellchecker.[Ch]:
3521         * QTabularCreate.[Ch]:
3522         * QTexinfo.[Ch]:
3523         * QThesaurus.[Ch]:
3524         * QToc.[Ch]:
3525         * QURL.[Ch]:
3526         * QVCLog.[Ch]:
3527         No longer pass Controller or Dialogs to the c-tor.
3528         No longer forward-declare Dialogs.
3529
3530         * Qt2Base.[Ch]: derives from ViewBase directly.
3531         No longer passed ControlButtons & or Dialogs &.
3532         (bc): new method, enabling the daughter classes to access the
3533         ButtonController.
3534         (slotWMHide):
3535         (slotApply):
3536         (slotOK):
3537         (slotClose):
3538         (slotRestore): changes due to a change in the ViewBase class.
3539
3540         * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
3541
3542         * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
3543
3544         * guiapi.C: access the controller methods by explicit invocation of the
3545         controller.
3546
3547 2002-08-09  John Levon  <levon@movementarian.org>
3548
3549         * Toolbar_pimpl.C: add missing header
3550
3551 2002-08-08  John Levon  <levon@movementarian.org>
3552
3553         * Toolbar_pimpl.C:
3554         * Menubar_pimpl.C: lyxaction cleanup
3555
3556 2002-08-08  John Levon  <levon@movementarian.org>
3557
3558         * QGraphicsDialog.C: enable rotate
3559
3560         * ui/QGraphicsDialog.ui: trigger changed on
3561           activated() not highlighted()
3562
3563 2002-08-08  John Levon  <levon@movementarian.org>
3564
3565         * QGraphics.C:
3566         * ui/QGraphicsDialog.ui: lots of fixes and cleanup
3567
3568         * ui/QRefDialog.ui: geometry cleanup
3569
3570 2002-08-07  John Levon  <levon@movementarian.org>
3571
3572         * Menubar_pimpl.C: fix compile for gcc 3.1
3573
3574 2002-08-06  John Levon  <levon@movementarian.org>
3575
3576         * ui/QSpellcheckerDialogBase.ui:
3577         * QSpellcheckerDialog.h:
3578         * QSpellchecker.h:
3579         * QSpellchecker.C: remove options()
3580
3581         * QtView.C: fix build
3582
3583 2002-07-31  John Levon  <levon@movementarian.org>
3584
3585         * io_callback.h: make a more proper class
3586
3587         * lyx_gui.C: implement removal of I/O callbacks
3588
3589 2002-07-30  John Levon  <levon@movementarian.org>
3590
3591         * qlkey.h:
3592         * QLyXKeySym.h:
3593         * QLyXKeySym.C: do our own getISOEncoded() mapping
3594           because Qt can't handle it
3595
3596 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3597
3598         * several file: strip,frontStrip -> trim,ltrim,rtrim
3599
3600 2002-07-25  John Levon  <levon@movementarian.org>
3601
3602         * Toolbar_pimpl.C: fix tooltips
3603
3604 2002-07-25  John Levon  <levon@movementarian.org>
3605
3606         * QCommandEdit.C:
3607         * Toolbar_pimpl.C: make Tab work in the content pane
3608
3609 2002-07-25  John Levon  <levon@movementarian.org>
3610
3611         * Menubar_pimpl.C: split create/fill of menus into
3612           two functions
3613
3614 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
3615
3616         * Menubar_pimpl.C: make it compile again
3617
3618 2002-07-24  John Levon  <moz@compsoc.man.ac.uk>
3619
3620         * Menubar_pimpl.C: make it compile again
3621
3622 2002-07-24  Angus Leeming  <leeming@lyx.org>
3623
3624         * FileDialog_private.C (done): add a false to the arguments passed to
3625         getLyXFunc.
3626
3627         * QBibtex.C:
3628         * QCommandBuffer.C: add a using std::vector directive.
3629
3630         * QBibtexDialog.C: s/<vector.h>/<vector>/
3631
3632         * QCommandBuffer.C: remove trailing semi-colon at the end of the
3633         namespace scope.
3634
3635         * QTexinfo.h: s/vector<string>/std::vector<string>/
3636
3637 2002-07-23  Edwin Leuven <leuven@fee.uva.nl>
3638
3639         * QBibtex.C: syle combobox instead of listbox
3640         * QBibtexDialog.C:
3641         * ui/QBibtexDialog.ui
3642         * QTexinfo.C: Repair view without path/selection
3643         * QTexinfo.h
3644         * QTexinfoDialog.C
3645         * QTexinfoDialog.h
3646         * ui/QTexinfoDialog.ui
3647         * ui/QCitationDialog.ui: layout fix
3648         * ui/QExternalDialog.ui: idem
3649         * TODO: update
3650
3651 2002-07-23  John Levon  <moz@compsoc.man.ac.uk>
3652
3653         * QCommandBuffer.C: real compile fix
3654
3655 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3656
3657         * QLyXKeySym.C: return 0 when text_ is empty
3658           for getISOEncoded()
3659
3660 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3661
3662         * QCommandBuffer.C: probably compile fix
3663
3664         * QtView.C:
3665         * Toolbar_pimpl.h:
3666         * Toolbar_pimpl.C: remove dead code
3667
3668 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3669
3670         * lyx_gui.C: add exit() so we don't busy loop !
3671
3672 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3673
3674         * QCommandEdit.C: complete if right at end of line
3675
3676         * QLyXKeySym.C: cleanup comments
3677
3678         * QtView.C: prefer const int
3679
3680         * qlkey.h: fix some transliteration errors...
3681
3682 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3683
3684         * Toolbar_pimpl.h:
3685         * Toolbar_pimpl.C: remove ->push()
3686
3687 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
3688
3689         * QCitationDialog.C: fix loop search and info update after selecting
3690         * TODO: remove this is issue
3691
3692 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
3693
3694         * ui/QBibtexDialog.ui: style browser
3695         * QBibtex.C: idem
3696         * QBibtexDialog.C: idem
3697
3698         * ui/QRefDialog.ui: document combo
3699         * QRef.C: idem
3700
3701         * QInclude.C: new layout
3702         * ui/QIncludeDialog.ui: new layout
3703
3704         * ui/QCitationDialog.ui: new layout
3705
3706         * ui/QExternalDialog.ui: new layout
3707
3708         * QGraphics.C: Compile fix
3709
3710         * TODO:
3711
3712 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3713
3714         * Menubar_pimpl.h:
3715         * Menubar_pimpl.C: implement check/disable, submenus
3716
3717 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
3718
3719         * Toolbar_pimpl.h:
3720         * Toolbar_pimpl.C: implement getLayoutList()
3721
3722 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3723
3724         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
3725
3726 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
3727
3728         * QToc.h:
3729         * QToc.C: compile fixes, default to depth_(1)
3730
3731 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
3732
3733         * Menubar_pimpl.C: change for removed menubar stuff
3734
3735 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
3736
3737         * QtView.C: reset idle timer on message()
3738
3739 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
3740
3741         * QLImage.C: various fixes
3742
3743         * QWorkArea.C: set focus proxy
3744
3745         * qscreen.C: don't show cursor when in command buffer
3746
3747         * Makefile.am:
3748         * moc/Makefile.am:
3749         * QMiniBuffer.h:
3750         * QMiniBuffer.C:
3751         * QCommandBuffer.h:
3752         * QCommandBuffer.C:
3753         * QCommandEdit.h:
3754         * QCommandEdit.C:
3755         * QtView.h:
3756         * QtView.C: Rudimentary command buffer
3757
3758 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
3759
3760         * QWorkArea.C: remove unnecessary include
3761
3762 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
3763
3764         * QtView.C:
3765         * Toolbar_pimpl.C:
3766         * lyx_gui.C: verboseDispatch() is now dispatch()
3767
3768 2002-07-07  Edwin Leuven  <leuven@fee.uva.nl>
3769
3770         * QParagraph.[Ch]: Add paragraph dialog
3771         * QParagraphDialog.[Ch]:
3772         * ui/QParagraphDialog.[Ch]:
3773         * Makefile.am:
3774         * Makefile.dialogs:
3775         * guiapi.C:
3776
3777 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3778
3779         * QtView.C: basic statusbar show
3780
3781 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
3782
3783         * QLImage.C: add using std
3784
3785 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
3786
3787         * QLImage.h:
3788         * QLImage.C: remove getPixmap() add isDrawable()
3789
3790 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
3791
3792         * io_callback.h:
3793         * lyx_gui.C: make set_read_callback() work
3794
3795 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
3796
3797         * lyx_gui.C: add set_read_callback()
3798
3799         * Makefile.am:
3800         * xforms/*: remove
3801
3802 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
3803
3804         * QtView.C: add a status bar
3805
3806         * Toolbar_pimpl.C: minor fixes
3807
3808         * lyx_gui.C: implement hexname()
3809
3810 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3811
3812         * lyx_gui.C: move init_graphics() to parse_init()
3813
3814 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3815
3816         * Toolbar_pimpl.h:
3817         * Toolbar_pimpl.C: remove unused (de)activate()
3818
3819 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3820
3821         * lyx_gui.C: implement update_fonts(), font_available()
3822
3823 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3824
3825         * lyx_gui.C: add un-needed update_color()
3826
3827 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3828
3829         * QtView.h:
3830         * QtView.C: remove unused methods
3831
3832 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
3833
3834         * Makefile.am:
3835         * QLImage.h:
3836         * QLImage.C: initial image loader
3837
3838         * lyx_gui.C: initialise graphics
3839
3840         * QLPainter.C: draw images
3841
3842         * QWorkArea.C: implement clipboard as much as possible
3843
3844 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
3845
3846         * dialog files: add unused Dialogs paramater to allow compile
3847
3848         * QtView.C:
3849         * QMiniBuffer.h:
3850         * QMiniBuffer.C:
3851         * Makefile.am: add QMiniBuffer (placeholder)
3852
3853         * TODO: add
3854
3855         * Toolbar_pimpl.h:
3856         * Toolbar_pimpl.C: compile fix
3857
3858         * lyx_gui.C: add hexname() place holder
3859
3860 2002-07-04  André Pönitz  <poenitz@lyx.org>
3861
3862         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
3863
3864 2002-06-28  Angus Leeming  <leeming@lyx.org>
3865
3866         * QLPainter.[Ch]: changes associated with the name change
3867         grfx::GImage -> grfx::Image.
3868
3869 2002-06-21  Angus Leeming  <leeming@lyx.org>
3870
3871         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
3872         avoid name clash with MenuBackend::const_iterator mb.
3873
3874         * QContentPane.C:
3875         * QLPainter.C:
3876         * qscreen.C: add using std::endl directive.
3877
3878         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
3879         scoped_array as np is not known at compile time and my compiler barfs.
3880
3881         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
3882
3883         * qfont_loader.h: don't #include "font_loader.h".
3884
3885         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
3886
3887 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3888
3889         * qfont_metrics.C: fix variable names
3890
3891 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3892
3893         * QWorkArea.C: remove dead splash code
3894
3895 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
3896
3897         * QContentPane.C: restore calls to workAreaResize()
3898
3899         * QLyXKeySym.h: tidy
3900
3901         * QWorkArea.h: remove redraw()
3902
3903         * QWorkArea.C: remove resize()
3904
3905 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3906
3907         * guiapi.C: createIndex() changed
3908
3909 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3910
3911         * QWorkArea.h: remove unused resize(...)
3912
3913 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
3914
3915         * QWorkArea.h: remove unused stuff
3916
3917 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3918
3919         * QContentPane.h:
3920         * QContentPane.C: remove focus/unfocus events
3921
3922 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3923
3924         * QWorkArea.h: remove unused methods
3925
3926 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3927
3928         * LyXKeySymFactory.C: add
3929
3930         * Makefile.am:
3931         * QContentPane.C:
3932         * qlkey.h:
3933         * QLyXKeySym.h:
3934         * QLyXKeySym.C: get keyboard partly working
3935
3936         * qfont_metrics.C: fix compile
3937
3938 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
3939
3940         * Makefile.am: add the new files ...
3941
3942         * Dialogs.C:
3943         * guiapi.C:
3944         * all dialogs: implement new dialog stuff, fix compile
3945
3946         * FileDialog_private.h:
3947
3948         * GUIRunTime.C:
3949         * lyx_gui.C: update for lyx_gui namespace
3950
3951         * LyXScreenFactory.C: add
3952
3953         * QContentPane.h:
3954         * QContentPane.C: new widget for containing a lyx document
3955
3956         * QLPainter.h:
3957         * QLPainter.C: qt painter object
3958
3959         * QWorkArea.h:
3960         * QWorkArea.C: Qt version of the work area
3961
3962         * QtView.h:
3963         * QtView.C: Qt version of LyXView
3964
3965         * Toolbar_pimpl.h:
3966         * Toolbar_pimpl.C:
3967         * Menubar_pimpl.h:
3968         * Menubar_pimpl.C: initial Qt versions
3969
3970         * WorkAreaFactory.C: generate a QWorkArea
3971
3972         * emptytable.C: add a resize grippie
3973
3974         * qfont_loader.h:
3975         * qfont_loader.C: font loader for Qt
3976
3977         * qfont_metrics.h:
3978         * qfont_metrics.C: font metrics for Qt
3979
3980         * qlkey.h: convert Qt key symbol into a name
3981
3982         * qscreen.h:
3983         * qscreen.C: Qt version of screen
3984
3985         * moc/Makefile.am: add new files
3986
3987         * xforms/Makefile.am: remove all xforms dialogs
3988
3989 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3990
3991         * Qt2BC.C: do not include ButtonController.tmpl
3992
3993 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
3994
3995         * QtLyXView.h: moved into frontends/
3996
3997 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3998
3999         * QDocument.h: use more specific smart_ptr header.
4000         * Qt2Base.h: ditto
4001
4002 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
4003
4004         * QCharacter.h:
4005         * QCharacter.C: update for language i18n change
4006
4007 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
4008
4009         * Dialogs.C: add tooltipsEnabled()
4010
4011         * QTeXInfo.C: include right header
4012
4013         * moc/Makefile.am: add back missing moc files
4014
4015         * xforms/Makefile.am: add missing FeedbackController
4016
4017 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4018
4019         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
4020
4021         * ui/moc/Makefile.am: move include to top
4022         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
4023
4024         * ui/Makefile.am: ws change
4025
4026         * moc/Makefile.am: move include to top
4027
4028         * Makefile.am (EXTRA_DIST): some file taken from...
4029         * Makefile.dialogs (DIALOGSOURCES):here
4030
4031         * xforms/Makefile.am (EXTRA_DIST): delete
4032         (libqt2xforms_la_SOURCES): change to...
4033         (nodist_libqt2xforms_la_SOURCES): this
4034
4035         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
4036         (nodist_libqt2uimoc_la_SOURCES): this
4037
4038         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
4039         (nodist_libqt2ui_la_SOURCES): this
4040
4041         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
4042         (nodist_libqt2moc_la_SOURCES): new
4043
4044         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
4045         QParagraphDialog, QDocument, QDocumentDialog
4046
4047         * Makefile.am (DISTCLEANFILES): delete
4048         (EXTRA_DIST): add with Makefile.dialogs
4049
4050 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
4051
4052         * ui/QParagraphDialog.ui: fix a couple of typos for
4053           the translators
4054
4055 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
4056
4057         * xforms/Makefile.am (link_files): whitespace.
4058
4059 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4060
4061         * xforms/Makefile.am (libqt2xforms.la): it should depend on
4062         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
4063
4064 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4065
4066         * most files: ws cleanup
4067
4068 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4069
4070         * docygen fixes.
4071
4072 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4073
4074         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
4075         your version of the xforms libraries is up to the task.
4076
4077         * xforms/Makefile.am: link in the xforms image loader if so configured.
4078
4079 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
4080
4081         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
4082
4083         * Dialogs.C:
4084         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
4085
4086 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4087
4088         * Makefile.am: get rid of LYX_LIBS
4089
4090         * QDocument.C (class_update): layout as string
4091
4092 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
4093
4094         * Makefile.am:
4095         * moc/Makefile.am:
4096         * ui/Makefile.am:
4097         * ui/moc/Makefile.am: fix compile
4098
4099         * xforms/: compile the necessary files via symlinks
4100
4101         * QPreambleDialog.C: new systemcall interface
4102
4103         * Timeout_pimpl.h:
4104         * Timeout_pimpl.C: add running()
4105
4106         * Dialogs.C: add init graphics, and doc/par xforms forms
4107
4108 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
4109
4110         * QToc.C: fix crash
4111
4112 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
4113
4114         * QGraphics.C: compilation fix
4115         * QTexinfoDialog.C:
4116         * QTexinfoDialog.h:
4117         * ui/QTexinfoDialog.ui: remove help button
4118
4119 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
4120
4121         * qt2/QGraphics.C:
4122         * qt2/QGraphics.h:
4123         * qt2/QGraphicsDialog.C:
4124         * qt2/QGraphicsDialog.h:
4125         * qt2/lengthcombo.C:
4126         * qt2/ui/QGraphicsDialog.ui: new dialog
4127         * qt2/QAbout.C:
4128         * qt2/ui/QAboutDialog.ui: reduce size
4129         * qt2/ui/QFloatDialog.ui: update dialog
4130
4131 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
4132
4133         * Makefile.am:
4134         * Dialogs.C:
4135         * Makefile.dialogs:
4136         * QShowFile.h:
4137         * QShowFile.C:
4138         * QShowFileDialog.h:
4139         * QShowFileDialog.C:
4140         * ui/QShowFileDialog.ui: add showfile dialog
4141         * ui/QCitationDialog.ui: minor layout tweaks
4142
4143 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
4144
4145         * Dialogs.C: removed now redundant #include "QParagraph.h".
4146
4147         * QSearchDialog.h (remember): removed unnecessary
4148         QSearchDialog qualifier.
4149
4150         * QTexinfo.C:
4151         * QToc.C: added various using std::xyz directives.
4152
4153 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
4154
4155         * Makefile.am:
4156         * Dialogs.C:
4157         * Makefile.dialogs:
4158         * QFloat.h:
4159         * QFloat.C:
4160         * QFloatDialog.h:
4161         * QFloatDialog.C:
4162         * ui/QFloatDialog.ui: add float dialog
4163
4164 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
4165
4166         * Makefile.am:
4167         * Makefile.dialogs: don't compile QPar/Doc
4168           for now, as they cause problems
4169
4170 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
4171
4172         * Makefile.am:
4173         * Dialogs.C:
4174         * QToc.h:
4175         * QToc.C:
4176         * QTocDialog.h:
4177         * QTocDialog.C:
4178         * ui/QTocDialog.ui: resuscitate TOC dialog
4179
4180 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
4181
4182         * QCitation.h:
4183         * QCitation.C:
4184         * QCitationDialog.h:
4185         * QCitationDialog.C:
4186         * ui/QCitationDialog.ui: natbib fixes
4187
4188 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
4189
4190         * QTexinfo.[Ch]: added
4191         * QTexinfoDialog.[Ch]: added
4192         * ui/QTexinfoDialog.ui: added
4193         * Dialogs.C: add dialog
4194         * Makefile.dialogs: idem
4195
4196 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
4197
4198         * QMinipage.C: compiles fixes (lyxlength related)
4199
4200 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
4201
4202         * Makefile.am:
4203         * FileDialog_private.h: fix compile
4204
4205         * QThesaurus.h:
4206         * QThesaurus.C:
4207         * QThesaurusDialog.h:
4208         * QThesaurusDialog.C:
4209         * ui/QThesaurusDialog.ui: new thesaurus code
4210
4211 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
4212
4213         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
4214         as MinipageParams::pageWidth.
4215
4216 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
4217
4218         * QParagraph.C: add needed include
4219
4220 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
4221
4222         * Makefile.am:
4223         * Dialogs.C: bring back unconverted dialogs
4224
4225 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
4226
4227         * QParagraph.C:
4228         * QParagraphDialog.h:
4229         * QParagraphDialog.C: use new vspace API
4230
4231         * QTocDialog.C: silence warnings
4232
4233 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4234
4235         * qttableview.C: change "while(" to "while ("
4236
4237 2001-12-05  Allan Rae  <rae@lyx.org>
4238
4239         * QParagraph.C (apply):
4240         (update): Use the right LyXText -- extending John's fix
4241
4242 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
4243
4244         * moc/Makefile.am:
4245         * Makefile.am:
4246         * QBibtexDialog.C:
4247         * QExternalDialog.C:
4248         * QParagraphDialog.h:
4249         * QPreambleDialog.C:
4250         * emptytable.C:
4251         * qttableview.C:
4252         * qttableview.C:
4253         * qttableview.h: fixes for Qt3
4254
4255 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
4256
4257         * Makefile.am: add Alert_pimpl.lo
4258
4259 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
4260
4261         * Makefile.am: link in new DropDown.lo
4262
4263         * QSpellcheckerDialog.C: fix warning
4264
4265         * ui/moc/Makefile.am: remove dead thing
4266
4267 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4268
4269         * ui/moc/Makefile.am: remove unportable # at beginning of
4270         declaration.
4271
4272         * ui/Makefile.am:
4273         * Makefile.am: remove extra DISTCLEANFILES declaration
4274
4275 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4276
4277         * ui/QDocumentDialog.ui:
4278         * QDocument.C (build_dialog): support latin4
4279
4280 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4281
4282         * ui/QDocumentDialog.ui:
4283         * QDocument.C (build_dialog): support latin3
4284
4285 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
4286
4287         * Dialogs.C: remove splash dialog code.
4288
4289         * QSplash.[Ch]:
4290         * QSplashDialog.[Ch]: removed.
4291
4292         * Makefile.dialogs: remove splash dialog files.
4293
4294 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
4295
4296         * QRef.C: fix compile
4297
4298         * README: update
4299
4300 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4301
4302         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
4303         gui libs
4304
4305 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
4306
4307         * ui/QMinipageDialog.ui: fix layout, remove old slot
4308
4309         * QRefDialog.C: fix warning
4310
4311 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
4312
4313         * ui/QSpellcheckerDialog.ui: reworded layout
4314
4315 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
4316
4317         * QMinipage.C: remove radiobutton add combox
4318         * ui/QMinipageDialog.ui: + buttons at bottom
4319
4320 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
4321
4322         * Makefile.dialogs:
4323         * Dialogs.C:
4324         * QSpellchecker.[Ch]:
4325         * QSpellcheckerDialog.[Ch]:
4326         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
4327
4328 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4329
4330         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
4331
4332 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4333
4334         * ui/QGraphicsDialog.ui : minor layout tweak
4335         * ui/QIncludeDialog.ui : idem
4336         * ui/QMinipageDialog.ui: idem
4337         * ui/QURLDialog.ui: idem
4338
4339 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
4340
4341         * ui/QRefDialog.ui : minor layout tweak
4342         * Qref.C: idem
4343
4344 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4345
4346         * QTabularCreateDialog.C: fix warnings
4347
4348         * emptytable.h:
4349         * emptytable.C:
4350         * ui/QTabularCreateDialog.ui: fix layout
4351           when table size is changed
4352
4353 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4354
4355         * Dialogs.C:
4356         * QSearch.[Ch]:
4357         * QSearchDialog.[Ch]:
4358         * ui/QSearchDialog.ui: add search back
4359
4360 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4361
4362         * Dialogs.C:
4363         * QPrint.[Ch]:
4364         * QPrintDialog.[Ch]:
4365         * ui/QPrintDialog.ui: add print dialog back
4366
4367 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4368
4369         * Makefile.am:
4370         * moc/Makefile.am:
4371         * ui/Makefile.am:
4372         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
4373
4374 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
4375
4376         * QAbout.C: added a using std::getline directive.
4377
4378         * QCitationDialog.C (doFind): removed const from argument to make it
4379         consistent with the header file.
4380
4381         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
4382         was failing with "incomplete type is not allowed" in instantiation
4383         of boost::scoped_ptr<QDocumentDialog> dialog_.
4384
4385         * QLog.C: added a couple of using std::xyz directives.
4386
4387         * QPreambleDialog.C: added a using std::getline directive.
4388
4389         * QToc.C: using SigC::slot directive.
4390
4391 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
4392
4393         * ui/QURLDialog.ui : minor layout tweak
4394
4395 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4396
4397         * QPreamble.[Ch]:
4398         * QPreambleDialog.[Ch]:
4399         * ui/QPreambleDialog.ui:
4400         * Makefile.am:
4401         * Makefile.dialogs:
4402         * Dialogs.C: add pre-amble dialog
4403
4404 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4405
4406         * ui/QIndexDialog.ui:
4407         * QIndexDialog.C: add QWhatsThis in C source
4408
4409         * README: document this restriction
4410
4411 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4412
4413         * QMinipage.[Ch]:
4414         * QMinipageDialog.[Ch]:
4415         * ui/QMinipageDialog.ui:
4416         * lengthcombo.[Ch]:
4417         * Makefile.am:
4418         * moc/Makefile.am:
4419         * Makefile.dialogs:
4420         * Dialogs.C: add minipage and prototype length combo widget
4421
4422 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
4423
4424         * QLog.[Ch]:
4425         * QLogDialog.[Ch]:
4426         * ui/QLogDialog.ui:
4427         * QVCLog.[Ch]:
4428         * QVCLogDialog.[Ch]:
4429         * ui/QVCLogDialog.ui:
4430         * Dialogs.C:
4431         * Makefile.am:
4432         * Makefile.dialogs: add log and vclog dialogs
4433
4434 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4435
4436         * Dialogs.C:
4437         * QTabularCreate.[Ch]:
4438         * QTabularCreate.h:
4439         * QTabularCreateDialog.C:
4440         * QTabularCreateDialog.h:
4441         * ui/Makefile.am:
4442         * ui/QTabularCreateDialog.ui: bring back
4443         tabcreate
4444
4445 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4446
4447         * ui/QCharacterDialog.ui:
4448         * ui/QThesaurusDialog.ui: fix tab order
4449
4450         * QGraphics.[Ch]:
4451         * QGraphicsDialog.[Ch]:
4452         * ui/QGraphicsDialog.ui:
4453         * Makefile.am:
4454         * Makefile.dialogs:
4455         * Dialogs.C: add graphics dialog
4456
4457 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
4458
4459         * QThesaurus.C: clear selection on update
4460
4461         * QInclude.[Ch]:
4462         * QincludeDialog.[Ch]:
4463         * ui/QincludeDialog.ui:
4464         * Makefile.am:
4465         * Makefile.dialogs:
4466         * Dialogs.C: add Include dialog
4467
4468         * README: add note about crashes
4469
4470 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4471
4472         * QThesaurusDialog.C: whoops, forgot to clear before update
4473
4474 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4475
4476         * QBibtex.C:
4477         * QBibtexDialog.h:
4478         * QBibtexDialog.C:
4479         * ui/QBibtexDialog.ui: fix some things, add
4480           delete button
4481
4482         * QExternalDialog.C: fix file dialog thing
4483
4484         * QThesaurus.h:
4485         * QThesaurus.C:
4486         * QThesaurusDialog.h:
4487         * QThesaurusDialog.C:
4488         * ui/QThesaurusDialog.ui: fix compile, get working
4489
4490         * moc/Makefile.am: fix builddir != srcdir
4491
4492 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4493
4494         * GUIRunTime.C: fix argc handling
4495
4496 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4497
4498         * ui/*.ui:
4499         * ui/Makefile.am: add some sed magic to replace tr() with _()
4500
4501 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4502
4503         * Makefile.am: remove accidentally committed xforms file
4504
4505 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4506
4507         * Dialogs.C:
4508         * Makefile.dialogs:
4509         * QThesaurus.[Ch]:
4510         * QThesaurusDialog.[Ch]:
4511         * ui/QThesaurusDialog.ui: add thesaurus dialog
4512
4513 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4514
4515         * Dialogs.C:
4516         * Makefile.am:
4517         * Makefile.dialogs:
4518         * QExternal.[Ch]:
4519         * QExternalDialog.[Ch]:
4520         * ui/QExternalDialog.ui: add external dialog
4521
4522 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4523
4524         * Dialogs.C:
4525         * Makefile.dialogs:
4526         * QERT.[Ch]:
4527         * QERTDialog.[Ch]:
4528         * ui/QERTDialog.ui: add ERT dialog
4529
4530 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4531
4532         * Dialogs.C:
4533         * Makefile.am:
4534         * Makefile.dialogs:
4535         * QError.[Ch]:
4536         * QErrorDialog.[Ch]:
4537         * ui/QErrorDialog.ui: add LaTeX error dialog
4538
4539 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4540
4541         * Dialogs.C:
4542         * QCharacter.[Ch]:
4543         * QCharacterDialog.[Ch]:
4544         * ui/QcharacterDialog.ui: make work again,
4545           add auto-apply feature
4546
4547 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4548
4549         * Dialogs.C:
4550         * Makefile.am:
4551         * Makefile.dialogs:
4552         * QBibitem.[Ch]:
4553         * QBibitemDialog.[Ch]:
4554         * ui/QBibitemDialog.ui: add Bibitem dialog
4555
4556 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4557
4558         * Dialogs.C:
4559         * Makefile.dialogs:
4560         * QBibtex.[Ch]:
4561         * QBibtexDialog.[Ch]:
4562         * ui/QBibtexDialog.ui: added BibTeX dialog.
4563
4564         * README: update
4565
4566 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4567
4568         * Qt2BC.C: whoops, reversed sense of setReadOnly()
4569
4570 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
4571
4572         * Dialogs.C:
4573         * QRef.[Ch]:
4574         * ui/QRefDialog.ui: add Ref dialog back
4575
4576         * QAbout.[Ch]:
4577         * QCitation.[Ch]:
4578         * QDocument.[Ch]:
4579         * QIndex.[Ch]:
4580         * QURL.[Ch]:
4581         * Qt2Base.h: protect build() with updating_ too
4582
4583         * QCitationDialog.C: use Qt2Base::readOnly
4584
4585         * README: update
4586
4587 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
4588
4589         * Dialogs.C: add URL
4590
4591         * QAbout.h:
4592         * QCitation.h:
4593         * QDocument.h:
4594         * QIndex.C:
4595         * Qt2Base.h:
4596         * Qt2Base.C: add an updating_ variable to prevent
4597           bc() breakage.
4598
4599         * QURL.h:
4600         * QURL.C:
4601         * QURLDialog.h:
4602         * QURLDialog.C:
4603         * ui/QURLDialog.ui: make alive again
4604
4605         * Qt2BC.C: make lineedits ReadOnly not disabled
4606
4607         * README: update
4608
4609         * ui/QCitationDialog.ui: small cleanups
4610
4611         * ui/QIndexDialog.ui: add a what's this
4612
4613 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
4614
4615         * Dialogs.C: include the right files
4616
4617         * QCitation.C: closePB not cancelPB
4618
4619         * QCitationDialog.C:
4620         * QCitationDialog.h:
4621         * ui/QCitationDialog.ui: small fixes
4622
4623         * QIndex.h:
4624         * QIndex.C:
4625         * QIndexDialog.C:
4626         * QIndexDialog.h:
4627         * ui/QIndexDialog.ui: more fixes
4628
4629         * Qt2Base.h:
4630         * Qt2Base.C: add reset() to workaround problem.
4631
4632         * README: update
4633
4634         * Makefile.am:
4635         * Timeout_pimpl.h:
4636         * Timeout_pimpl.C: add the timer
4637
4638 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
4639
4640         * Dialogs.C:
4641         * Makefile.am:
4642         * Qt2BC.h:
4643         * Qt2BC.C:
4644         * QAbout.C:
4645         * QCitation.C:
4646         * QDocument.h:
4647         * Qt2Base.C:
4648         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
4649
4650         * QIndex.h:
4651         * QIndex.C:
4652         * ui/QIndexDialog.ui: use the BC properly
4653
4654         * Qt2Base.h:
4655         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
4656           tells the BC on the return value
4657
4658         * README: update
4659
4660 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
4661
4662         * Dialogs.C: add QIndex
4663
4664         * ui/Makefile.am:
4665         * Makefile.am: fix build
4666
4667         * ui/QAboutDialog.ui:
4668         * QAbout.C: finish dialog
4669
4670         * ui/QCitationDialog.ui:
4671         * QCitationDialog.C: BC fixes
4672
4673         * ui/QIndexDialog.ui:
4674         * QIndex.h:
4675         * QIndex.C:
4676         * QIndexDialog.h:
4677         * QIndexDialog.C: got index dialog working
4678
4679 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
4680
4681         * all files: enormous naming re-jig and tidy
4682
4683 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4684
4685         Consistent use of Lsstream.h:
4686         * FormCredits.C (build): std::stringstream -> stringstream.
4687
4688 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
4689
4690         * FormCitation.C (build): removed bc().refresh() call as the controller
4691         should take care of this.
4692         (update): removed noKeys stuff as you don't use it.
4693
4694         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
4695         We were being bit by the xforms browser returns the browser line number
4696         in Fortran style, but Qt uses C-style.
4697
4698 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
4699
4700         * FormCitationDialogImpl.C: added using directive.
4701
4702         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
4703         No idea why this wasn't done ages ago!
4704
4705 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
4706
4707         * FormCharacter.C:
4708         * FormParagraph.C (c-tor): cosmetic name change of signal.
4709
4710 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
4711
4712         * FormCitation.C:
4713         * Qt2Base.C: removed // -*- C++ -*- as first line.
4714
4715         * FileDialog_private.h:
4716         * FormCopyright.h:
4717         * FormCredits.h:
4718         * FormIndex.h:
4719         * FormParagraph.h:
4720         * FormPrint.h:
4721         * FormRef.h:
4722         * FormSearch.h:
4723         * FormSplash.h:
4724         * FormTabularCreate.h:
4725         * FormToc.h:
4726         * FormUrl.h:
4727         * QtLyXView.h: added // -*- C++ -*- as first line.
4728
4729 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4730
4731         * <various>: fix random space pepper to use
4732           hard tabs. Also add <config.h> where necessitated
4733           by using LString.h
4734
4735 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
4736
4737         * FormDocument.C (build): add iso8859-15 support.
4738
4739 2001-05-17  Allan Rae  <rae@lyx.org>
4740
4741         * FormCharacter.C:
4742         * FormCopyright.C:
4743         * FormCredits.C:
4744         * FormSearch.C: gettext went missing but is back gain now _().
4745
4746         * Makefile.am:  ButtonController is now ButtonControllerBase.
4747         It now compiles but it won't link lyx on my system.  Complaints about
4748         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
4749         are all present and accounted for by ldconfig.  YMMV.
4750
4751 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4752
4753         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
4754
4755 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
4756
4757         * FormCharacter.C:
4758         * FormDocument.h:
4759         * FormSearch.C:
4760         * Dialogs.C: s/popup/dialog/
4761
4762         * qt2BC.h:
4763         * qt2BC.C:
4764         * FormCitation.C:
4765         * FormDocument.C: s/UndoAll/Restore/
4766
4767         * Qt2Base.h:
4768         * Qt2Base.C: s/ControlButton/ControlButtons/
4769
4770
4771 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
4772
4773         * Makefile.am: Simplified Makefile.am
4774
4775 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
4776
4777         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
4778         fixes from XForms
4779         * several files: MVC for citation dialog
4780
4781 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
4782
4783         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
4784
4785 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
4786
4787         * qt2 compiles again:
4788         * Makefile.am: added missing xform dialogs
4789         * FormParagraph.C: only extra setting if wanted
4790         * FormParagraph.h: add namespace to connection
4791
4792 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
4793
4794         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
4795         NO_PEXTRA is not defined (in line with XForms frontend)
4796
4797         * Dialogs.C: Adapted to backend changes
4798
4799         * Makefile.am: updated citation dialog
4800         * Citation dialog added: FormCitation.{C,h},
4801         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
4802
4803 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4804
4805         * several files: remove CXX_WORKING_NAMESPACES
4806
4807 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
4808
4809         * Added splash screen
4810         * Makefile.am: updated
4811         * FormSplash.[Ch]: added
4812         * FormSplashImpl.[Ch]: added
4813
4814 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
4815
4816         * Makefile.am: updated
4817         * paragraphdlg.ui: manually enabled items in minipage settings
4818         * paragraphdlgimpl.C: tweak enable code on extra page
4819         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
4820         * FileDialog_private.[Ch]: added
4821         * FileDialog.C: added
4822         * FormParagraph.C: params settings updated
4823
4824 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
4825
4826         * Search dialog added:
4827         * FormSearch.[Ch]
4828         * searchdlg.ui
4829         * searchdlg.[Ch]
4830         * searchdlgimpl.[Ch]
4831
4832 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
4833
4834         * remove inheritance from noncopyable in Form*.h
4835         * Character dialog added:
4836         * FormCharacter.[Ch]
4837         * chardlg.ui
4838         * chardlg.[Ch]
4839         * chardlgimpl.[Ch]
4840
4841 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
4842
4843         * FormParagraph.C: fix bview->update()
4844
4845 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
4846
4847         *FormParagraph.C:
4848         *FormParagraph.h:
4849         *FormPrint.C:
4850         *FormPrint.h:
4851         *FormTabularCreate.C:
4852         *FormTabularCreate.h:
4853         *QtLyXView.h:
4854         *emptytable.C:
4855         *emptytable.h:
4856         *paragraphdlg.C:
4857         *paragraphdlg.h:
4858         *paragraphdlg.ui:
4859         *paragraphdlgimpl.C:
4860         *paragraphdlgimpl.h:
4861         *printdlg.C:
4862         *printdlg.h:
4863         *printdlg.ui:
4864         *printdlgimpl.C:
4865         *printdlgimpl.h:
4866         *tabularcreatedlg.C:
4867         *tabularcreatedlg.h:
4868         *tabularcreatedlg.ui:
4869         *tabularcreatedlgimpl.C:
4870         *tabularcreatedlgimpl.h:
4871         *Makefile.am: added paragraph/print/tabular create dialogs
4872
4873 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
4874
4875         * src/frontends/qt2/.cvsignore:
4876         * Dialogs.C:
4877         * FormCopyright.C:
4878         * FormCopyright.h:
4879         * FormCopyrightDialog.C:
4880         * FormCopyrightDialog.h:
4881         * FormCopyrightDialogBase.C:
4882         * FormCopyrightDialogBase.h:
4883         * FormCopyrightDialogBase.ui:
4884         * GUIRunTime.C:
4885         * Makefile.am: start frontend with the Copyright
4886           dialog