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