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