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