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