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