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