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