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