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