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