]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
Fix symbol insert.
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2002-10-28  John Levon  <levon@movementarian.org>
2
3         * iconpalette.C:
4         * QMathDialog.C: fix symbol insert breakage from Lars' patch
5  
6 2002-10-26  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
7
8         * ui/QMathMatrixDialog.ui:
9         * QMathMatrixDialog.[Ch]:
10         * Makefile.dialogs:
11         * QMath.C:
12         * QMathDialog.C: implement Matrix dialog
13
14         * QMathDialog.C: enlarge Symbols combox (prevent scrollbar)
15  
16 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
17
18         * qfont_loader.C (font_info): Add xfonts to the font path if
19         necessary.
20
21 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
22
23         * QVCLog.C (update_contents): modify
24
25         * QPreamble.C (apply): modify
26
27 2002-10-21  Dekel Tsur  <dekelts@tau.ac.il>
28
29         * qfont_metrics.C (ascent): Fix returned value.
30
31 2002-10-21  Philippe Elie  <phil.el@wanadoo.fr>
32
33         * QContentPane.h:
34         * QContentPane.C: implement wheelEvent
35
36 2002-10-20  Dekel Tsur  <dekelts@tau.ac.il>
37
38         * several files: Use QT_VERSION >= 300 instead of >= 0x030000
39
40 2002-10-20  John Levon  <levon@movementarian.org>
41
42         * ui/QDelimiterDialog.ui: remove two huge XPMs that
43           were accidentally built in
44
45 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
46
47         * Toolbar_pimpl.C (setLayout): initialize i to 0, don't
48         reinitialize.
49
50         * README: add a comment about the strange moc behaviour.
51
52         * QWrap.C (apply): local ref to params
53         (update_contents): ditto
54         (numtostr): use erase to clear string
55
56         * QWorkArea.C (setScrollbarParams): use explicit std::max
57
58         * QURL.C (update_contents): local ref to params
59         (apply): ditto
60
61         * QRef.C (update_contents): local ref to params
62         (apply): ditto
63
64         * QPreambleDialog.C (editClicked): no need to explicitly
65         initialize an std::string.
66         (editClicked): read file with smaller overhead.
67
68         * QParagraph.C (apply): local ref to params
69         (update_contents): ditto
70
71         * QMinipage.C (apply): local ref to params
72         (update_contents): ditto
73         (update_contents): handle InsetMinipage::top in switch
74
75         * QMath.C (createMathPanel): use "new Type" not "new Type()"
76
77         * QLyXKeySym.h: adda key_ accessor key().
78
79         * QLyXKeySym.C (operator=): out of class version.
80
81         * QLog.C (update_contents): use a simpler and faster way to fill
82         the log dialog.
83
84         * QLPopupMenu.C (getLabel): use subst directly on mi.label()
85
86         * QLPainter.C (QLPainter): use "new Type" not "new Type()"
87         (lines): put int i inside for scope
88         (fillPolygon): put j insize for scope
89
90         * QInclude.C (update_contents): local ref to params
91         (apply): ditto
92
93         * QGraphics.C (update_contents): initialize item to 0
94         (apply): use erase to clear string
95
96         * QFloat.C (update_contents): local ref to params
97         (apply): ditto
98
99         * QExternal.C (update_contents): local ref to params
100         (helpText): ditto
101         (apply): ditto
102
103         * QERT.C (apply): local reference to params
104
105         * QDocument.C (apply): have a local reference to the params
106         (update_contents): ditto
107
108         * QCommandEdit.C: add missing include config.h
109
110         * QCommandBuffer.C (QCommandBuffer): call method directly on
111         unnamed pointer objects.
112         (complete): use "new Type", not "new Type()"
113         (complete): use explict std::max
114
115         * QCharacter.C (update_contents): use a local reference as
116         controller cache
117         (apply): ditto
118
119         * QBibtex.C (update_contents): use erase to clear a string.
120
121         * QAbout.C (build_dialog): fill the credits view in a bit more
122         elegant way
123
124         * almost all files: clean up formatting and indenting.
125
126 2002-10-19  Lars Gullik Bjønnes  <larsbj@gullik.net>
127
128         * qfont_loader.C (update): move loop vars into for scopes.
129         (get): add some debug msg.
130         (font_info): ditto
131         (getfontinfo): simplify slightly
132
133         * QParagraph.C (setWidgetsFromVSpace): initilize item
134
135         * QERT.C (update_contents): initialize rb
136
137         * QDocument.C (build_dialog): move int n inside for scope.
138
139         * QCharacter.C (findPos2nd): add a typedef
140
141         * FileDialog_private.C: include order changed.
142         (LyXFileDialog): some reformat
143
144         * FileDialog.C: include order changed.
145         (FileDialog): fix wrong use of new.
146
147 2002-10-17  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
148
149         * ui/QSendtoDialog.ui: fix layout
150
151 2002-10-17  Angus Leeming  <leeming@lyx.org>
152
153         * lyx_gui.C (getDPI): use an average of DpiX and DpiY.
154
155         * QBrowseBox.[Ch] (c-tor): remove unneeded arguments.
156
157 2002-10-17  André Pönitz  <poenitz@lyx.org>
158
159         * QBrowseBox.[Ch]: fix style issues
160
161 2002-10-17  Angus Leeming  <leeming@lyx.org>
162
163         * ui/moc/Makefile.am:
164         * moc/Makefile.am: add a distclean-local target to remove *_moc.C.
165
166 2002-10-16  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
167
168         * ui/QSendtoDialog.ui:
169         * QSendtoDialog.[Ch]:
170         * QSendto.[Ch]:
171         * Makefile.dialogs:
172         * Dialogs.C:
173         * Dialogs2.C:
174         * Dialogs_impl.h: Implement Sendto (Custom Export) dialog
175
176 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
177
178         * qfont_loader.C (font_info): correct calculation of font size
179         (point size) for qt.
180
181 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
182
183         * QBrowseBox.C (QBrowseBox): transpose const char
184
185 2002-10-15  Angus Leeming  <leeming@lyx.org>
186
187         * QBrowseBox.C (c-tor): default values should go only in the .h file.
188
189         * QDocument.C: add a using std::vector declaration.
190
191 2002-10-15  Dekel Tsur  <dekelts@tau.ac.il>
192
193         * QLPainter.C (text): Unicode support.
194         * qfont_metrics.C (width): ditto.
195
196         * qfont_loader.C (available): Add code for QT 2.x.
197
198 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
199
200         * lyx_gui.C (getDPI): Implemented.
201
202 2002-10-12  Dekel Tsur  <dekelts@tau.ac.il>
203
204         * qfont_loader.C (available): Implemented.
205
206 2002-10-09  Edwin Leuven <leuven@fee.uva.nl>
207
208         * QDocument.C: Brand new document dialog
209         * QDocument.h:
210         * QDocumentDialog.C:
211         * QDocumentDialog.h:
212         * BulletsModule.C:
213         * BulletsModule.h:
214         * Dialogs.C:
215         * Dialogs2.C:
216         * Dialogs_impl.h:
217         * Makefile.am:
218         * Makefile.dialogs:
219         * QBrowseBox.C:
220         * QBrowseBox.h:
221         * qgridview.cpp:
222         * qgridview.h:
223         * moc/Makefile.am:
224         * ui/BiblioModuleBase.ui:
225         * ui/BulletsModuleBase.ui:
226         * ui/ClassModuleBase.ui:
227         * ui/LanguageModuleBase.ui:
228         * ui/Makefile.am:
229         * ui/MarginsModuleBase.ui:
230         * ui/NumberingModuleBase.ui:
231         * ui/PackagesModuleBase.ui:
232         * ui/PaperModuleBase.ui:
233         * ui/PreambleModuleBase.ui:
234         * ui/QDocumentDialog.ui:
235         * ui/QGraphicsDialog.ui:
236         * ui/QPrintDialog.ui:
237         * ui/QRefDialog.ui:
238
239 2002-09-28  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
240
241         * ui/QWrapDialog.ui:
242         * QWrapDialog.[Ch]:
243         * QWrap.[Ch]:
244         * Makefile.dialogs:
245         * Dialogs.C:
246         * Dialogs2.C:
247         * Dialogs_impl.h: Implement Wrap figure dialog
248
249 2002-09-25  Angus Leeming  <leeming@lyx.org>
250
251         * Dialogs2.C:
252         * Dialogs_impl.h:
253         * LyXKeySymFactory.C:
254         * LyXScreenFactory.C:
255         * Menubar_pimpl.[Ch]:
256         * Toolbar_pimpl.[Ch]:
257         * WorkAreaFactory.C:
258         * lyx_gui.C: doxygen fixes.
259
260 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
261
262         * ui/moc/Makefile.am (INCLUDES):
263         * ui/Makefile.am (INCLUDES):
264         * moc/Makefile.am (INCLUDES):
265         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
266
267 2002-09-24  John Levon  <levon@movementarian.org>
268
269         * QCommandEdit.h:
270         * QCommandEdit.C: fix build by removing the pragmas.
271
272 2002-09-24  Angus Leeming  <leeming@lyx.org>
273
274         * most files: "standard-conforming" Licence declaration.
275         Remove trailing whitespace.
276
277         * many header files: do not #include <config.h>.
278         Remove unnecessary #includes by using forward declarations.
279         Add as first line: // -*- C++ -*-
280         Move several definitions of virtual functions out of line
281         as they are unlikely to be inlined anyway (and it reduces
282         header file dependencies)...
283
284         * many files: added g++ #pragma directives.
285
286 2002-09-23  Angus Leeming  <leeming@lyx.org>
287
288         * QMath.h: forward declare QMathDialog.
289         Remove trailing semi-colons after definition of apply and
290         update_contents methods.
291
292         * qfont_metrics.C: endl is in namespace std.
293         Some whitespece stuff.
294
295 2002-09-22  John Levon  <levon@movementarian.org>
296
297         * qlkey.h: make Key_Unknown a modifier, to handle
298           Norbert's Alt Gr
299
300 2002-09-17  John Levon  <levon@movementarian.org>
301
302         * QLPainter.C: use dots for dashes because Qt sucks
303
304 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
305
306         * Toolbar_pimpl.C (changed_layout): when selecting a layout in
307         combox, make sure the corresponding shortcut is shown in
308         minibuffer
309
310 2002-09-16  John Levon  <levon@movementarian.org>
311
312         * FileDialog.C: set AnyFile mode
313
314 2002-09-16  John Levon  <levon@movementarian.org>
315
316         * QMathDialog.C: allow menus to be torn off
317
318 2002-09-16  John Levon  <levon@movementarian.org>
319
320         * QDelimiterDialog.C: fix empty delimiter
321
322 2002-09-15  John Levon  <levon@movementarian.org>
323
324         * Makefile.dialogs:
325         * ui/QDelimiterDialog.ui:
326         * QDelimiterDialog.h:
327         * QDelimiterDialog.C:
328         * QMath.h:
329         * QMath.C:
330         * QMathDialog.h:
331         * QMathDialog.C: add delimiter dialog
332
333 2002-09-15  John Levon  <levon@movementarian.org>
334
335         * Alert_pimpl.C: title fix
336
337 2002-09-14  John Levon  <levon@movementarian.org>
338
339         * QMath.h:
340         * QMath.C:
341         * QMathDialog.h:
342         * QMathDialog.C:
343         * ui/QMathDialog.ui: matrix
344
345 2002-09-14  John Levon  <levon@movementarian.org>
346
347         * qlkey.h: fix two typos to be Alt_R instead
348
349 2002-09-14  John Levon  <levon@movementarian.org>
350
351         * qfont_metrics.C: fix rbearing()
352
353 2002-09-14  John Levon  <levon@movementarian.org>
354
355         * QLPainter.C: fix arc
356
357 2002-09-14  John Levon  <levon@movementarian.org>
358
359         * ui/QMathDialog.ui:
360         * QMathDialog.h:
361         * QMathDialog.C: add back display. Implement
362           font/style
363
364 2002-09-14  John Levon  <levon@movementarian.org>
365
366         * ui/QMathDialog.ui:
367         * QMathDialog.h:
368         * QMathDialog.C: add spaces menu
369
370 2002-09-13  John Levon  <levon@movementarian.org>
371
372         * Menubar_pimpl.C:
373         * QLPopupMenu.C: fix submenus again
374
375 2002-09-12  John Levon  <levon@movementarian.org>
376
377         * qscreen.h:
378         * qscreen.C: be even smarter about repaint() vs. update()
379
380 2002-09-12  John Levon  <levon@movementarian.org>
381
382         * QPrint.C: don't reset unless different buffer
383
384 2002-09-12  John Levon  <levon@movementarian.org>
385
386         * QPrint.C: get collate from params too
387
388         * ui/QGraphicsDialog.ui: re-arrange bb a bit
389
390 2002-09-12  John Levon  <levon@movementarian.org>
391
392         * Menubar_pimpl.C:
393         * Menubar_pimpl.h:
394         * QtView.C: implement openByName(). Move activated
395         signal to per-menu
396
397 2002-09-12  John Levon  <levon@movementarian.org>
398
399         * QCommandBuffer.C: fix click
400
401 2002-09-12  John Levon  <levon@movementarian.org>
402
403         * QMathDialog.C: work around Qt bug in previous change
404
405 2002-09-12  John Levon  <levon@movementarian.org>
406
407         * QMathDialog.h:
408         * QMathDialog.C: load icon palettes on demand
409
410 2002-09-12  John Levon  <levon@movementarian.org>
411
412         * QMathDialog.C: get the scrollbars right on first show
413
414 2002-09-11  John Levon  <levon@movementarian.org>
415
416         * QPrint.h:
417         * QPrint.C:
418         * ui/QPrintDialog.ui: update for odd/even changes
419
420 2002-09-11  John Levon  <levon@movementarian.org>
421
422         * QCitationDialog.C: show right info when selecting a cite
423
424         * QParagraphDialog.C: don't validate lengths, to allow glue
425
426 2002-09-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
427
428         * QFloatDialog.C: Fix the setEnable() logic
429
430 2002-09-11  John Levon  <levon@movementarian.org>
431
432         * Alert_pimpl.C:
433         * QExternalDialog.h:
434         * QExternalDialog.C:
435         * QGraphicsDialog.h:
436         * QGraphicsDialog.C:
437         * QIncludeDialog.h:
438         * QIncludeDialog.C:
439         * QIndexDialog.h:
440         * QIndexDialog.C:
441         * QSearchDialog.h:
442         * QSearchDialog.C:
443         * QURLDialog.h:
444         * QURLDialog.C: focus on the first linedit on show()
445
446 2002-09-11  John Levon  <levon@movementarian.org>
447
448         * QSearchDialog.C: fill combo boxes
449
450 2002-09-11  John Levon  <levon@movementarian.org>
451
452         * qscreen.C: use repaint() not update() for immediate change
453
454         * QContentPane.C: warning fix
455
456 2002-09-11  John Levon  <levon@movementarian.org>
457
458         * qfont_metrics.C: fix button metrics
459
460         * QLPainter.C: fillPolygon() should actually fill
461
462 2002-09-10  John Levon  <levon@movementarian.org>
463
464         * Menubar_pimpl.C:
465         * QLPopupMenu.h:
466         * QLPopupMenu.C: finally fix Navigate
467
468 2002-09-10  John Levon  <levon@movementarian.org>
469
470         * ui/QIncludeDialog.ui:
471         * QInclude.h:
472         * QInclude.C: remove don't typeset
473
474         * Dialogs2.C: add empty showWrap
475
476 2002-09-08  John Levon  <levon@movementarian.org>
477
478         * QFloat.C: another fix
479
480 2002-09-08  John Levon  <levon@movementarian.org>
481
482         * QFloat.h:
483         * QFloat.C:
484         * QFloatDialog.h:
485         * QFloatDialog.C:
486         * ui/QFloatDialog.ui: fix bug 527 and more
487
488 2002-09-12  Angus Leeming  <leeming@lyx.org>
489
490         * iconpalette.C (resizeEvent): compile fix.
491
492         * QInclude.C (update_contents): remove lyxerr call.
493
494 2002-09-08  John Levon  <levon@movementarian.org>
495
496         * qfont_loader.C: fix bug 531 (emph())
497
498 2002-09-08  John Levon  <levon@movementarian.org>
499
500         * QMathDialog.C:
501         * iconpalette.h:
502         * iconpalette.C: make sizing work properly
503
504 2002-09-08  John Levon  <levon@movementarian.org>
505
506         * QMathDialog.h:
507         * QMathDialog.C: detachable icon menus
508
509 2002-09-08  John Levon  <levon@movementarian.org>
510
511         * QMathDialog.C:
512         * iconpalette.h:
513         * iconpalette.C: re lay out on size change
514
515 2002-09-08  John Levon  <levon@movementarian.org>
516
517         * QMathDialog.h:
518         * QMathDialog.C:
519         * iconpalette.C: More fixes.
520
521 2002-09-08  John Levon  <levon@movementarian.org>
522
523         * ui/QMathDialog.ui:
524         * QMathDialog.h:
525         * QMathDialog.C: add decos as symbols. Some fixes.
526
527 2002-09-07  John Levon  <levon@movementarian.org>
528
529         * qfont_metrics.C: unrevert per-char metrics. Droppings
530           are better than entirely wrong metrics. Hopefully
531           Andre can fix it ...
532
533 2002-09-07  John Levon  <levon@movementarian.org>
534
535         * qfont_loader.C: fix sizes for symbols etc.
536
537 2002-09-07  John Levon  <levon@movementarian.org>
538
539         * qfont_metrics.C: revert accurate per-char metrics
540           because LyX is broken
541
542 2002-09-07  John Levon  <levon@movementarian.org>
543
544         * qfont_loader.h:
545         * qfont_loader.C: add debug
546
547 2002-09-06  John Levon  <levon@movementarian.org>
548
549         * QMath.h:
550         * QMath.C: add sub/superscript
551
552         * ui/QMathDialog.ui:
553         * QMathDialog.h:
554         * QMathDialog.C: add dots. Use a completely broken :(
555           scrollview.
556
557         * iconpalette.C: increase size
558
559 2002-09-04  Angus Leeming  <leeming@lyx.org>
560
561         * QLyXKeySym.C: using std::endl directive.
562
563 2002-08-30  John Levon  <levon@movementarian.org>
564
565         * Makefile.dialogs:
566         * moc/Makefile.am:
567         * QMath.h:
568         * QMath.C:
569         * QMathDialog.h:
570         * QMathDialog.C:
571         * ui/QMathDialog.ui: start math panel
572
573         * iconpalette.h:
574         * iconpalette.C: new widget used by above
575
576 2002-08-29  John Levon  <levon@movementarian.org>
577
578         * Toolbar_pimpl.C: defocus layout combo on select
579
580 2002-08-29  John Levon  <levon@movementarian.org>
581
582         * QtView.C: add back in allow/prohibitInput (for now)
583
584         * TODO: update
585
586 2002-08-29  John Levon  <levon@movementarian.org>
587
588         * Toolbar_pimpl.C: mathed math-insert - skip
589           the preceding '\' when looking for file name
590
591 2002-08-29  John Levon  <levon@movementarian.org>
592
593         * Toolbar_pimpl.C: math xpm handling in preparation
594         for some fixed XPMs
595
596 2002-08-29  John Levon  <levon@movementarian.org>
597
598         * QCommandBuffer.h:
599         * QCommandBuffer.C: use a QListView not combo box.
600           Qt Sucks.
601
602 2002-08-29  John Levon  <levon@movementarian.org>
603
604         * ui/*: use size grippie consistently
605
606 2002-08-29  John Levon  <levon@movementarian.org>
607
608         * QContentPane.C:
609         * QContentPane.h: implement triple click
610
611 2002-08-29  John Levon  <levon@movementarian.org>
612
613         * QInclude.C: remove some wrong code removed from xforms
614
615 2002-08-29  John Levon  <levon@movementarian.org>
616
617         * qfont_metrics.C: add per char ascent/descent
618
619 2002-08-28  John Levon  <levon@movementarian.org>
620
621         * QContentPane.C: fix cut-and-paste borkage from
622           LFUN_MOUSE changes
623
624 2002-08-25  Rob Lahaye  <lahaye@snu.ac.kr>
625
626         * QLImage.C: replace redundant xoffset_l and yoffset_t
627         calculation by something better.
628
629 2002-08-25  John Levon  <levon@movementarian.org>
630
631         * FileDialog.C:
632         * FileDialog_private.h:
633         * FileDialog_private.C: disable non-sync code due
634           to Qt bug. Add support for buttons
635
636 2002-08-25  John Levon  <levon@movementarian.org>
637
638         * QLPopupMenu.C: implement optional() support
639
640         * TODO: update
641
642 2002-08-25  John Levon  <levon@movementarian.org>
643
644         * Makefile.am:
645         * Menubar_pimpl.h:
646         * Menubar_pimpl.C:
647         * QLPopupMenu.h:
648         * QLPopupMenu.C: Populate menus upon open
649
650 2002-08-25  John Levon  <levon@movementarian.org>
651
652         * qlkey.h: add A-Z into string_to_qkey
653
654         * QLyXKeySym.h:
655         * QLyXKeySym.C: remove crap again
656
657 2002-08-25  John Levon  <levon@movementarian.org>
658
659         * QLyXKeySym.h:
660         * QLyXKeySym.C:
661         * QContentPane.C: revert some wrong direction stuff and try
662           again. STILL BROKEN :(
663
664 2002-08-25  John Levon  <levon@movementarian.org>
665
666         * QGraphics.C:
667         * ui/QGraphicsDialog.ui: update, and some UI improvements
668
669 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
670
671         * lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
672
673         * QLImage.C:
674         * QGraphics.C: Implement changes for new xforms graphics dialog
675         (NB: Qt Graphics dialog itself is NOT YET updated!).
676
677 2002-08-15  Angus Leeming  <leeming@lyx.org>
678
679         * lyx_gui.C (hexname): enable previews to work!
680
681 2002-08-15  Angus Leeming  <leeming@lyx.org>
682
683         * Dialogs.C:
684         * Dialogs2.C
685         * Dialogs_impl.h: the brave new world of Dialog creation.
686
687         * guiapi.C: discard.
688
689         * Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
690         remove guiapi.C.
691
692 2002-08-14  John Levon  <levon@movementarian.org>
693
694         * Alert_pimpl.C: remove xforms header
695
696         * Toolbar_pimpl.C: build fix
697
698 2002-08-13  Angus Leeming  <leeming@lyx.org>
699
700         * Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.
701
702         * FileDialog_private.C:
703         * Menubar_pimpl.C:
704         * Toolbar_pimpl.C:
705         * QtView.C:
706         * lyx_gui.C:
707         changes due to the changed LyXView interface that now returns references
708         to member variables not pointers.
709
710 2002-08-12  Angus Leeming  <leeming@lyx.org>
711
712         * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
713         from namespace closing delimiter.
714
715         * Menubar_pimpl.h:  remove MenuItemInfo:: prefix from c-tor declaration.
716
717         * QAbout.[Ch]:
718         * QBibitem.[Ch]:
719         * QBibtex.[Ch]:
720         * QCharacter.[Ch]:
721         * QCitation.[Ch]:
722         * QERT.[Ch]:
723         * QError.[Ch]:
724         * QExternal.[Ch]:
725         * QFloat.[Ch]:
726         * QGraphics.[Ch]:
727         * QInclude.[Ch]:
728         * QIndex.[Ch]:
729         * QLog.[Ch]:
730         * QMinipage.[Ch]:
731         * QParagraph.[Ch]:
732         * QPreamble.[Ch]:
733         * QPrint.[Ch]:
734         * QRef.[Ch]:
735         * QSearch.[Ch]:
736         * QShowFile.[Ch]:
737         * QSpellchecker.[Ch]:
738         * QTabularCreate.[Ch]:
739         * QTexinfo.[Ch]:
740         * QThesaurus.[Ch]:
741         * QToc.[Ch]:
742         * QURL.[Ch]:
743         * QVCLog.[Ch]:
744         No longer pass Controller or Dialogs to the c-tor.
745         No longer forward-declare Dialogs.
746
747         * Qt2Base.[Ch]: derives from ViewBase directly.
748         No longer passed ControlButtons & or Dialogs &.
749         (bc): new method, enabling the daughter classes to access the
750         ButtonController.
751         (slotWMHide):
752         (slotApply):
753         (slotOK):
754         (slotClose):
755         (slotRestore): changes due to a change in the ViewBase class.
756
757         * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
758
759         * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
760
761         * guiapi.C: access the controller methods by explicit invocation of the
762         controller.
763
764 2002-08-09  John Levon  <levon@movementarian.org>
765
766         * Toolbar_pimpl.C: add missing header
767
768 2002-08-08  John Levon  <levon@movementarian.org>
769
770         * Toolbar_pimpl.C:
771         * Menubar_pimpl.C: lyxaction cleanup
772
773 2002-08-08  John Levon  <levon@movementarian.org>
774
775         * QGraphicsDialog.C: enable rotate
776
777         * ui/QGraphicsDialog.ui: trigger changed on
778           activated() not highlighted()
779
780 2002-08-08  John Levon  <levon@movementarian.org>
781
782         * QGraphics.C:
783         * ui/QGraphicsDialog.ui: lots of fixes and cleanup
784
785         * ui/QRefDialog.ui: geometry cleanup
786
787 2002-08-07  John Levon  <levon@movementarian.org>
788
789         * Menubar_pimpl.C: fix compile for gcc 3.1
790
791 2002-08-06  John Levon  <levon@movementarian.org>
792
793         * ui/QSpellcheckerDialogBase.ui:
794         * QSpellcheckerDialog.h:
795         * QSpellchecker.h:
796         * QSpellchecker.C: remove options()
797
798         * QtView.C: fix build
799
800 2002-07-31  John Levon  <levon@movementarian.org>
801
802         * io_callback.h: make a more proper class
803
804         * lyx_gui.C: implement removal of I/O callbacks
805
806 2002-07-30  John Levon  <levon@movementarian.org>
807
808         * qlkey.h:
809         * QLyXKeySym.h:
810         * QLyXKeySym.C: do our own getISOEncoded() mapping
811           because Qt can't handle it
812
813 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
814
815         * several file: strip,frontStrip -> trim,ltrim,rtrim
816
817 2002-07-25  John Levon  <levon@movementarian.org>
818
819         * Toolbar_pimpl.C: fix tooltips
820
821 2002-07-25  John Levon  <levon@movementarian.org>
822
823         * QCommandEdit.C:
824         * Toolbar_pimpl.C: make Tab work in the content pane
825
826 2002-07-25  John Levon  <levon@movementarian.org>
827
828         * Menubar_pimpl.C: split create/fill of menus into
829           two functions
830
831 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
832
833         * Menubar_pimpl.C: make it compile again
834
835 2002-07-24  John Levon  <moz@compsoc.man.ac.uk>
836
837         * Menubar_pimpl.C: make it compile again
838
839 2002-07-24  Angus Leeming  <leeming@lyx.org>
840
841         * FileDialog_private.C (done): add a false to the arguments passed to
842         getLyXFunc.
843
844         * QBibtex.C:
845         * QCommandBuffer.C: add a using std::vector directive.
846
847         * QBibtexDialog.C: s/<vector.h>/<vector>/
848
849         * QCommandBuffer.C: remove trailing semi-colon at the end of the
850         namespace scope.
851
852         * QTexinfo.h: s/vector<string>/std::vector<string>/
853
854 2002-07-23  Edwin Leuven <leuven@fee.uva.nl>
855
856         * QBibtex.C: syle combobox instead of listbox
857         * QBibtexDialog.C:
858         * ui/QBibtexDialog.ui
859         * QTexinfo.C: Repair view without path/selection
860         * QTexinfo.h
861         * QTexinfoDialog.C
862         * QTexinfoDialog.h
863         * ui/QTexinfoDialog.ui
864         * ui/QCitationDialog.ui: layout fix
865         * ui/QExternalDialog.ui: idem
866         * TODO: update
867
868 2002-07-23  John Levon  <moz@compsoc.man.ac.uk>
869
870         * QCommandBuffer.C: real compile fix
871
872 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
873
874         * QLyXKeySym.C: return 0 when text_ is empty
875           for getISOEncoded()
876
877 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
878
879         * QCommandBuffer.C: probably compile fix
880
881         * QtView.C:
882         * Toolbar_pimpl.h:
883         * Toolbar_pimpl.C: remove dead code
884
885 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
886
887         * lyx_gui.C: add exit() so we don't busy loop !
888
889 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
890
891         * QCommandEdit.C: complete if right at end of line
892
893         * QLyXKeySym.C: cleanup comments
894
895         * QtView.C: prefer const int
896
897         * qlkey.h: fix some transliteration errors...
898
899 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
900
901         * Toolbar_pimpl.h:
902         * Toolbar_pimpl.C: remove ->push()
903
904 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
905
906         * QCitationDialog.C: fix loop search and info update after selecting
907         * TODO: remove this is issue
908
909 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
910
911         * ui/QBibtexDialog.ui: style browser
912         * QBibtex.C: idem
913         * QBibtexDialog.C: idem
914
915         * ui/QRefDialog.ui: document combo
916         * QRef.C: idem
917
918         * QInclude.C: new layout
919         * ui/QIncludeDialog.ui: new layout
920
921         * ui/QCitationDialog.ui: new layout
922
923         * ui/QExternalDialog.ui: new layout
924
925         * QGraphics.C: Compile fix
926
927         * TODO:
928
929 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
930
931         * Menubar_pimpl.h:
932         * Menubar_pimpl.C: implement check/disable, submenus
933
934 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
935
936         * Toolbar_pimpl.h:
937         * Toolbar_pimpl.C: implement getLayoutList()
938
939 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
940
941         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
942
943 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
944
945         * QToc.h:
946         * QToc.C: compile fixes, default to depth_(1)
947
948 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
949
950         * Menubar_pimpl.C: change for removed menubar stuff
951
952 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
953
954         * QtView.C: reset idle timer on message()
955
956 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
957
958         * QLImage.C: various fixes
959
960         * QWorkArea.C: set focus proxy
961
962         * qscreen.C: don't show cursor when in command buffer
963
964         * Makefile.am:
965         * moc/Makefile.am:
966         * QMiniBuffer.h:
967         * QMiniBuffer.C:
968         * QCommandBuffer.h:
969         * QCommandBuffer.C:
970         * QCommandEdit.h:
971         * QCommandEdit.C:
972         * QtView.h:
973         * QtView.C: Rudimentary command buffer
974
975 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
976
977         * QWorkArea.C: remove unnecessary include
978
979 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
980
981         * QtView.C:
982         * Toolbar_pimpl.C:
983         * lyx_gui.C: verboseDispatch() is now dispatch()
984
985 2002-07-07  Edwin Leuven  <leuven@fee.uva.nl>
986
987         * QParagraph.[Ch]: Add paragraph dialog
988         * QParagraphDialog.[Ch]:
989         * ui/QParagraphDialog.[Ch]:
990         * Makefile.am:
991         * Makefile.dialogs:
992         * guiapi.C:
993
994 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
995
996         * QtView.C: basic statusbar show
997
998 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
999
1000         * QLImage.C: add using std
1001
1002 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
1003
1004         * QLImage.h:
1005         * QLImage.C: remove getPixmap() add isDrawable()
1006
1007 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
1008
1009         * io_callback.h:
1010         * lyx_gui.C: make set_read_callback() work
1011
1012 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
1013
1014         * lyx_gui.C: add set_read_callback()
1015
1016         * Makefile.am:
1017         * xforms/*: remove
1018
1019 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
1020
1021         * QtView.C: add a status bar
1022
1023         * Toolbar_pimpl.C: minor fixes
1024
1025         * lyx_gui.C: implement hexname()
1026
1027 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1028
1029         * lyx_gui.C: move init_graphics() to parse_init()
1030
1031 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1032
1033         * Toolbar_pimpl.h:
1034         * Toolbar_pimpl.C: remove unused (de)activate()
1035
1036 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1037
1038         * lyx_gui.C: implement update_fonts(), font_available()
1039
1040 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1041
1042         * lyx_gui.C: add un-needed update_color()
1043
1044 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1045
1046         * QtView.h:
1047         * QtView.C: remove unused methods
1048
1049 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1050
1051         * Makefile.am:
1052         * QLImage.h:
1053         * QLImage.C: initial image loader
1054
1055         * lyx_gui.C: initialise graphics
1056
1057         * QLPainter.C: draw images
1058
1059         * QWorkArea.C: implement clipboard as much as possible
1060
1061 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
1062
1063         * dialog files: add unused Dialogs paramater to allow compile
1064
1065         * QtView.C:
1066         * QMiniBuffer.h:
1067         * QMiniBuffer.C:
1068         * Makefile.am: add QMiniBuffer (placeholder)
1069
1070         * TODO: add
1071
1072         * Toolbar_pimpl.h:
1073         * Toolbar_pimpl.C: compile fix
1074
1075         * lyx_gui.C: add hexname() place holder
1076
1077 2002-07-04  André Pönitz  <poenitz@lyx.org>
1078
1079         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
1080
1081 2002-06-28  Angus Leeming  <leeming@lyx.org>
1082
1083         * QLPainter.[Ch]: changes associated with the name change
1084         grfx::GImage -> grfx::Image.
1085
1086 2002-06-21  Angus Leeming  <leeming@lyx.org>
1087
1088         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
1089         avoid name clash with MenuBackend::const_iterator mb.
1090
1091         * QContentPane.C:
1092         * QLPainter.C:
1093         * qscreen.C: add using std::endl directive.
1094
1095         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
1096         scoped_array as np is not known at compile time and my compiler barfs.
1097
1098         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
1099
1100         * qfont_loader.h: don't #include "font_loader.h".
1101
1102         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
1103
1104 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1105
1106         * qfont_metrics.C: fix variable names
1107
1108 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1109
1110         * QWorkArea.C: remove dead splash code
1111
1112 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1113
1114         * QContentPane.C: restore calls to workAreaResize()
1115
1116         * QLyXKeySym.h: tidy
1117
1118         * QWorkArea.h: remove redraw()
1119
1120         * QWorkArea.C: remove resize()
1121
1122 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1123
1124         * guiapi.C: createIndex() changed
1125
1126 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1127
1128         * QWorkArea.h: remove unused resize(...)
1129
1130 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1131
1132         * QWorkArea.h: remove unused stuff
1133
1134 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1135
1136         * QContentPane.h:
1137         * QContentPane.C: remove focus/unfocus events
1138
1139 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1140
1141         * QWorkArea.h: remove unused methods
1142
1143 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1144
1145         * LyXKeySymFactory.C: add
1146
1147         * Makefile.am:
1148         * QContentPane.C:
1149         * qlkey.h:
1150         * QLyXKeySym.h:
1151         * QLyXKeySym.C: get keyboard partly working
1152
1153         * qfont_metrics.C: fix compile
1154
1155 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1156
1157         * Makefile.am: add the new files ...
1158
1159         * Dialogs.C:
1160         * guiapi.C:
1161         * all dialogs: implement new dialog stuff, fix compile
1162
1163         * FileDialog_private.h:
1164
1165         * GUIRunTime.C:
1166         * lyx_gui.C: update for lyx_gui namespace
1167
1168         * LyXScreenFactory.C: add
1169
1170         * QContentPane.h:
1171         * QContentPane.C: new widget for containing a lyx document
1172
1173         * QLPainter.h:
1174         * QLPainter.C: qt painter object
1175
1176         * QWorkArea.h:
1177         * QWorkArea.C: Qt version of the work area
1178
1179         * QtView.h:
1180         * QtView.C: Qt version of LyXView
1181
1182         * Toolbar_pimpl.h:
1183         * Toolbar_pimpl.C:
1184         * Menubar_pimpl.h:
1185         * Menubar_pimpl.C: initial Qt versions
1186
1187         * WorkAreaFactory.C: generate a QWorkArea
1188
1189         * emptytable.C: add a resize grippie
1190
1191         * qfont_loader.h:
1192         * qfont_loader.C: font loader for Qt
1193
1194         * qfont_metrics.h:
1195         * qfont_metrics.C: font metrics for Qt
1196
1197         * qlkey.h: convert Qt key symbol into a name
1198
1199         * qscreen.h:
1200         * qscreen.C: Qt version of screen
1201
1202         * moc/Makefile.am: add new files
1203
1204         * xforms/Makefile.am: remove all xforms dialogs
1205
1206 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1207
1208         * Qt2BC.C: do not include ButtonController.tmpl
1209
1210 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1211
1212         * QtLyXView.h: moved into frontends/
1213
1214 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1215
1216         * QDocument.h: use more specific smart_ptr header.
1217         * Qt2Base.h: ditto
1218
1219 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
1220
1221         * QCharacter.h:
1222         * QCharacter.C: update for language i18n change
1223
1224 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
1225
1226         * Dialogs.C: add tooltipsEnabled()
1227
1228         * QTeXInfo.C: include right header
1229
1230         * moc/Makefile.am: add back missing moc files
1231
1232         * xforms/Makefile.am: add missing FeedbackController
1233
1234 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1235
1236         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
1237
1238         * ui/moc/Makefile.am: move include to top
1239         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
1240
1241         * ui/Makefile.am: ws change
1242
1243         * moc/Makefile.am: move include to top
1244
1245         * Makefile.am (EXTRA_DIST): some file taken from...
1246         * Makefile.dialogs (DIALOGSOURCES):here
1247
1248         * xforms/Makefile.am (EXTRA_DIST): delete
1249         (libqt2xforms_la_SOURCES): change to...
1250         (nodist_libqt2xforms_la_SOURCES): this
1251
1252         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
1253         (nodist_libqt2uimoc_la_SOURCES): this
1254
1255         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
1256         (nodist_libqt2ui_la_SOURCES): this
1257
1258         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
1259         (nodist_libqt2moc_la_SOURCES): new
1260
1261         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
1262         QParagraphDialog, QDocument, QDocumentDialog
1263
1264         * Makefile.am (DISTCLEANFILES): delete
1265         (EXTRA_DIST): add with Makefile.dialogs
1266
1267 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
1268
1269         * ui/QParagraphDialog.ui: fix a couple of typos for
1270           the translators
1271
1272 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
1273
1274         * xforms/Makefile.am (link_files): whitespace.
1275
1276 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1277
1278         * xforms/Makefile.am (libqt2xforms.la): it should depend on
1279         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
1280
1281 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1282
1283         * most files: ws cleanup
1284
1285 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1286
1287         * docygen fixes.
1288
1289 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1290
1291         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
1292         your version of the xforms libraries is up to the task.
1293
1294         * xforms/Makefile.am: link in the xforms image loader if so configured.
1295
1296 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1297
1298         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
1299
1300         * Dialogs.C:
1301         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
1302
1303 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1304
1305         * Makefile.am: get rid of LYX_LIBS
1306
1307         * QDocument.C (class_update): layout as string
1308
1309 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1310
1311         * Makefile.am:
1312         * moc/Makefile.am:
1313         * ui/Makefile.am:
1314         * ui/moc/Makefile.am: fix compile
1315
1316         * xforms/: compile the necessary files via symlinks
1317
1318         * QPreambleDialog.C: new systemcall interface
1319
1320         * Timeout_pimpl.h:
1321         * Timeout_pimpl.C: add running()
1322
1323         * Dialogs.C: add init graphics, and doc/par xforms forms
1324
1325 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
1326
1327         * QToc.C: fix crash
1328
1329 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
1330
1331         * QGraphics.C: compilation fix
1332         * QTexinfoDialog.C:
1333         * QTexinfoDialog.h:
1334         * ui/QTexinfoDialog.ui: remove help button
1335
1336 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
1337
1338         * qt2/QGraphics.C:
1339         * qt2/QGraphics.h:
1340         * qt2/QGraphicsDialog.C:
1341         * qt2/QGraphicsDialog.h:
1342         * qt2/lengthcombo.C:
1343         * qt2/ui/QGraphicsDialog.ui: new dialog
1344         * qt2/QAbout.C:
1345         * qt2/ui/QAboutDialog.ui: reduce size
1346         * qt2/ui/QFloatDialog.ui: update dialog
1347
1348 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
1349
1350         * Makefile.am:
1351         * Dialogs.C:
1352         * Makefile.dialogs:
1353         * QShowFile.h:
1354         * QShowFile.C:
1355         * QShowFileDialog.h:
1356         * QShowFileDialog.C:
1357         * ui/QShowFileDialog.ui: add showfile dialog
1358         * ui/QCitationDialog.ui: minor layout tweaks
1359
1360 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1361
1362         * Dialogs.C: removed now redundant #include "QParagraph.h".
1363
1364         * QSearchDialog.h (remember): removed unnecessary
1365         QSearchDialog qualifier.
1366
1367         * QTexinfo.C:
1368         * QToc.C: added various using std::xyz directives.
1369
1370 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
1371
1372         * Makefile.am:
1373         * Dialogs.C:
1374         * Makefile.dialogs:
1375         * QFloat.h:
1376         * QFloat.C:
1377         * QFloatDialog.h:
1378         * QFloatDialog.C:
1379         * ui/QFloatDialog.ui: add float dialog
1380
1381 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
1382
1383         * Makefile.am:
1384         * Makefile.dialogs: don't compile QPar/Doc
1385           for now, as they cause problems
1386
1387 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
1388
1389         * Makefile.am:
1390         * Dialogs.C:
1391         * QToc.h:
1392         * QToc.C:
1393         * QTocDialog.h:
1394         * QTocDialog.C:
1395         * ui/QTocDialog.ui: resuscitate TOC dialog
1396
1397 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
1398
1399         * QCitation.h:
1400         * QCitation.C:
1401         * QCitationDialog.h:
1402         * QCitationDialog.C:
1403         * ui/QCitationDialog.ui: natbib fixes
1404
1405 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
1406
1407         * QTexinfo.[Ch]: added
1408         * QTexinfoDialog.[Ch]: added
1409         * ui/QTexinfoDialog.ui: added
1410         * Dialogs.C: add dialog
1411         * Makefile.dialogs: idem
1412
1413 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
1414
1415         * QMinipage.C: compiles fixes (lyxlength related)
1416
1417 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
1418
1419         * Makefile.am:
1420         * FileDialog_private.h: fix compile
1421
1422         * QThesaurus.h:
1423         * QThesaurus.C:
1424         * QThesaurusDialog.h:
1425         * QThesaurusDialog.C:
1426         * ui/QThesaurusDialog.ui: new thesaurus code
1427
1428 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1429
1430         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
1431         as MinipageParams::pageWidth.
1432
1433 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
1434
1435         * QParagraph.C: add needed include
1436
1437 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
1438
1439         * Makefile.am:
1440         * Dialogs.C: bring back unconverted dialogs
1441
1442 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
1443
1444         * QParagraph.C:
1445         * QParagraphDialog.h:
1446         * QParagraphDialog.C: use new vspace API
1447
1448         * QTocDialog.C: silence warnings
1449
1450 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1451
1452         * qttableview.C: change "while(" to "while ("
1453
1454 2001-12-05  Allan Rae  <rae@lyx.org>
1455
1456         * QParagraph.C (apply):
1457         (update): Use the right LyXText -- extending John's fix
1458
1459 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
1460
1461         * moc/Makefile.am:
1462         * Makefile.am:
1463         * QBibtexDialog.C:
1464         * QExternalDialog.C:
1465         * QParagraphDialog.h:
1466         * QPreambleDialog.C:
1467         * emptytable.C:
1468         * qttableview.C:
1469         * qttableview.C:
1470         * qttableview.h: fixes for Qt3
1471
1472 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
1473
1474         * Makefile.am: add Alert_pimpl.lo
1475
1476 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
1477
1478         * Makefile.am: link in new DropDown.lo
1479
1480         * QSpellcheckerDialog.C: fix warning
1481
1482         * ui/moc/Makefile.am: remove dead thing
1483
1484 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1485
1486         * ui/moc/Makefile.am: remove unportable # at beginning of
1487         declaration.
1488
1489         * ui/Makefile.am:
1490         * Makefile.am: remove extra DISTCLEANFILES declaration
1491
1492 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1493
1494         * ui/QDocumentDialog.ui:
1495         * QDocument.C (build_dialog): support latin4
1496
1497 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1498
1499         * ui/QDocumentDialog.ui:
1500         * QDocument.C (build_dialog): support latin3
1501
1502 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
1503
1504         * Dialogs.C: remove splash dialog code.
1505
1506         * QSplash.[Ch]:
1507         * QSplashDialog.[Ch]: removed.
1508
1509         * Makefile.dialogs: remove splash dialog files.
1510
1511 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
1512
1513         * QRef.C: fix compile
1514
1515         * README: update
1516
1517 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1518
1519         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
1520         gui libs
1521
1522 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
1523
1524         * ui/QMinipageDialog.ui: fix layout, remove old slot
1525
1526         * QRefDialog.C: fix warning
1527
1528 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
1529
1530         * ui/QSpellcheckerDialog.ui: reworded layout
1531
1532 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
1533
1534         * QMinipage.C: remove radiobutton add combox
1535         * ui/QMinipageDialog.ui: + buttons at bottom
1536
1537 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
1538
1539         * Makefile.dialogs:
1540         * Dialogs.C:
1541         * QSpellchecker.[Ch]:
1542         * QSpellcheckerDialog.[Ch]:
1543         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
1544
1545 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1546
1547         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
1548
1549 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1550
1551         * ui/QGraphicsDialog.ui : minor layout tweak
1552         * ui/QIncludeDialog.ui : idem
1553         * ui/QMinipageDialog.ui: idem
1554         * ui/QURLDialog.ui: idem
1555
1556 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
1557
1558         * ui/QRefDialog.ui : minor layout tweak
1559         * Qref.C: idem
1560
1561 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1562
1563         * QTabularCreateDialog.C: fix warnings
1564
1565         * emptytable.h:
1566         * emptytable.C:
1567         * ui/QTabularCreateDialog.ui: fix layout
1568           when table size is changed
1569
1570 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1571
1572         * Dialogs.C:
1573         * QSearch.[Ch]:
1574         * QSearchDialog.[Ch]:
1575         * ui/QSearchDialog.ui: add search back
1576
1577 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1578
1579         * Dialogs.C:
1580         * QPrint.[Ch]:
1581         * QPrintDialog.[Ch]:
1582         * ui/QPrintDialog.ui: add print dialog back
1583
1584 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1585
1586         * Makefile.am:
1587         * moc/Makefile.am:
1588         * ui/Makefile.am:
1589         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
1590
1591 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1592
1593         * QAbout.C: added a using std::getline directive.
1594
1595         * QCitationDialog.C (doFind): removed const from argument to make it
1596         consistent with the header file.
1597
1598         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
1599         was failing with "incomplete type is not allowed" in instantiation
1600         of boost::scoped_ptr<QDocumentDialog> dialog_.
1601
1602         * QLog.C: added a couple of using std::xyz directives.
1603
1604         * QPreambleDialog.C: added a using std::getline directive.
1605
1606         * QToc.C: using SigC::slot directive.
1607
1608 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
1609
1610         * ui/QURLDialog.ui : minor layout tweak
1611
1612 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1613
1614         * QPreamble.[Ch]:
1615         * QPreambleDialog.[Ch]:
1616         * ui/QPreambleDialog.ui:
1617         * Makefile.am:
1618         * Makefile.dialogs:
1619         * Dialogs.C: add pre-amble dialog
1620
1621 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1622
1623         * ui/QIndexDialog.ui:
1624         * QIndexDialog.C: add QWhatsThis in C source
1625
1626         * README: document this restriction
1627
1628 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1629
1630         * QMinipage.[Ch]:
1631         * QMinipageDialog.[Ch]:
1632         * ui/QMinipageDialog.ui:
1633         * lengthcombo.[Ch]:
1634         * Makefile.am:
1635         * moc/Makefile.am:
1636         * Makefile.dialogs:
1637         * Dialogs.C: add minipage and prototype length combo widget
1638
1639 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
1640
1641         * QLog.[Ch]:
1642         * QLogDialog.[Ch]:
1643         * ui/QLogDialog.ui:
1644         * QVCLog.[Ch]:
1645         * QVCLogDialog.[Ch]:
1646         * ui/QVCLogDialog.ui:
1647         * Dialogs.C:
1648         * Makefile.am:
1649         * Makefile.dialogs: add log and vclog dialogs
1650
1651 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1652
1653         * Dialogs.C:
1654         * QTabularCreate.[Ch]:
1655         * QTabularCreate.h:
1656         * QTabularCreateDialog.C:
1657         * QTabularCreateDialog.h:
1658         * ui/Makefile.am:
1659         * ui/QTabularCreateDialog.ui: bring back
1660         tabcreate
1661
1662 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1663
1664         * ui/QCharacterDialog.ui:
1665         * ui/QThesaurusDialog.ui: fix tab order
1666
1667         * QGraphics.[Ch]:
1668         * QGraphicsDialog.[Ch]:
1669         * ui/QGraphicsDialog.ui:
1670         * Makefile.am:
1671         * Makefile.dialogs:
1672         * Dialogs.C: add graphics dialog
1673
1674 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
1675
1676         * QThesaurus.C: clear selection on update
1677
1678         * QInclude.[Ch]:
1679         * QincludeDialog.[Ch]:
1680         * ui/QincludeDialog.ui:
1681         * Makefile.am:
1682         * Makefile.dialogs:
1683         * Dialogs.C: add Include dialog
1684
1685         * README: add note about crashes
1686
1687 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1688
1689         * QThesaurusDialog.C: whoops, forgot to clear before update
1690
1691 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1692
1693         * QBibtex.C:
1694         * QBibtexDialog.h:
1695         * QBibtexDialog.C:
1696         * ui/QBibtexDialog.ui: fix some things, add
1697           delete button
1698
1699         * QExternalDialog.C: fix file dialog thing
1700
1701         * QThesaurus.h:
1702         * QThesaurus.C:
1703         * QThesaurusDialog.h:
1704         * QThesaurusDialog.C:
1705         * ui/QThesaurusDialog.ui: fix compile, get working
1706
1707         * moc/Makefile.am: fix builddir != srcdir
1708
1709 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1710
1711         * GUIRunTime.C: fix argc handling
1712
1713 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1714
1715         * ui/*.ui:
1716         * ui/Makefile.am: add some sed magic to replace tr() with _()
1717
1718 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1719
1720         * Makefile.am: remove accidentally committed xforms file
1721
1722 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1723
1724         * Dialogs.C:
1725         * Makefile.dialogs:
1726         * QThesaurus.[Ch]:
1727         * QThesaurusDialog.[Ch]:
1728         * ui/QThesaurusDialog.ui: add thesaurus dialog
1729
1730 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1731
1732         * Dialogs.C:
1733         * Makefile.am:
1734         * Makefile.dialogs:
1735         * QExternal.[Ch]:
1736         * QExternalDialog.[Ch]:
1737         * ui/QExternalDialog.ui: add external dialog
1738
1739 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1740
1741         * Dialogs.C:
1742         * Makefile.dialogs:
1743         * QERT.[Ch]:
1744         * QERTDialog.[Ch]:
1745         * ui/QERTDialog.ui: add ERT dialog
1746
1747 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1748
1749         * Dialogs.C:
1750         * Makefile.am:
1751         * Makefile.dialogs:
1752         * QError.[Ch]:
1753         * QErrorDialog.[Ch]:
1754         * ui/QErrorDialog.ui: add LaTeX error dialog
1755
1756 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1757
1758         * Dialogs.C:
1759         * QCharacter.[Ch]:
1760         * QCharacterDialog.[Ch]:
1761         * ui/QcharacterDialog.ui: make work again,
1762           add auto-apply feature
1763
1764 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1765
1766         * Dialogs.C:
1767         * Makefile.am:
1768         * Makefile.dialogs:
1769         * QBibitem.[Ch]:
1770         * QBibitemDialog.[Ch]:
1771         * ui/QBibitemDialog.ui: add Bibitem dialog
1772
1773 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1774
1775         * Dialogs.C:
1776         * Makefile.dialogs:
1777         * QBibtex.[Ch]:
1778         * QBibtexDialog.[Ch]:
1779         * ui/QBibtexDialog.ui: added BibTeX dialog.
1780
1781         * README: update
1782
1783 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1784
1785         * Qt2BC.C: whoops, reversed sense of setReadOnly()
1786
1787 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1788
1789         * Dialogs.C:
1790         * QRef.[Ch]:
1791         * ui/QRefDialog.ui: add Ref dialog back
1792
1793         * QAbout.[Ch]:
1794         * QCitation.[Ch]:
1795         * QDocument.[Ch]:
1796         * QIndex.[Ch]:
1797         * QURL.[Ch]:
1798         * Qt2Base.h: protect build() with updating_ too
1799
1800         * QCitationDialog.C: use Qt2Base::readOnly
1801
1802         * README: update
1803
1804 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
1805
1806         * Dialogs.C: add URL
1807
1808         * QAbout.h:
1809         * QCitation.h:
1810         * QDocument.h:
1811         * QIndex.C:
1812         * Qt2Base.h:
1813         * Qt2Base.C: add an updating_ variable to prevent
1814           bc() breakage.
1815
1816         * QURL.h:
1817         * QURL.C:
1818         * QURLDialog.h:
1819         * QURLDialog.C:
1820         * ui/QURLDialog.ui: make alive again
1821
1822         * Qt2BC.C: make lineedits ReadOnly not disabled
1823
1824         * README: update
1825
1826         * ui/QCitationDialog.ui: small cleanups
1827
1828         * ui/QIndexDialog.ui: add a what's this
1829
1830 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1831
1832         * Dialogs.C: include the right files
1833
1834         * QCitation.C: closePB not cancelPB
1835
1836         * QCitationDialog.C:
1837         * QCitationDialog.h:
1838         * ui/QCitationDialog.ui: small fixes
1839
1840         * QIndex.h:
1841         * QIndex.C:
1842         * QIndexDialog.C:
1843         * QIndexDialog.h:
1844         * ui/QIndexDialog.ui: more fixes
1845
1846         * Qt2Base.h:
1847         * Qt2Base.C: add reset() to workaround problem.
1848
1849         * README: update
1850
1851         * Makefile.am:
1852         * Timeout_pimpl.h:
1853         * Timeout_pimpl.C: add the timer
1854
1855 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
1856
1857         * Dialogs.C:
1858         * Makefile.am:
1859         * Qt2BC.h:
1860         * Qt2BC.C:
1861         * QAbout.C:
1862         * QCitation.C:
1863         * QDocument.h:
1864         * Qt2Base.C:
1865         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
1866
1867         * QIndex.h:
1868         * QIndex.C:
1869         * ui/QIndexDialog.ui: use the BC properly
1870
1871         * Qt2Base.h:
1872         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
1873           tells the BC on the return value
1874
1875         * README: update
1876
1877 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
1878
1879         * Dialogs.C: add QIndex
1880
1881         * ui/Makefile.am:
1882         * Makefile.am: fix build
1883
1884         * ui/QAboutDialog.ui:
1885         * QAbout.C: finish dialog
1886
1887         * ui/QCitationDialog.ui:
1888         * QCitationDialog.C: BC fixes
1889
1890         * ui/QIndexDialog.ui:
1891         * QIndex.h:
1892         * QIndex.C:
1893         * QIndexDialog.h:
1894         * QIndexDialog.C: got index dialog working
1895
1896 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
1897
1898         * all files: enormous naming re-jig and tidy
1899
1900 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1901
1902         Consistent use of Lsstream.h:
1903         * FormCredits.C (build): std::stringstream -> stringstream.
1904
1905 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
1906
1907         * FormCitation.C (build): removed bc().refresh() call as the controller
1908         should take care of this.
1909         (update): removed noKeys stuff as you don't use it.
1910
1911         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
1912         We were being bit by the xforms browser returns the browser line number
1913         in Fortran style, but Qt uses C-style.
1914
1915 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1916
1917         * FormCitationDialogImpl.C: added using directive.
1918
1919         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
1920         No idea why this wasn't done ages ago!
1921
1922 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1923
1924         * FormCharacter.C:
1925         * FormParagraph.C (c-tor): cosmetic name change of signal.
1926
1927 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1928
1929         * FormCitation.C:
1930         * Qt2Base.C: removed // -*- C++ -*- as first line.
1931
1932         * FileDialog_private.h:
1933         * FormCopyright.h:
1934         * FormCredits.h:
1935         * FormIndex.h:
1936         * FormParagraph.h:
1937         * FormPrint.h:
1938         * FormRef.h:
1939         * FormSearch.h:
1940         * FormSplash.h:
1941         * FormTabularCreate.h:
1942         * FormToc.h:
1943         * FormUrl.h:
1944         * QtLyXView.h: added // -*- C++ -*- as first line.
1945
1946 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1947
1948         * <various>: fix random space pepper to use
1949           hard tabs. Also add <config.h> where necessitated
1950           by using LString.h
1951
1952 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1953
1954         * FormDocument.C (build): add iso8859-15 support.
1955
1956 2001-05-17  Allan Rae  <rae@lyx.org>
1957
1958         * FormCharacter.C:
1959         * FormCopyright.C:
1960         * FormCredits.C:
1961         * FormSearch.C: gettext went missing but is back gain now _().
1962
1963         * Makefile.am:  ButtonController is now ButtonControllerBase.
1964         It now compiles but it won't link lyx on my system.  Complaints about
1965         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
1966         are all present and accounted for by ldconfig.  YMMV.
1967
1968 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1969
1970         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
1971
1972 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1973
1974         * FormCharacter.C:
1975         * FormDocument.h:
1976         * FormSearch.C:
1977         * Dialogs.C: s/popup/dialog/
1978
1979         * qt2BC.h:
1980         * qt2BC.C:
1981         * FormCitation.C:
1982         * FormDocument.C: s/UndoAll/Restore/
1983
1984         * Qt2Base.h:
1985         * Qt2Base.C: s/ControlButton/ControlButtons/
1986
1987
1988 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1989
1990         * Makefile.am: Simplified Makefile.am
1991
1992 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1993
1994         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
1995         fixes from XForms
1996         * several files: MVC for citation dialog
1997
1998 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1999
2000         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
2001
2002 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
2003
2004         * qt2 compiles again:
2005         * Makefile.am: added missing xform dialogs
2006         * FormParagraph.C: only extra setting if wanted
2007         * FormParagraph.h: add namespace to connection
2008
2009 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
2010
2011         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
2012         NO_PEXTRA is not defined (in line with XForms frontend)
2013
2014         * Dialogs.C: Adapted to backend changes
2015
2016         * Makefile.am: updated citation dialog
2017         * Citation dialog added: FormCitation.{C,h},
2018         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
2019
2020 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2021
2022         * several files: remove CXX_WORKING_NAMESPACES
2023
2024 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
2025
2026         * Added splash screen
2027         * Makefile.am: updated
2028         * FormSplash.[Ch]: added
2029         * FormSplashImpl.[Ch]: added
2030
2031 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
2032
2033         * Makefile.am: updated
2034         * paragraphdlg.ui: manually enabled items in minipage settings
2035         * paragraphdlgimpl.C: tweak enable code on extra page
2036         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
2037         * FileDialog_private.[Ch]: added
2038         * FileDialog.C: added
2039         * FormParagraph.C: params settings updated
2040
2041 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
2042
2043         * Search dialog added:
2044         * FormSearch.[Ch]
2045         * searchdlg.ui
2046         * searchdlg.[Ch]
2047         * searchdlgimpl.[Ch]
2048
2049 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
2050
2051         * remove inheritance from noncopyable in Form*.h
2052         * Character dialog added:
2053         * FormCharacter.[Ch]
2054         * chardlg.ui
2055         * chardlg.[Ch]
2056         * chardlgimpl.[Ch]
2057
2058 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
2059
2060         * FormParagraph.C: fix bview->update()
2061
2062 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
2063
2064         *FormParagraph.C:
2065         *FormParagraph.h:
2066         *FormPrint.C:
2067         *FormPrint.h:
2068         *FormTabularCreate.C:
2069         *FormTabularCreate.h:
2070         *QtLyXView.h:
2071         *emptytable.C:
2072         *emptytable.h:
2073         *paragraphdlg.C:
2074         *paragraphdlg.h:
2075         *paragraphdlg.ui:
2076         *paragraphdlgimpl.C:
2077         *paragraphdlgimpl.h:
2078         *printdlg.C:
2079         *printdlg.h:
2080         *printdlg.ui:
2081         *printdlgimpl.C:
2082         *printdlgimpl.h:
2083         *tabularcreatedlg.C:
2084         *tabularcreatedlg.h:
2085         *tabularcreatedlg.ui:
2086         *tabularcreatedlgimpl.C:
2087         *tabularcreatedlgimpl.h:
2088         *Makefile.am: added paragraph/print/tabular create dialogs
2089
2090 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
2091
2092         * src/frontends/qt2/.cvsignore:
2093         * Dialogs.C:
2094         * FormCopyright.C:
2095         * FormCopyright.h:
2096         * FormCopyrightDialog.C:
2097         * FormCopyrightDialog.h:
2098         * FormCopyrightDialogBase.C:
2099         * FormCopyrightDialogBase.h:
2100         * FormCopyrightDialogBase.ui:
2101         * GUIRunTime.C:
2102         * Makefile.am: start frontend with the Copyright
2103           dialog