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