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