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