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