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