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