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