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