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