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