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