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