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