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