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