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