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