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