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