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