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