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