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