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