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