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