]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
No longer pass Controller & or Dialogs & to the View c-tors.
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2002-08-12  Angus Leeming  <leeming@lyx.org>
2
3         * Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
4         from namespace closing delimiter.
5
6         * Menubar_pimpl.h:  remove MenuItemInfo:: prefix from c-tor declaration.
7
8         * QAbout.[Ch]:
9         * QBibitem.[Ch]:
10         * QBibtex.[Ch]:
11         * QCharacter.[Ch]:
12         * QCitation.[Ch]:
13         * QERT.[Ch]:
14         * QError.[Ch]:
15         * QExternal.[Ch]:
16         * QFloat.[Ch]:
17         * QGraphics.[Ch]:
18         * QInclude.[Ch]:
19         * QIndex.[Ch]:
20         * QLog.[Ch]:
21         * QMinipage.[Ch]:
22         * QParagraph.[Ch]:
23         * QPreamble.[Ch]:
24         * QPrint.[Ch]:
25         * QRef.[Ch]:
26         * QSearch.[Ch]:
27         * QShowFile.[Ch]:
28         * QSpellchecker.[Ch]:
29         * QTabularCreate.[Ch]:
30         * QTexinfo.[Ch]:
31         * QThesaurus.[Ch]:
32         * QToc.[Ch]:
33         * QURL.[Ch]:
34         * QVCLog.[Ch]:
35         No longer pass Controller or Dialogs to the c-tor.
36         No longer forward-declare Dialogs.
37
38         * Qt2Base.[Ch]: derives from ViewBase directly.
39         No longer passed ControlButtons & or Dialogs &.
40         (bc): new method, enabling the daughter classes to access the
41         ButtonController.
42         (slotWMHide):
43         (slotApply):
44         (slotOK):
45         (slotClose):
46         (slotRestore): changes due to a change in the ViewBase class.
47
48         * QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
49
50         * Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
51
52         * guiapi.C: access the controller methods by explicit invocation of the
53         controller.
54
55 2002-08-09  John Levon  <levon@movementarian.org>
56
57         * Toolbar_pimpl.C: add missing header
58  
59 2002-08-08  John Levon  <levon@movementarian.org>
60
61         * Toolbar_pimpl.C:
62         * Menubar_pimpl.C: lyxaction cleanup
63  
64 2002-08-08  John Levon  <levon@movementarian.org>
65
66         * QGraphicsDialog.C: enable rotate
67
68         * ui/QGraphicsDialog.ui: trigger changed on
69           activated() not highlighted()
70  
71 2002-08-08  John Levon  <levon@movementarian.org>
72
73         * QGraphics.C:
74         * ui/QGraphicsDialog.ui: lots of fixes and cleanup
75
76         * ui/QRefDialog.ui: geometry cleanup
77  
78 2002-08-07  John Levon  <levon@movementarian.org>
79
80         * Menubar_pimpl.C: fix compile for gcc 3.1
81  
82 2002-08-06  John Levon  <levon@movementarian.org>
83
84         * ui/QSpellcheckerDialogBase.ui: 
85         * QSpellcheckerDialog.h:
86         * QSpellchecker.h:
87         * QSpellchecker.C: remove options()
88
89         * QtView.C: fix build
90  
91 2002-07-31  John Levon  <levon@movementarian.org>
92
93         * io_callback.h: make a more proper class
94
95         * lyx_gui.C: implement removal of I/O callbacks
96  
97 2002-07-30  John Levon  <levon@movementarian.org>
98
99         * qlkey.h:
100         * QLyXKeySym.h:
101         * QLyXKeySym.C: do our own getISOEncoded() mapping
102           because Qt can't handle it
103  
104 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
105
106         * several file: strip,frontStrip -> trim,ltrim,rtrim
107
108 2002-07-25  John Levon  <levon@movementarian.org>
109
110         * Toolbar_pimpl.C: fix tooltips
111
112 2002-07-25  John Levon  <levon@movementarian.org>
113
114         * QCommandEdit.C:
115         * Toolbar_pimpl.C: make Tab work in the content pane
116
117 2002-07-25  John Levon  <levon@movementarian.org>
118
119         * Menubar_pimpl.C: split create/fill of menus into
120           two functions
121
122 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
123
124         * Menubar_pimpl.C: make it compile again
125
126 2002-07-24  John Levon  <moz@compsoc.man.ac.uk>
127
128         * Menubar_pimpl.C: make it compile again
129
130 2002-07-24  Angus Leeming  <leeming@lyx.org>
131
132         * FileDialog_private.C (done): add a false to the arguments passed to
133         getLyXFunc.
134
135         * QBibtex.C:
136         * QCommandBuffer.C: add a using std::vector directive.
137
138         * QBibtexDialog.C: s/<vector.h>/<vector>/
139
140         * QCommandBuffer.C: remove trailing semi-colon at the end of the
141         namespace scope.
142
143         * QTexinfo.h: s/vector<string>/std::vector<string>/
144
145 2002-07-23  Edwin Leuven <leuven@fee.uva.nl>
146
147         * QBibtex.C: syle combobox instead of listbox
148         * QBibtexDialog.C:
149         * ui/QBibtexDialog.ui
150         * QTexinfo.C: Repair view without path/selection
151         * QTexinfo.h
152         * QTexinfoDialog.C
153         * QTexinfoDialog.h
154         * ui/QTexinfoDialog.ui
155         * ui/QCitationDialog.ui: layout fix
156         * ui/QExternalDialog.ui: idem
157         * TODO: update
158
159 2002-07-23  John Levon  <moz@compsoc.man.ac.uk>
160
161         * QCommandBuffer.C: real compile fix
162
163 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
164
165         * QLyXKeySym.C: return 0 when text_ is empty
166           for getISOEncoded()
167
168 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
169
170         * QCommandBuffer.C: probably compile fix
171
172         * QtView.C:
173         * Toolbar_pimpl.h:
174         * Toolbar_pimpl.C: remove dead code
175
176 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
177
178         * lyx_gui.C: add exit() so we don't busy loop !
179
180 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
181
182         * QCommandEdit.C: complete if right at end of line
183
184         * QLyXKeySym.C: cleanup comments
185
186         * QtView.C: prefer const int
187
188         * qlkey.h: fix some transliteration errors...
189
190 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
191
192         * Toolbar_pimpl.h:
193         * Toolbar_pimpl.C: remove ->push()
194
195 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
196
197         * QCitationDialog.C: fix loop search and info update after selecting
198         * TODO: remove this is issue
199
200 2002-07-22  Edwin Leuven  <leuven@fee.uva.nl>
201
202         * ui/QBibtexDialog.ui: style browser
203         * QBibtex.C: idem
204         * QBibtexDialog.C: idem
205
206         * ui/QRefDialog.ui: document combo
207         * QRef.C: idem
208
209         * QInclude.C: new layout
210         * ui/QIncludeDialog.ui: new layout
211
212         * ui/QCitationDialog.ui: new layout
213
214         * ui/QExternalDialog.ui: new layout
215
216         * QGraphics.C: Compile fix
217
218         * TODO:
219
220 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
221
222         * Menubar_pimpl.h:
223         * Menubar_pimpl.C: implement check/disable, submenus
224
225 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
226
227         * Toolbar_pimpl.h:
228         * Toolbar_pimpl.C: implement getLayoutList()
229
230 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
231
232         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
233
234 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
235
236         * QToc.h:
237         * QToc.C: compile fixes, default to depth_(1)
238
239 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
240
241         * Menubar_pimpl.C: change for removed menubar stuff
242
243 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
244
245         * QtView.C: reset idle timer on message()
246
247 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
248
249         * QLImage.C: various fixes
250
251         * QWorkArea.C: set focus proxy
252
253         * qscreen.C: don't show cursor when in command buffer
254
255         * Makefile.am:
256         * moc/Makefile.am:
257         * QMiniBuffer.h:
258         * QMiniBuffer.C:
259         * QCommandBuffer.h:
260         * QCommandBuffer.C:
261         * QCommandEdit.h:
262         * QCommandEdit.C:
263         * QtView.h:
264         * QtView.C: Rudimentary command buffer
265
266 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
267
268         * QWorkArea.C: remove unnecessary include
269
270 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
271
272         * QtView.C:
273         * Toolbar_pimpl.C:
274         * lyx_gui.C: verboseDispatch() is now dispatch()
275
276 2002-07-07  Edwin Leuven  <leuven@fee.uva.nl>
277
278         * QParagraph.[Ch]: Add paragraph dialog
279         * QParagraphDialog.[Ch]:
280         * ui/QParagraphDialog.[Ch]:
281         * Makefile.am:
282         * Makefile.dialogs:
283         * guiapi.C:
284
285 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
286
287         * QtView.C: basic statusbar show
288
289 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
290
291         * QLImage.C: add using std
292
293 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
294
295         * QLImage.h:
296         * QLImage.C: remove getPixmap() add isDrawable()
297
298 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
299
300         * io_callback.h:
301         * lyx_gui.C: make set_read_callback() work
302
303 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
304
305         * lyx_gui.C: add set_read_callback()
306
307         * Makefile.am:
308         * xforms/*: remove
309
310 2002-07-13  John Levon  <moz@compsoc.man.ac.uk>
311
312         * QtView.C: add a status bar
313
314         * Toolbar_pimpl.C: minor fixes
315
316         * lyx_gui.C: implement hexname()
317
318 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
319
320         * lyx_gui.C: move init_graphics() to parse_init()
321
322 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
323
324         * Toolbar_pimpl.h:
325         * Toolbar_pimpl.C: remove unused (de)activate()
326
327 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
328
329         * lyx_gui.C: implement update_fonts(), font_available()
330
331 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
332
333         * lyx_gui.C: add un-needed update_color()
334
335 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
336
337         * QtView.h:
338         * QtView.C: remove unused methods
339
340 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
341
342         * Makefile.am:
343         * QLImage.h:
344         * QLImage.C: initial image loader
345
346         * lyx_gui.C: initialise graphics
347
348         * QLPainter.C: draw images
349
350         * QWorkArea.C: implement clipboard as much as possible
351
352 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
353
354         * dialog files: add unused Dialogs paramater to allow compile
355
356         * QtView.C:
357         * QMiniBuffer.h:
358         * QMiniBuffer.C:
359         * Makefile.am: add QMiniBuffer (placeholder)
360
361         * TODO: add
362
363         * Toolbar_pimpl.h:
364         * Toolbar_pimpl.C: compile fix
365
366         * lyx_gui.C: add hexname() place holder
367
368 2002-07-04  André Pönitz  <poenitz@lyx.org>
369
370         * xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
371
372 2002-06-28  Angus Leeming  <leeming@lyx.org>
373
374         * QLPainter.[Ch]: changes associated with the name change
375         grfx::GImage -> grfx::Image.
376
377 2002-06-21  Angus Leeming  <leeming@lyx.org>
378
379         * Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
380         avoid name clash with MenuBackend::const_iterator mb.
381
382         * QContentPane.C:
383         * QLPainter.C:
384         * qscreen.C: add using std::endl directive.
385
386         * QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
387         scoped_array as np is not known at compile time and my compiler barfs.
388
389         * Toolbar_pimpl.h: forward declare class ToolbarProxy.
390
391         * qfont_loader.h: don't #include "font_loader.h".
392
393         * qfont_metrics.C: remove trailing ';' from namespace anon scope.
394
395 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
396
397         * qfont_metrics.C: fix variable names
398
399 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
400
401         * QWorkArea.C: remove dead splash code
402
403 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
404
405         * QContentPane.C: restore calls to workAreaResize()
406
407         * QLyXKeySym.h: tidy
408
409         * QWorkArea.h: remove redraw()
410
411         * QWorkArea.C: remove resize()
412
413 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
414
415         * guiapi.C: createIndex() changed
416
417 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
418
419         * QWorkArea.h: remove unused resize(...)
420
421 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
422
423         * QWorkArea.h: remove unused stuff
424
425 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
426
427         * QContentPane.h:
428         * QContentPane.C: remove focus/unfocus events
429
430 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
431
432         * QWorkArea.h: remove unused methods
433
434 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
435
436         * LyXKeySymFactory.C: add
437
438         * Makefile.am:
439         * QContentPane.C:
440         * qlkey.h:
441         * QLyXKeySym.h:
442         * QLyXKeySym.C: get keyboard partly working
443
444         * qfont_metrics.C: fix compile
445
446 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
447
448         * Makefile.am: add the new files ...
449
450         * Dialogs.C:
451         * guiapi.C:
452         * all dialogs: implement new dialog stuff, fix compile
453
454         * FileDialog_private.h:
455
456         * GUIRunTime.C:
457         * lyx_gui.C: update for lyx_gui namespace
458
459         * LyXScreenFactory.C: add
460
461         * QContentPane.h:
462         * QContentPane.C: new widget for containing a lyx document
463
464         * QLPainter.h:
465         * QLPainter.C: qt painter object
466
467         * QWorkArea.h:
468         * QWorkArea.C: Qt version of the work area
469
470         * QtView.h:
471         * QtView.C: Qt version of LyXView
472
473         * Toolbar_pimpl.h:
474         * Toolbar_pimpl.C:
475         * Menubar_pimpl.h:
476         * Menubar_pimpl.C: initial Qt versions
477
478         * WorkAreaFactory.C: generate a QWorkArea
479
480         * emptytable.C: add a resize grippie
481
482         * qfont_loader.h:
483         * qfont_loader.C: font loader for Qt
484
485         * qfont_metrics.h:
486         * qfont_metrics.C: font metrics for Qt
487
488         * qlkey.h: convert Qt key symbol into a name
489
490         * qscreen.h:
491         * qscreen.C: Qt version of screen
492
493         * moc/Makefile.am: add new files
494
495         * xforms/Makefile.am: remove all xforms dialogs
496
497 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
498
499         * Qt2BC.C: do not include ButtonController.tmpl
500
501 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
502
503         * QtLyXView.h: moved into frontends/
504
505 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
506
507         * QDocument.h: use more specific smart_ptr header.
508         * Qt2Base.h: ditto
509
510 2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
511
512         * QCharacter.h:
513         * QCharacter.C: update for language i18n change
514
515 2002-04-16  John Levon  <moz@compsoc.man.ac.uk>
516
517         * Dialogs.C: add tooltipsEnabled()
518
519         * QTeXInfo.C: include right header
520
521         * moc/Makefile.am: add back missing moc files
522
523         * xforms/Makefile.am: add missing FeedbackController
524
525 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
526
527         * xforms/Makefile.am (link_files): use correct _SOURCES variable.
528
529         * ui/moc/Makefile.am: move include to top
530         (DISTCLEANFILES): take the UIMOCDIALOGS variable instead
531
532         * ui/Makefile.am: ws change
533
534         * moc/Makefile.am: move include to top
535
536         * Makefile.am (EXTRA_DIST): some file taken from...
537         * Makefile.dialogs (DIALOGSOURCES):here
538
539         * xforms/Makefile.am (EXTRA_DIST): delete
540         (libqt2xforms_la_SOURCES): change to...
541         (nodist_libqt2xforms_la_SOURCES): this
542
543         * ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
544         (nodist_libqt2uimoc_la_SOURCES): this
545
546         * ui/Makefile.am (libqt2ui_la_SOURCES): change to...
547         (nodist_libqt2ui_la_SOURCES): this
548
549         * moc/Makefile.am (libqtmoc_la_SOURCES): comment out
550         (nodist_libqt2moc_la_SOURCES): new
551
552         * Makefile.dialogs (DIALOGSOURCES): add QParagraph,
553         QParagraphDialog, QDocument, QDocumentDialog
554
555         * Makefile.am (DISTCLEANFILES): delete
556         (EXTRA_DIST): add with Makefile.dialogs
557
558 2002-04-02  John Levon  <moz@compsoc.man.ac.uk>
559
560         * ui/QParagraphDialog.ui: fix a couple of typos for
561           the translators
562
563 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
564
565         * xforms/Makefile.am (link_files): whitespace.
566
567 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
568
569         * xforms/Makefile.am (libqt2xforms.la): it should depend on
570         libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
571
572 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
573
574         * most files: ws cleanup
575
576 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
577
578         * docygen fixes.
579
580 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
581
582         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
583         your version of the xforms libraries is up to the task.
584
585         * xforms/Makefile.am: link in the xforms image loader if so configured.
586
587 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
588
589         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
590
591         * Dialogs.C:
592         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
593
594 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
595
596         * Makefile.am: get rid of LYX_LIBS
597
598         * QDocument.C (class_update): layout as string
599
600 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
601
602         * Makefile.am:
603         * moc/Makefile.am:
604         * ui/Makefile.am:
605         * ui/moc/Makefile.am: fix compile
606
607         * xforms/: compile the necessary files via symlinks
608
609         * QPreambleDialog.C: new systemcall interface
610
611         * Timeout_pimpl.h:
612         * Timeout_pimpl.C: add running()
613
614         * Dialogs.C: add init graphics, and doc/par xforms forms
615
616 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
617
618         * QToc.C: fix crash
619
620 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
621
622         * QGraphics.C: compilation fix
623         * QTexinfoDialog.C:
624         * QTexinfoDialog.h:
625         * ui/QTexinfoDialog.ui: remove help button
626
627 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
628
629         * qt2/QGraphics.C:
630         * qt2/QGraphics.h:
631         * qt2/QGraphicsDialog.C:
632         * qt2/QGraphicsDialog.h:
633         * qt2/lengthcombo.C:
634         * qt2/ui/QGraphicsDialog.ui: new dialog
635         * qt2/QAbout.C:
636         * qt2/ui/QAboutDialog.ui: reduce size
637         * qt2/ui/QFloatDialog.ui: update dialog
638
639 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
640
641         * Makefile.am:
642         * Dialogs.C:
643         * Makefile.dialogs:
644         * QShowFile.h:
645         * QShowFile.C:
646         * QShowFileDialog.h:
647         * QShowFileDialog.C:
648         * ui/QShowFileDialog.ui: add showfile dialog
649         * ui/QCitationDialog.ui: minor layout tweaks
650
651 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
652
653         * Dialogs.C: removed now redundant #include "QParagraph.h".
654
655         * QSearchDialog.h (remember): removed unnecessary
656         QSearchDialog qualifier.
657
658         * QTexinfo.C:
659         * QToc.C: added various using std::xyz directives.
660
661 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
662
663         * Makefile.am:
664         * Dialogs.C:
665         * Makefile.dialogs:
666         * QFloat.h:
667         * QFloat.C:
668         * QFloatDialog.h:
669         * QFloatDialog.C:
670         * ui/QFloatDialog.ui: add float dialog
671
672 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
673
674         * Makefile.am:
675         * Makefile.dialogs: don't compile QPar/Doc
676           for now, as they cause problems
677
678 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
679
680         * Makefile.am:
681         * Dialogs.C:
682         * QToc.h:
683         * QToc.C:
684         * QTocDialog.h:
685         * QTocDialog.C:
686         * ui/QTocDialog.ui: resuscitate TOC dialog
687
688 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
689
690         * QCitation.h:
691         * QCitation.C:
692         * QCitationDialog.h:
693         * QCitationDialog.C:
694         * ui/QCitationDialog.ui: natbib fixes
695
696 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
697
698         * QTexinfo.[Ch]: added
699         * QTexinfoDialog.[Ch]: added
700         * ui/QTexinfoDialog.ui: added
701         * Dialogs.C: add dialog
702         * Makefile.dialogs: idem
703
704 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
705
706         * QMinipage.C: compiles fixes (lyxlength related)
707
708 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
709
710         * Makefile.am:
711         * FileDialog_private.h: fix compile
712
713         * QThesaurus.h:
714         * QThesaurus.C:
715         * QThesaurusDialog.h:
716         * QThesaurusDialog.C:
717         * ui/QThesaurusDialog.ui: new thesaurus code
718
719 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
720
721         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
722         as MinipageParams::pageWidth.
723
724 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
725
726         * QParagraph.C: add needed include
727
728 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
729
730         * Makefile.am:
731         * Dialogs.C: bring back unconverted dialogs
732
733 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
734
735         * QParagraph.C:
736         * QParagraphDialog.h:
737         * QParagraphDialog.C: use new vspace API
738
739         * QTocDialog.C: silence warnings
740
741 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
742
743         * qttableview.C: change "while(" to "while ("
744
745 2001-12-05  Allan Rae  <rae@lyx.org>
746
747         * QParagraph.C (apply):
748         (update): Use the right LyXText -- extending John's fix
749
750 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
751
752         * moc/Makefile.am:
753         * Makefile.am:
754         * QBibtexDialog.C:
755         * QExternalDialog.C:
756         * QParagraphDialog.h:
757         * QPreambleDialog.C:
758         * emptytable.C:
759         * qttableview.C:
760         * qttableview.C:
761         * qttableview.h: fixes for Qt3
762
763 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
764
765         * Makefile.am: add Alert_pimpl.lo
766
767 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
768
769         * Makefile.am: link in new DropDown.lo
770
771         * QSpellcheckerDialog.C: fix warning
772
773         * ui/moc/Makefile.am: remove dead thing
774
775 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
776
777         * ui/moc/Makefile.am: remove unportable # at beginning of
778         declaration.
779
780         * ui/Makefile.am:
781         * Makefile.am: remove extra DISTCLEANFILES declaration
782
783 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
784
785         * ui/QDocumentDialog.ui:
786         * QDocument.C (build_dialog): support latin4
787
788 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
789
790         * ui/QDocumentDialog.ui:
791         * QDocument.C (build_dialog): support latin3
792
793 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
794
795         * Dialogs.C: remove splash dialog code.
796
797         * QSplash.[Ch]:
798         * QSplashDialog.[Ch]: removed.
799
800         * Makefile.dialogs: remove splash dialog files.
801
802 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
803
804         * QRef.C: fix compile
805
806         * README: update
807
808 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
809
810         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
811         gui libs
812
813 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
814
815         * ui/QMinipageDialog.ui: fix layout, remove old slot
816
817         * QRefDialog.C: fix warning
818
819 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
820
821         * ui/QSpellcheckerDialog.ui: reworded layout
822
823 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
824
825         * QMinipage.C: remove radiobutton add combox
826         * ui/QMinipageDialog.ui: + buttons at bottom
827
828 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
829
830         * Makefile.dialogs:
831         * Dialogs.C:
832         * QSpellchecker.[Ch]:
833         * QSpellcheckerDialog.[Ch]:
834         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
835
836 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
837
838         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
839
840 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
841
842         * ui/QGraphicsDialog.ui : minor layout tweak
843         * ui/QIncludeDialog.ui : idem
844         * ui/QMinipageDialog.ui: idem
845         * ui/QURLDialog.ui: idem
846
847 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
848
849         * ui/QRefDialog.ui : minor layout tweak
850         * Qref.C: idem
851
852 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
853
854         * QTabularCreateDialog.C: fix warnings
855
856         * emptytable.h:
857         * emptytable.C:
858         * ui/QTabularCreateDialog.ui: fix layout
859           when table size is changed
860
861 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
862
863         * Dialogs.C:
864         * QSearch.[Ch]:
865         * QSearchDialog.[Ch]:
866         * ui/QSearchDialog.ui: add search back
867
868 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
869
870         * Dialogs.C:
871         * QPrint.[Ch]:
872         * QPrintDialog.[Ch]:
873         * ui/QPrintDialog.ui: add print dialog back
874
875 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
876
877         * Makefile.am:
878         * moc/Makefile.am:
879         * ui/Makefile.am:
880         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
881
882 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
883
884         * QAbout.C: added a using std::getline directive.
885
886         * QCitationDialog.C (doFind): removed const from argument to make it
887         consistent with the header file.
888
889         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
890         was failing with "incomplete type is not allowed" in instantiation
891         of boost::scoped_ptr<QDocumentDialog> dialog_.
892
893         * QLog.C: added a couple of using std::xyz directives.
894
895         * QPreambleDialog.C: added a using std::getline directive.
896
897         * QToc.C: using SigC::slot directive.
898
899 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
900
901         * ui/QURLDialog.ui : minor layout tweak
902
903 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
904
905         * QPreamble.[Ch]:
906         * QPreambleDialog.[Ch]:
907         * ui/QPreambleDialog.ui:
908         * Makefile.am:
909         * Makefile.dialogs:
910         * Dialogs.C: add pre-amble dialog
911
912 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
913
914         * ui/QIndexDialog.ui:
915         * QIndexDialog.C: add QWhatsThis in C source
916
917         * README: document this restriction
918
919 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
920
921         * QMinipage.[Ch]:
922         * QMinipageDialog.[Ch]:
923         * ui/QMinipageDialog.ui:
924         * lengthcombo.[Ch]:
925         * Makefile.am:
926         * moc/Makefile.am:
927         * Makefile.dialogs:
928         * Dialogs.C: add minipage and prototype length combo widget
929
930 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
931
932         * QLog.[Ch]:
933         * QLogDialog.[Ch]:
934         * ui/QLogDialog.ui:
935         * QVCLog.[Ch]:
936         * QVCLogDialog.[Ch]:
937         * ui/QVCLogDialog.ui:
938         * Dialogs.C:
939         * Makefile.am:
940         * Makefile.dialogs: add log and vclog dialogs
941
942 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
943
944         * Dialogs.C:
945         * QTabularCreate.[Ch]:
946         * QTabularCreate.h:
947         * QTabularCreateDialog.C:
948         * QTabularCreateDialog.h:
949         * ui/Makefile.am:
950         * ui/QTabularCreateDialog.ui: bring back
951         tabcreate
952
953 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
954
955         * ui/QCharacterDialog.ui:
956         * ui/QThesaurusDialog.ui: fix tab order
957
958         * QGraphics.[Ch]:
959         * QGraphicsDialog.[Ch]:
960         * ui/QGraphicsDialog.ui:
961         * Makefile.am:
962         * Makefile.dialogs:
963         * Dialogs.C: add graphics dialog
964
965 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
966
967         * QThesaurus.C: clear selection on update
968
969         * QInclude.[Ch]:
970         * QincludeDialog.[Ch]:
971         * ui/QincludeDialog.ui:
972         * Makefile.am:
973         * Makefile.dialogs:
974         * Dialogs.C: add Include dialog
975
976         * README: add note about crashes
977
978 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
979
980         * QThesaurusDialog.C: whoops, forgot to clear before update
981
982 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
983
984         * QBibtex.C:
985         * QBibtexDialog.h:
986         * QBibtexDialog.C:
987         * ui/QBibtexDialog.ui: fix some things, add
988           delete button
989
990         * QExternalDialog.C: fix file dialog thing
991
992         * QThesaurus.h:
993         * QThesaurus.C:
994         * QThesaurusDialog.h:
995         * QThesaurusDialog.C:
996         * ui/QThesaurusDialog.ui: fix compile, get working
997
998         * moc/Makefile.am: fix builddir != srcdir
999
1000 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1001
1002         * GUIRunTime.C: fix argc handling
1003
1004 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1005
1006         * ui/*.ui:
1007         * ui/Makefile.am: add some sed magic to replace tr() with _()
1008
1009 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1010
1011         * Makefile.am: remove accidentally committed xforms file
1012
1013 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1014
1015         * Dialogs.C:
1016         * Makefile.dialogs:
1017         * QThesaurus.[Ch]:
1018         * QThesaurusDialog.[Ch]:
1019         * ui/QThesaurusDialog.ui: add thesaurus dialog
1020
1021 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1022
1023         * Dialogs.C:
1024         * Makefile.am:
1025         * Makefile.dialogs:
1026         * QExternal.[Ch]:
1027         * QExternalDialog.[Ch]:
1028         * ui/QExternalDialog.ui: add external dialog
1029
1030 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1031
1032         * Dialogs.C:
1033         * Makefile.dialogs:
1034         * QERT.[Ch]:
1035         * QERTDialog.[Ch]:
1036         * ui/QERTDialog.ui: add ERT dialog
1037
1038 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1039
1040         * Dialogs.C:
1041         * Makefile.am:
1042         * Makefile.dialogs:
1043         * QError.[Ch]:
1044         * QErrorDialog.[Ch]:
1045         * ui/QErrorDialog.ui: add LaTeX error dialog
1046
1047 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1048
1049         * Dialogs.C:
1050         * QCharacter.[Ch]:
1051         * QCharacterDialog.[Ch]:
1052         * ui/QcharacterDialog.ui: make work again,
1053           add auto-apply feature
1054
1055 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1056
1057         * Dialogs.C:
1058         * Makefile.am:
1059         * Makefile.dialogs:
1060         * QBibitem.[Ch]:
1061         * QBibitemDialog.[Ch]:
1062         * ui/QBibitemDialog.ui: add Bibitem dialog
1063
1064 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1065
1066         * Dialogs.C:
1067         * Makefile.dialogs:
1068         * QBibtex.[Ch]:
1069         * QBibtexDialog.[Ch]:
1070         * ui/QBibtexDialog.ui: added BibTeX dialog.
1071
1072         * README: update
1073
1074 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1075
1076         * Qt2BC.C: whoops, reversed sense of setReadOnly()
1077
1078 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
1079
1080         * Dialogs.C:
1081         * QRef.[Ch]:
1082         * ui/QRefDialog.ui: add Ref dialog back
1083
1084         * QAbout.[Ch]:
1085         * QCitation.[Ch]:
1086         * QDocument.[Ch]:
1087         * QIndex.[Ch]:
1088         * QURL.[Ch]:
1089         * Qt2Base.h: protect build() with updating_ too
1090
1091         * QCitationDialog.C: use Qt2Base::readOnly
1092
1093         * README: update
1094
1095 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
1096
1097         * Dialogs.C: add URL
1098
1099         * QAbout.h:
1100         * QCitation.h:
1101         * QDocument.h:
1102         * QIndex.C:
1103         * Qt2Base.h:
1104         * Qt2Base.C: add an updating_ variable to prevent
1105           bc() breakage.
1106
1107         * QURL.h:
1108         * QURL.C:
1109         * QURLDialog.h:
1110         * QURLDialog.C:
1111         * ui/QURLDialog.ui: make alive again
1112
1113         * Qt2BC.C: make lineedits ReadOnly not disabled
1114
1115         * README: update
1116
1117         * ui/QCitationDialog.ui: small cleanups
1118
1119         * ui/QIndexDialog.ui: add a what's this
1120
1121 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1122
1123         * Dialogs.C: include the right files
1124
1125         * QCitation.C: closePB not cancelPB
1126
1127         * QCitationDialog.C:
1128         * QCitationDialog.h:
1129         * ui/QCitationDialog.ui: small fixes
1130
1131         * QIndex.h:
1132         * QIndex.C:
1133         * QIndexDialog.C:
1134         * QIndexDialog.h:
1135         * ui/QIndexDialog.ui: more fixes
1136
1137         * Qt2Base.h:
1138         * Qt2Base.C: add reset() to workaround problem.
1139
1140         * README: update
1141
1142         * Makefile.am:
1143         * Timeout_pimpl.h:
1144         * Timeout_pimpl.C: add the timer
1145
1146 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
1147
1148         * Dialogs.C:
1149         * Makefile.am:
1150         * Qt2BC.h:
1151         * Qt2BC.C:
1152         * QAbout.C:
1153         * QCitation.C:
1154         * QDocument.h:
1155         * Qt2Base.C:
1156         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
1157
1158         * QIndex.h:
1159         * QIndex.C:
1160         * ui/QIndexDialog.ui: use the BC properly
1161
1162         * Qt2Base.h:
1163         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
1164           tells the BC on the return value
1165
1166         * README: update
1167
1168 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
1169
1170         * Dialogs.C: add QIndex
1171
1172         * ui/Makefile.am:
1173         * Makefile.am: fix build
1174
1175         * ui/QAboutDialog.ui:
1176         * QAbout.C: finish dialog
1177
1178         * ui/QCitationDialog.ui:
1179         * QCitationDialog.C: BC fixes
1180
1181         * ui/QIndexDialog.ui:
1182         * QIndex.h:
1183         * QIndex.C:
1184         * QIndexDialog.h:
1185         * QIndexDialog.C: got index dialog working
1186
1187 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
1188
1189         * all files: enormous naming re-jig and tidy
1190
1191 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1192
1193         Consistent use of Lsstream.h:
1194         * FormCredits.C (build): std::stringstream -> stringstream.
1195
1196 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
1197
1198         * FormCitation.C (build): removed bc().refresh() call as the controller
1199         should take care of this.
1200         (update): removed noKeys stuff as you don't use it.
1201
1202         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
1203         We were being bit by the xforms browser returns the browser line number
1204         in Fortran style, but Qt uses C-style.
1205
1206 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1207
1208         * FormCitationDialogImpl.C: added using directive.
1209
1210         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
1211         No idea why this wasn't done ages ago!
1212
1213 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1214
1215         * FormCharacter.C:
1216         * FormParagraph.C (c-tor): cosmetic name change of signal.
1217
1218 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1219
1220         * FormCitation.C:
1221         * Qt2Base.C: removed // -*- C++ -*- as first line.
1222
1223         * FileDialog_private.h:
1224         * FormCopyright.h:
1225         * FormCredits.h:
1226         * FormIndex.h:
1227         * FormParagraph.h:
1228         * FormPrint.h:
1229         * FormRef.h:
1230         * FormSearch.h:
1231         * FormSplash.h:
1232         * FormTabularCreate.h:
1233         * FormToc.h:
1234         * FormUrl.h:
1235         * QtLyXView.h: added // -*- C++ -*- as first line.
1236
1237 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1238
1239         * <various>: fix random space pepper to use
1240           hard tabs. Also add <config.h> where necessitated
1241           by using LString.h
1242
1243 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1244
1245         * FormDocument.C (build): add iso8859-15 support.
1246
1247 2001-05-17  Allan Rae  <rae@lyx.org>
1248
1249         * FormCharacter.C:
1250         * FormCopyright.C:
1251         * FormCredits.C:
1252         * FormSearch.C: gettext went missing but is back gain now _().
1253
1254         * Makefile.am:  ButtonController is now ButtonControllerBase.
1255         It now compiles but it won't link lyx on my system.  Complaints about
1256         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
1257         are all present and accounted for by ldconfig.  YMMV.
1258
1259 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1260
1261         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
1262
1263 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1264
1265         * FormCharacter.C:
1266         * FormDocument.h:
1267         * FormSearch.C:
1268         * Dialogs.C: s/popup/dialog/
1269
1270         * qt2BC.h:
1271         * qt2BC.C:
1272         * FormCitation.C:
1273         * FormDocument.C: s/UndoAll/Restore/
1274
1275         * Qt2Base.h:
1276         * Qt2Base.C: s/ControlButton/ControlButtons/
1277
1278
1279 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1280
1281         * Makefile.am: Simplified Makefile.am
1282
1283 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1284
1285         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
1286         fixes from XForms
1287         * several files: MVC for citation dialog
1288
1289 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1290
1291         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
1292
1293 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
1294
1295         * qt2 compiles again:
1296         * Makefile.am: added missing xform dialogs
1297         * FormParagraph.C: only extra setting if wanted
1298         * FormParagraph.h: add namespace to connection
1299
1300 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
1301
1302         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
1303         NO_PEXTRA is not defined (in line with XForms frontend)
1304
1305         * Dialogs.C: Adapted to backend changes
1306
1307         * Makefile.am: updated citation dialog
1308         * Citation dialog added: FormCitation.{C,h},
1309         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
1310
1311 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1312
1313         * several files: remove CXX_WORKING_NAMESPACES
1314
1315 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
1316
1317         * Added splash screen
1318         * Makefile.am: updated
1319         * FormSplash.[Ch]: added
1320         * FormSplashImpl.[Ch]: added
1321
1322 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
1323
1324         * Makefile.am: updated
1325         * paragraphdlg.ui: manually enabled items in minipage settings
1326         * paragraphdlgimpl.C: tweak enable code on extra page
1327         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
1328         * FileDialog_private.[Ch]: added
1329         * FileDialog.C: added
1330         * FormParagraph.C: params settings updated
1331
1332 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
1333
1334         * Search dialog added:
1335         * FormSearch.[Ch]
1336         * searchdlg.ui
1337         * searchdlg.[Ch]
1338         * searchdlgimpl.[Ch]
1339
1340 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
1341
1342         * remove inheritance from noncopyable in Form*.h
1343         * Character dialog added:
1344         * FormCharacter.[Ch]
1345         * chardlg.ui
1346         * chardlg.[Ch]
1347         * chardlgimpl.[Ch]
1348
1349 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
1350
1351         * FormParagraph.C: fix bview->update()
1352
1353 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
1354
1355         *FormParagraph.C:
1356         *FormParagraph.h:
1357         *FormPrint.C:
1358         *FormPrint.h:
1359         *FormTabularCreate.C:
1360         *FormTabularCreate.h:
1361         *QtLyXView.h:
1362         *emptytable.C:
1363         *emptytable.h:
1364         *paragraphdlg.C:
1365         *paragraphdlg.h:
1366         *paragraphdlg.ui:
1367         *paragraphdlgimpl.C:
1368         *paragraphdlgimpl.h:
1369         *printdlg.C:
1370         *printdlg.h:
1371         *printdlg.ui:
1372         *printdlgimpl.C:
1373         *printdlgimpl.h:
1374         *tabularcreatedlg.C:
1375         *tabularcreatedlg.h:
1376         *tabularcreatedlg.ui:
1377         *tabularcreatedlgimpl.C:
1378         *tabularcreatedlgimpl.h:
1379         *Makefile.am: added paragraph/print/tabular create dialogs
1380
1381 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1382
1383         * src/frontends/qt2/.cvsignore:
1384         * Dialogs.C:
1385         * FormCopyright.C:
1386         * FormCopyright.h:
1387         * FormCopyrightDialog.C:
1388         * FormCopyrightDialog.h:
1389         * FormCopyrightDialogBase.C:
1390         * FormCopyrightDialogBase.h:
1391         * FormCopyrightDialogBase.ui:
1392         * GUIRunTime.C:
1393         * Makefile.am: start frontend with the Copyright
1394           dialog