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