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