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