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