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