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