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