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