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