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