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