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