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