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