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