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