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