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