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