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