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