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