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