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