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