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