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