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