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