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