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