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