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