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