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