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