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