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