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