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