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