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