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