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