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