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