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