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