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