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