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