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