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