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