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