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