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