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