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