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