]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ChangeLog
doxygen fixes
[lyx.git] / src / frontends / qt2 / ChangeLog
1 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * docygen fixes.
4
5 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
6
7         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
8         your version of the xforms libraries is up to the task.
9
10         * xforms/Makefile.am: link in the xforms image loader if so configured.
11
12 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
13
14         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
15
16         * Dialogs.C:
17         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
18
19 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
20
21         * Makefile.am: get rid of LYX_LIBS
22
23         * QDocument.C (class_update): layout as string
24
25 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
26
27         * Makefile.am:
28         * moc/Makefile.am:
29         * ui/Makefile.am:
30         * ui/moc/Makefile.am: fix compile
31
32         * xforms/: compile the necessary files via symlinks
33  
34         * QPreambleDialog.C: new systemcall interface
35
36         * Timeout_pimpl.h:
37         * Timeout_pimpl.C: add running()
38
39         * Dialogs.C: add init graphics, and doc/par xforms forms 
40  
41 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
42
43         * QToc.C: fix crash
44  
45 2002-02-06  Edwin Leuven  <leuven@fee.uva.nl>
46  
47         * QGraphics.C: compilation fix
48         * QTexinfoDialog.C:
49         * QTexinfoDialog.h:
50         * ui/QTexinfoDialog.ui: remove help button
51
52 2002-01-31  Edwin Leuven  <leuven@fee.uva.nl>
53
54         * qt2/QGraphics.C:
55         * qt2/QGraphics.h:
56         * qt2/QGraphicsDialog.C:
57         * qt2/QGraphicsDialog.h:
58         * qt2/lengthcombo.C:
59         * qt2/ui/QGraphicsDialog.ui: new dialog
60         * qt2/QAbout.C:
61         * qt2/ui/QAboutDialog.ui: reduce size
62         * qt2/ui/QFloatDialog.ui: update dialog
63
64 2002-01-29  Edwin Leuven  <leuven@fee.uva.nl>
65
66         * Makefile.am:
67         * Dialogs.C:
68         * Makefile.dialogs:
69         * QShowFile.h:
70         * QShowFile.C:
71         * QShowFileDialog.h:
72         * QShowFileDialog.C:
73         * ui/QShowFileDialog.ui: add showfile dialog
74         * ui/QCitationDialog.ui: minor layout tweaks
75
76 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
77
78         * Dialogs.C: removed now redundant #include "QParagraph.h".
79
80         * QSearchDialog.h (remember): removed unnecessary
81         QSearchDialog qualifier.
82
83         * QTexinfo.C:
84         * QToc.C: added various using std::xyz directives.
85
86 2002-01-25  Edwin Leuven  <leuven@fee.uva.nl>
87
88         * Makefile.am:
89         * Dialogs.C:
90         * Makefile.dialogs:
91         * QFloat.h:
92         * QFloat.C:
93         * QFloatDialog.h:
94         * QFloatDialog.C:
95         * ui/QFloatDialog.ui: add float dialog
96
97 2002-01-25  John Levon  <moz@compsoc.man.ac.uk>
98
99         * Makefile.am:
100         * Makefile.dialogs: don't compile QPar/Doc
101           for now, as they cause problems
102  
103 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
104
105         * Makefile.am:
106         * Dialogs.C:
107         * QToc.h:
108         * QToc.C:
109         * QTocDialog.h:
110         * QTocDialog.C:
111         * ui/QTocDialog.ui: resuscitate TOC dialog
112  
113 2002-01-20  John Levon  <moz@compsoc.man.ac.uk>
114
115         * QCitation.h:
116         * QCitation.C:
117         * QCitationDialog.h:
118         * QCitationDialog.C:
119         * ui/QCitationDialog.ui: natbib fixes
120
121 2002-01-19  Edwin Leuven  <leuven@fee.uva.nl>
122
123         * QTexinfo.[Ch]: added
124         * QTexinfoDialog.[Ch]: added
125         * ui/QTexinfoDialog.ui: added
126         * Dialogs.C: add dialog
127         * Makefile.dialogs: idem
128
129 2002-01-18  Edwin Leuven  <leuven@fee.uva.nl>
130
131         * QMinipage.C: compiles fixes (lyxlength related)
132
133 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
134
135         * Makefile.am: 
136         * FileDialog_private.h: fix compile
137
138         * QThesaurus.h:
139         * QThesaurus.C:
140         * QThesaurusDialog.h:
141         * QThesaurusDialog.C:
142         * ui/QThesaurusDialog.ui: new thesaurus code 
143  
144 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
145
146         * QMinipage.C (apply, update_contents): MinipageParams::width renamed
147         as MinipageParams::pageWidth.
148
149 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
150
151         * QParagraph.C: add needed include
152  
153 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
154
155         * Makefile.am:
156         * Dialogs.C: bring back unconverted dialogs
157  
158 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
159
160         * QParagraph.C:
161         * QParagraphDialog.h:
162         * QParagraphDialog.C: use new vspace API
163
164         * QTocDialog.C: silence warnings
165  
166 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
167
168         * qttableview.C: change "while(" to "while (" 
169
170 2001-12-05  Allan Rae  <rae@lyx.org>
171
172         * QParagraph.C (apply): 
173         (update): Use the right LyXText -- extending John's fix
174
175 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
176
177         * moc/Makefile.am:
178         * Makefile.am:
179         * QBibtexDialog.C:
180         * QExternalDialog.C:
181         * QParagraphDialog.h:
182         * QPreambleDialog.C:
183         * emptytable.C:
184         * qttableview.C:
185         * qttableview.C:
186         * qttableview.h: fixes for Qt3
187
188 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
189
190         * Makefile.am: add Alert_pimpl.lo
191
192 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
193
194         * Makefile.am: link in new DropDown.lo
195
196         * QSpellcheckerDialog.C: fix warning
197
198         * ui/moc/Makefile.am: remove dead thing
199
200 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
201
202         * ui/moc/Makefile.am: remove unportable # at beginning of
203         declaration.
204
205         * ui/Makefile.am: 
206         * Makefile.am: remove extra DISTCLEANFILES declaration
207
208 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
209
210         * ui/QDocumentDialog.ui: 
211         * QDocument.C (build_dialog): support latin4
212
213 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
214
215         * ui/QDocumentDialog.ui: 
216         * QDocument.C (build_dialog): support latin3
217
218 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
219
220         * Dialogs.C: remove splash dialog code.
221
222         * QSplash.[Ch]:
223         * QSplashDialog.[Ch]: removed.
224
225         * Makefile.dialogs: remove splash dialog files.
226
227 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
228
229         * QRef.C: fix compile
230
231         * README: update
232  
233 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
234
235         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
236         gui libs
237
238 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
239
240         * ui/QMinipageDialog.ui: fix layout, remove old slot
241  
242         * QRefDialog.C: fix warning
243  
244 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
245
246         * ui/QSpellcheckerDialog.ui: reworded layout
247
248 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
249
250         * QMinipage.C: remove radiobutton add combox
251         * ui/QMinipageDialog.ui: + buttons at bottom
252
253 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
254
255         * Makefile.dialogs:
256         * Dialogs.C:
257         * QSpellchecker.[Ch]:
258         * QSpellcheckerDialog.[Ch]:
259         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
260  
261 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
262
263         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
264
265 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
266
267         * ui/QGraphicsDialog.ui : minor layout tweak
268         * ui/QIncludeDialog.ui : idem
269         * ui/QMinipageDialog.ui: idem
270         * ui/QURLDialog.ui: idem
271
272 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
273
274         * ui/QRefDialog.ui : minor layout tweak
275         * Qref.C: idem
276
277 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
278
279         * QTabularCreateDialog.C: fix warnings
280
281         * emptytable.h:
282         * emptytable.C:
283         * ui/QTabularCreateDialog.ui: fix layout
284           when table size is changed
285  
286 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
287
288         * Dialogs.C:
289         * QSearch.[Ch]:
290         * QSearchDialog.[Ch]:
291         * ui/QSearchDialog.ui: add search back
292  
293 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
294
295         * Dialogs.C:
296         * QPrint.[Ch]:
297         * QPrintDialog.[Ch]:
298         * ui/QPrintDialog.ui: add print dialog back
299  
300 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
301
302         * Makefile.am:
303         * moc/Makefile.am:
304         * ui/Makefile.am:
305         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
306
307 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
308
309         * QAbout.C: added a using std::getline directive.
310
311         * QCitationDialog.C (doFind): removed const from argument to make it
312         consistent with the header file.
313
314         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
315         was failing with "incomplete type is not allowed" in instantiation
316         of boost::scoped_ptr<QDocumentDialog> dialog_.
317
318         * QLog.C: added a couple of using std::xyz directives.
319
320         * QPreambleDialog.C: added a using std::getline directive.
321
322         * QToc.C: using SigC::slot directive.
323
324 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
325
326         * ui/QURLDialog.ui : minor layout tweak
327
328 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
329
330         * QPreamble.[Ch]:
331         * QPreambleDialog.[Ch]:
332         * ui/QPreambleDialog.ui:
333         * Makefile.am:
334         * Makefile.dialogs:
335         * Dialogs.C: add pre-amble dialog
336
337 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
338
339         * ui/QIndexDialog.ui:
340         * QIndexDialog.C: add QWhatsThis in C source
341
342         * README: document this restriction
343          
344 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
345
346         * QMinipage.[Ch]:
347         * QMinipageDialog.[Ch]:
348         * ui/QMinipageDialog.ui:
349         * lengthcombo.[Ch]:
350         * Makefile.am:
351         * moc/Makefile.am:
352         * Makefile.dialogs:
353         * Dialogs.C: add minipage and prototype length combo widget
354
355 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
356
357         * QLog.[Ch]:
358         * QLogDialog.[Ch]:
359         * ui/QLogDialog.ui:
360         * QVCLog.[Ch]:
361         * QVCLogDialog.[Ch]:
362         * ui/QVCLogDialog.ui:
363         * Dialogs.C: 
364         * Makefile.am:
365         * Makefile.dialogs: add log and vclog dialogs
366
367 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
368
369         * Dialogs.C:
370         * QTabularCreate.[Ch]:
371         * QTabularCreate.h:
372         * QTabularCreateDialog.C:
373         * QTabularCreateDialog.h:
374         * ui/Makefile.am:
375         * ui/QTabularCreateDialog.ui: bring back
376         tabcreate
377  
378 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
379
380         * ui/QCharacterDialog.ui:
381         * ui/QThesaurusDialog.ui: fix tab order
382
383         * QGraphics.[Ch]:
384         * QGraphicsDialog.[Ch]:
385         * ui/QGraphicsDialog.ui:
386         * Makefile.am:
387         * Makefile.dialogs:
388         * Dialogs.C: add graphics dialog
389  
390 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
391
392         * QThesaurus.C: clear selection on update
393
394         * QInclude.[Ch]:
395         * QincludeDialog.[Ch]:
396         * ui/QincludeDialog.ui:
397         * Makefile.am:
398         * Makefile.dialogs:
399         * Dialogs.C: add Include dialog
400  
401         * README: add note about crashes
402  
403 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
404
405         * QThesaurusDialog.C: whoops, forgot to clear before update
406  
407 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
408
409         * QBibtex.C:
410         * QBibtexDialog.h:
411         * QBibtexDialog.C:
412         * ui/QBibtexDialog.ui: fix some things, add
413           delete button
414
415         * QExternalDialog.C: fix file dialog thing
416  
417         * QThesaurus.h: 
418         * QThesaurus.C: 
419         * QThesaurusDialog.h:
420         * QThesaurusDialog.C: 
421         * ui/QThesaurusDialog.ui: fix compile, get working
422  
423         * moc/Makefile.am: fix builddir != srcdir
424  
425 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
426
427         * GUIRunTime.C: fix argc handling
428  
429 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
430
431         * ui/*.ui: 
432         * ui/Makefile.am: add some sed magic to replace tr() with _()
433  
434 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
435
436         * Makefile.am: remove accidentally committed xforms file
437  
438 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
439
440         * Dialogs.C:
441         * Makefile.dialogs: 
442         * QThesaurus.[Ch]:
443         * QThesaurusDialog.[Ch]:
444         * ui/QThesaurusDialog.ui: add thesaurus dialog
445  
446 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
447
448         * Dialogs.C:
449         * Makefile.am:
450         * Makefile.dialogs:
451         * QExternal.[Ch]:
452         * QExternalDialog.[Ch]:
453         * ui/QExternalDialog.ui: add external dialog
454  
455 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
456
457         * Dialogs.C:
458         * Makefile.dialogs:
459         * QERT.[Ch]:
460         * QERTDialog.[Ch]:
461         * ui/QERTDialog.ui: add ERT dialog
462  
463 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
464
465         * Dialogs.C:
466         * Makefile.am:
467         * Makefile.dialogs: 
468         * QError.[Ch]:
469         * QErrorDialog.[Ch]:
470         * ui/QErrorDialog.ui: add LaTeX error dialog
471
472 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
473
474         * Dialogs.C:
475         * QCharacter.[Ch]:
476         * QCharacterDialog.[Ch]:
477         * ui/QcharacterDialog.ui: make work again,
478           add auto-apply feature
479  
480 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
481
482         * Dialogs.C:
483         * Makefile.am:
484         * Makefile.dialogs:
485         * QBibitem.[Ch]:
486         * QBibitemDialog.[Ch]:
487         * ui/QBibitemDialog.ui: add Bibitem dialog
488  
489 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
490
491         * Dialogs.C:
492         * Makefile.dialogs:
493         * QBibtex.[Ch]:
494         * QBibtexDialog.[Ch]:
495         * ui/QBibtexDialog.ui: added BibTeX dialog.
496
497         * README: update
498  
499 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
500
501         * Qt2BC.C: whoops, reversed sense of setReadOnly()
502  
503 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
504
505         * Dialogs.C: 
506         * QRef.[Ch]:
507         * ui/QRefDialog.ui: add Ref dialog back
508
509         * QAbout.[Ch]:
510         * QCitation.[Ch]: 
511         * QDocument.[Ch]: 
512         * QIndex.[Ch]: 
513         * QURL.[Ch]:
514         * Qt2Base.h: protect build() with updating_ too 
515
516         * QCitationDialog.C: use Qt2Base::readOnly
517
518         * README: update
519          
520 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
521
522         * Dialogs.C: add URL
523  
524         * QAbout.h:
525         * QCitation.h:
526         * QDocument.h: 
527         * QIndex.C: 
528         * Qt2Base.h:
529         * Qt2Base.C: add an updating_ variable to prevent
530           bc() breakage.
531
532         * QURL.h:
533         * QURL.C:
534         * QURLDialog.h:
535         * QURLDialog.C:
536         * ui/QURLDialog.ui: make alive again
537          
538         * Qt2BC.C: make lineedits ReadOnly not disabled 
539  
540         * README: update
541  
542         * ui/QCitationDialog.ui: small cleanups
543
544         * ui/QIndexDialog.ui: add a what's this
545  
546 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
547
548         * Dialogs.C: include the right files
549
550         * QCitation.C: closePB not cancelPB
551  
552         * QCitationDialog.C:
553         * QCitationDialog.h:
554         * ui/QCitationDialog.ui: small fixes
555
556         * QIndex.h:
557         * QIndex.C:
558         * QIndexDialog.C:
559         * QIndexDialog.h: 
560         * ui/QIndexDialog.ui: more fixes
561          
562         * Qt2Base.h:
563         * Qt2Base.C: add reset() to workaround problem. 
564
565         * README: update
566
567         * Makefile.am: 
568         * Timeout_pimpl.h:
569         * Timeout_pimpl.C: add the timer
570
571 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
572
573         * Dialogs.C:
574         * Makefile.am:
575         * Qt2BC.h:
576         * Qt2BC.C:
577         * QAbout.C:
578         * QCitation.C:
579         * QDocument.h:
580         * Qt2Base.C:
581         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
582
583         * QIndex.h:
584         * QIndex.C:
585         * ui/QIndexDialog.ui: use the BC properly
586
587         * Qt2Base.h:
588         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
589           tells the BC on the return value
590  
591         * README: update
592  
593 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
594
595         * Dialogs.C: add QIndex
596
597         * ui/Makefile.am:
598         * Makefile.am: fix build
599  
600         * ui/QAboutDialog.ui:
601         * QAbout.C: finish dialog
602
603         * ui/QCitationDialog.ui:
604         * QCitationDialog.C: BC fixes
605  
606         * ui/QIndexDialog.ui: 
607         * QIndex.h:
608         * QIndex.C: 
609         * QIndexDialog.h:
610         * QIndexDialog.C: got index dialog working
611
612 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
613
614         * all files: enormous naming re-jig and tidy
615  
616 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
617
618         Consistent use of Lsstream.h:
619         * FormCredits.C (build): std::stringstream -> stringstream.
620
621 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
622
623         * FormCitation.C (build): removed bc().refresh() call as the controller
624         should take care of this.
625         (update): removed noKeys stuff as you don't use it.
626
627         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
628         We were being bit by the xforms browser returns the browser line number
629         in Fortran style, but Qt uses C-style.
630
631 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
632
633         * FormCitationDialogImpl.C: added using directive.
634
635         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
636         No idea why this wasn't done ages ago! 
637
638 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
639
640         * FormCharacter.C:
641         * FormParagraph.C (c-tor): cosmetic name change of signal.
642
643 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
644
645         * FormCitation.C:
646         * Qt2Base.C: removed // -*- C++ -*- as first line.
647
648         * FileDialog_private.h:
649         * FormCopyright.h:
650         * FormCredits.h:
651         * FormIndex.h:
652         * FormParagraph.h:
653         * FormPrint.h:
654         * FormRef.h:
655         * FormSearch.h:
656         * FormSplash.h:
657         * FormTabularCreate.h:
658         * FormToc.h:
659         * FormUrl.h:
660         * QtLyXView.h: added // -*- C++ -*- as first line.
661
662 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
663
664         * <various>: fix random space pepper to use
665           hard tabs. Also add <config.h> where necessitated
666           by using LString.h
667  
668 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
669
670         * FormDocument.C (build): add iso8859-15 support.
671
672 2001-05-17  Allan Rae  <rae@lyx.org>
673
674         * FormCharacter.C:
675         * FormCopyright.C:
676         * FormCredits.C:
677         * FormSearch.C: gettext went missing but is back gain now _().
678
679         * Makefile.am:  ButtonController is now ButtonControllerBase.
680         It now compiles but it won't link lyx on my system.  Complaints about
681         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
682         are all present and accounted for by ldconfig.  YMMV.
683
684 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
685
686         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
687
688 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
689
690         * FormCharacter.C:
691         * FormDocument.h:
692         * FormSearch.C:
693         * Dialogs.C: s/popup/dialog/
694
695         * qt2BC.h:
696         * qt2BC.C:
697         * FormCitation.C:
698         * FormDocument.C: s/UndoAll/Restore/
699
700         * Qt2Base.h:
701         * Qt2Base.C: s/ControlButton/ControlButtons/
702
703         
704 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
705
706         * Makefile.am: Simplified Makefile.am
707
708 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
709
710         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
711         fixes from XForms
712         * several files: MVC for citation dialog
713
714 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
715
716         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
717
718 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
719
720         * qt2 compiles again:
721         * Makefile.am: added missing xform dialogs
722         * FormParagraph.C: only extra setting if wanted
723         * FormParagraph.h: add namespace to connection
724         
725 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
726
727         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
728         NO_PEXTRA is not defined (in line with XForms frontend)
729
730         * Dialogs.C: Adapted to backend changes
731
732         * Makefile.am: updated citation dialog
733         * Citation dialog added: FormCitation.{C,h},
734         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
735
736 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
737
738         * several files: remove CXX_WORKING_NAMESPACES
739
740 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
741
742         * Added splash screen
743         * Makefile.am: updated
744         * FormSplash.[Ch]: added
745         * FormSplashImpl.[Ch]: added
746         
747 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
748
749         * Makefile.am: updated
750         * paragraphdlg.ui: manually enabled items in minipage settings
751         * paragraphdlgimpl.C: tweak enable code on extra page
752         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
753         * FileDialog_private.[Ch]: added
754         * FileDialog.C: added
755         * FormParagraph.C: params settings updated
756
757 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
758
759         * Search dialog added:
760         * FormSearch.[Ch]
761         * searchdlg.ui
762         * searchdlg.[Ch]
763         * searchdlgimpl.[Ch]
764
765 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
766
767         * remove inheritance from noncopyable in Form*.h
768         * Character dialog added:
769         * FormCharacter.[Ch]
770         * chardlg.ui
771         * chardlg.[Ch]
772         * chardlgimpl.[Ch]
773         
774 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
775
776         * FormParagraph.C: fix bview->update()
777
778 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
779
780         *FormParagraph.C:
781         *FormParagraph.h:
782         *FormPrint.C:
783         *FormPrint.h:
784         *FormTabularCreate.C:
785         *FormTabularCreate.h:
786         *QtLyXView.h:
787         *emptytable.C:
788         *emptytable.h:
789         *paragraphdlg.C:
790         *paragraphdlg.h:
791         *paragraphdlg.ui:
792         *paragraphdlgimpl.C:
793         *paragraphdlgimpl.h:
794         *printdlg.C:
795         *printdlg.h:
796         *printdlg.ui:
797         *printdlgimpl.C:
798         *printdlgimpl.h:
799         *tabularcreatedlg.C:
800         *tabularcreatedlg.h:
801         *tabularcreatedlg.ui:
802         *tabularcreatedlgimpl.C:
803         *tabularcreatedlgimpl.h:
804         *Makefile.am: added paragraph/print/tabular create dialogs
805
806 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
807
808         * src/frontends/qt2/.cvsignore:
809         * Dialogs.C:
810         * FormCopyright.C:
811         * FormCopyright.h:
812         * FormCopyrightDialog.C:
813         * FormCopyrightDialog.h:
814         * FormCopyrightDialogBase.C:
815         * FormCopyrightDialogBase.h:
816         * FormCopyrightDialogBase.ui:
817         * GUIRunTime.C:
818         * Makefile.am: start frontend with the Copyright
819           dialog