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