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