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