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