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