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