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