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