]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ChangeLog
add include
[features.git] / src / frontends / qt2 / ChangeLog
1 2002-01-04  John Levon  <moz@compsoc.man.ac.uk>
2
3         * QParagraph.C: add needed include
4  
5 2001-12-08  John Levon  <moz@compsoc.man.ac.uk>
6
7         * Makefile.am:
8         * Dialogs.C: bring back unconverted dialogs
9  
10 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
11
12         * QParagraph.C:
13         * QParagraphDialog.h:
14         * QParagraphDialog.C: use new vspace API
15
16         * QTocDialog.C: silence warnings
17  
18 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
19
20         * qttableview.C: change "while(" to "while (" 
21
22 2001-12-05  Allan Rae  <rae@lyx.org>
23
24         * QParagraph.C (apply): 
25         (update): Use the right LyXText -- extending John's fix
26
27 2001-12-01  Maks Orlovich  <mo002j@mail.rochester.edu>
28
29         * moc/Makefile.am:
30         * Makefile.am:
31         * QBibtexDialog.C:
32         * QExternalDialog.C:
33         * QParagraphDialog.h:
34         * QPreambleDialog.C:
35         * emptytable.C:
36         * qttableview.C:
37         * qttableview.C:
38         * qttableview.h: fixes for Qt3
39
40 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
41
42         * Makefile.am: add Alert_pimpl.lo
43
44 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
45
46         * Makefile.am: link in new DropDown.lo
47
48         * QSpellcheckerDialog.C: fix warning
49
50         * ui/moc/Makefile.am: remove dead thing
51
52 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
53
54         * ui/moc/Makefile.am: remove unportable # at beginning of
55         declaration.
56
57         * ui/Makefile.am: 
58         * Makefile.am: remove extra DISTCLEANFILES declaration
59
60 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
61
62         * ui/QDocumentDialog.ui: 
63         * QDocument.C (build_dialog): support latin4
64
65 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
66
67         * ui/QDocumentDialog.ui: 
68         * QDocument.C (build_dialog): support latin3
69
70 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
71
72         * Dialogs.C: remove splash dialog code.
73
74         * QSplash.[Ch]:
75         * QSplashDialog.[Ch]: removed.
76
77         * Makefile.dialogs: remove splash dialog files.
78
79 2001-09-18  John Levon  <moz@compsoc.man.ac.uk>
80
81         * QRef.C: fix compile
82
83         * README: update
84  
85 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
86
87         * Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
88         gui libs
89
90 2001-09-06  John Levon  <moz@compsoc.man.ac.uk>
91
92         * ui/QMinipageDialog.ui: fix layout, remove old slot
93  
94         * QRefDialog.C: fix warning
95  
96 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
97
98         * ui/QSpellcheckerDialog.ui: reworded layout
99
100 2001-09-02  Edwin Leuven  <leuven@fee.uva.nl>
101
102         * QMinipage.C: remove radiobutton add combox
103         * ui/QMinipageDialog.ui: + buttons at bottom
104
105 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
106
107         * Makefile.dialogs:
108         * Dialogs.C:
109         * QSpellchecker.[Ch]:
110         * QSpellcheckerDialog.[Ch]:
111         * ui/QSpellcheckerDialog.ui: add spellchecker dialog
112  
113 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
114
115         * ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
116
117 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
118
119         * ui/QGraphicsDialog.ui : minor layout tweak
120         * ui/QIncludeDialog.ui : idem
121         * ui/QMinipageDialog.ui: idem
122         * ui/QURLDialog.ui: idem
123
124 2001-08-31  Edwin Leuven  <leuven@fee.uva.nl>
125
126         * ui/QRefDialog.ui : minor layout tweak
127         * Qref.C: idem
128
129 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
130
131         * QTabularCreateDialog.C: fix warnings
132
133         * emptytable.h:
134         * emptytable.C:
135         * ui/QTabularCreateDialog.ui: fix layout
136           when table size is changed
137  
138 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
139
140         * Dialogs.C:
141         * QSearch.[Ch]:
142         * QSearchDialog.[Ch]:
143         * ui/QSearchDialog.ui: add search back
144  
145 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
146
147         * Dialogs.C:
148         * QPrint.[Ch]:
149         * QPrintDialog.[Ch]:
150         * ui/QPrintDialog.ui: add print dialog back
151  
152 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
153
154         * Makefile.am:
155         * moc/Makefile.am:
156         * ui/Makefile.am:
157         * ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
158
159 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
160
161         * QAbout.C: added a using std::getline directive.
162
163         * QCitationDialog.C (doFind): removed const from argument to make it
164         consistent with the header file.
165
166         * QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
167         was failing with "incomplete type is not allowed" in instantiation
168         of boost::scoped_ptr<QDocumentDialog> dialog_.
169
170         * QLog.C: added a couple of using std::xyz directives.
171
172         * QPreambleDialog.C: added a using std::getline directive.
173
174         * QToc.C: using SigC::slot directive.
175
176 2001-08-29  Edwin Leuven  <leuven@fee.uva.nl>
177
178         * ui/QURLDialog.ui : minor layout tweak
179
180 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
181
182         * QPreamble.[Ch]:
183         * QPreambleDialog.[Ch]:
184         * ui/QPreambleDialog.ui:
185         * Makefile.am:
186         * Makefile.dialogs:
187         * Dialogs.C: add pre-amble dialog
188
189 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
190
191         * ui/QIndexDialog.ui:
192         * QIndexDialog.C: add QWhatsThis in C source
193
194         * README: document this restriction
195          
196 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
197
198         * QMinipage.[Ch]:
199         * QMinipageDialog.[Ch]:
200         * ui/QMinipageDialog.ui:
201         * lengthcombo.[Ch]:
202         * Makefile.am:
203         * moc/Makefile.am:
204         * Makefile.dialogs:
205         * Dialogs.C: add minipage and prototype length combo widget
206
207 2001-08-29  John Levon  <moz@compsoc.man.ac.uk>
208
209         * QLog.[Ch]:
210         * QLogDialog.[Ch]:
211         * ui/QLogDialog.ui:
212         * QVCLog.[Ch]:
213         * QVCLogDialog.[Ch]:
214         * ui/QVCLogDialog.ui:
215         * Dialogs.C: 
216         * Makefile.am:
217         * Makefile.dialogs: add log and vclog dialogs
218
219 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
220
221         * Dialogs.C:
222         * QTabularCreate.[Ch]:
223         * QTabularCreate.h:
224         * QTabularCreateDialog.C:
225         * QTabularCreateDialog.h:
226         * ui/Makefile.am:
227         * ui/QTabularCreateDialog.ui: bring back
228         tabcreate
229  
230 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
231
232         * ui/QCharacterDialog.ui:
233         * ui/QThesaurusDialog.ui: fix tab order
234
235         * QGraphics.[Ch]:
236         * QGraphicsDialog.[Ch]:
237         * ui/QGraphicsDialog.ui:
238         * Makefile.am:
239         * Makefile.dialogs:
240         * Dialogs.C: add graphics dialog
241  
242 2001-08-28  John Levon  <moz@compsoc.man.ac.uk>
243
244         * QThesaurus.C: clear selection on update
245
246         * QInclude.[Ch]:
247         * QincludeDialog.[Ch]:
248         * ui/QincludeDialog.ui:
249         * Makefile.am:
250         * Makefile.dialogs:
251         * Dialogs.C: add Include dialog
252  
253         * README: add note about crashes
254  
255 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
256
257         * QThesaurusDialog.C: whoops, forgot to clear before update
258  
259 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
260
261         * QBibtex.C:
262         * QBibtexDialog.h:
263         * QBibtexDialog.C:
264         * ui/QBibtexDialog.ui: fix some things, add
265           delete button
266
267         * QExternalDialog.C: fix file dialog thing
268  
269         * QThesaurus.h: 
270         * QThesaurus.C: 
271         * QThesaurusDialog.h:
272         * QThesaurusDialog.C: 
273         * ui/QThesaurusDialog.ui: fix compile, get working
274  
275         * moc/Makefile.am: fix builddir != srcdir
276  
277 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
278
279         * GUIRunTime.C: fix argc handling
280  
281 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
282
283         * ui/*.ui: 
284         * ui/Makefile.am: add some sed magic to replace tr() with _()
285  
286 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
287
288         * Makefile.am: remove accidentally committed xforms file
289  
290 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
291
292         * Dialogs.C:
293         * Makefile.dialogs: 
294         * QThesaurus.[Ch]:
295         * QThesaurusDialog.[Ch]:
296         * ui/QThesaurusDialog.ui: add thesaurus dialog
297  
298 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
299
300         * Dialogs.C:
301         * Makefile.am:
302         * Makefile.dialogs:
303         * QExternal.[Ch]:
304         * QExternalDialog.[Ch]:
305         * ui/QExternalDialog.ui: add external dialog
306  
307 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
308
309         * Dialogs.C:
310         * Makefile.dialogs:
311         * QERT.[Ch]:
312         * QERTDialog.[Ch]:
313         * ui/QERTDialog.ui: add ERT dialog
314  
315 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
316
317         * Dialogs.C:
318         * Makefile.am:
319         * Makefile.dialogs: 
320         * QError.[Ch]:
321         * QErrorDialog.[Ch]:
322         * ui/QErrorDialog.ui: add LaTeX error dialog
323
324 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
325
326         * Dialogs.C:
327         * QCharacter.[Ch]:
328         * QCharacterDialog.[Ch]:
329         * ui/QcharacterDialog.ui: make work again,
330           add auto-apply feature
331  
332 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
333
334         * Dialogs.C:
335         * Makefile.am:
336         * Makefile.dialogs:
337         * QBibitem.[Ch]:
338         * QBibitemDialog.[Ch]:
339         * ui/QBibitemDialog.ui: add Bibitem dialog
340  
341 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
342
343         * Dialogs.C:
344         * Makefile.dialogs:
345         * QBibtex.[Ch]:
346         * QBibtexDialog.[Ch]:
347         * ui/QBibtexDialog.ui: added BibTeX dialog.
348
349         * README: update
350  
351 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
352
353         * Qt2BC.C: whoops, reversed sense of setReadOnly()
354  
355 2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
356
357         * Dialogs.C: 
358         * QRef.[Ch]:
359         * ui/QRefDialog.ui: add Ref dialog back
360
361         * QAbout.[Ch]:
362         * QCitation.[Ch]: 
363         * QDocument.[Ch]: 
364         * QIndex.[Ch]: 
365         * QURL.[Ch]:
366         * Qt2Base.h: protect build() with updating_ too 
367
368         * QCitationDialog.C: use Qt2Base::readOnly
369
370         * README: update
371          
372 2001-08-25  John Levon  <moz@compsoc.man.ac.uk>
373
374         * Dialogs.C: add URL
375  
376         * QAbout.h:
377         * QCitation.h:
378         * QDocument.h: 
379         * QIndex.C: 
380         * Qt2Base.h:
381         * Qt2Base.C: add an updating_ variable to prevent
382           bc() breakage.
383
384         * QURL.h:
385         * QURL.C:
386         * QURLDialog.h:
387         * QURLDialog.C:
388         * ui/QURLDialog.ui: make alive again
389          
390         * Qt2BC.C: make lineedits ReadOnly not disabled 
391  
392         * README: update
393  
394         * ui/QCitationDialog.ui: small cleanups
395
396         * ui/QIndexDialog.ui: add a what's this
397  
398 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
399
400         * Dialogs.C: include the right files
401
402         * QCitation.C: closePB not cancelPB
403  
404         * QCitationDialog.C:
405         * QCitationDialog.h:
406         * ui/QCitationDialog.ui: small fixes
407
408         * QIndex.h:
409         * QIndex.C:
410         * QIndexDialog.C:
411         * QIndexDialog.h: 
412         * ui/QIndexDialog.ui: more fixes
413          
414         * Qt2Base.h:
415         * Qt2Base.C: add reset() to workaround problem. 
416
417         * README: update
418
419         * Makefile.am: 
420         * Timeout_pimpl.h:
421         * Timeout_pimpl.C: add the timer
422
423 2001-08-23  John Levon  <moz@compsoc.man.ac.uk>
424
425         * Dialogs.C:
426         * Makefile.am:
427         * Qt2BC.h:
428         * Qt2BC.C:
429         * QAbout.C:
430         * QCitation.C:
431         * QDocument.h:
432         * Qt2Base.C:
433         * Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
434
435         * QIndex.h:
436         * QIndex.C:
437         * ui/QIndexDialog.ui: use the BC properly
438
439         * Qt2Base.h:
440         * Qt2Base.C: add a virtual isValid(), and predicate what changed()
441           tells the BC on the return value
442  
443         * README: update
444  
445 2001-08-21  John Levon  <moz@compsoc.man.ac.uk>
446
447         * Dialogs.C: add QIndex
448
449         * ui/Makefile.am:
450         * Makefile.am: fix build
451  
452         * ui/QAboutDialog.ui:
453         * QAbout.C: finish dialog
454
455         * ui/QCitationDialog.ui:
456         * QCitationDialog.C: BC fixes
457  
458         * ui/QIndexDialog.ui: 
459         * QIndex.h:
460         * QIndex.C: 
461         * QIndexDialog.h:
462         * QIndexDialog.C: got index dialog working
463
464 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
465
466         * all files: enormous naming re-jig and tidy
467  
468 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
469
470         Consistent use of Lsstream.h:
471         * FormCredits.C (build): std::stringstream -> stringstream.
472
473 2001-06-17  Angus Leeming  <a.leeming@ic.ac.uk>
474
475         * FormCitation.C (build): removed bc().refresh() call as the controller
476         should take care of this.
477         (update): removed noKeys stuff as you don't use it.
478
479         * FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
480         We were being bit by the xforms browser returns the browser line number
481         in Fortran style, but Qt uses C-style.
482
483 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
484
485         * FormCitationDialogImpl.C: added using directive.
486
487         * qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
488         No idea why this wasn't done ages ago! 
489
490 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
491
492         * FormCharacter.C:
493         * FormParagraph.C (c-tor): cosmetic name change of signal.
494
495 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
496
497         * FormCitation.C:
498         * Qt2Base.C: removed // -*- C++ -*- as first line.
499
500         * FileDialog_private.h:
501         * FormCopyright.h:
502         * FormCredits.h:
503         * FormIndex.h:
504         * FormParagraph.h:
505         * FormPrint.h:
506         * FormRef.h:
507         * FormSearch.h:
508         * FormSplash.h:
509         * FormTabularCreate.h:
510         * FormToc.h:
511         * FormUrl.h:
512         * QtLyXView.h: added // -*- C++ -*- as first line.
513
514 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
515
516         * <various>: fix random space pepper to use
517           hard tabs. Also add <config.h> where necessitated
518           by using LString.h
519  
520 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
521
522         * FormDocument.C (build): add iso8859-15 support.
523
524 2001-05-17  Allan Rae  <rae@lyx.org>
525
526         * FormCharacter.C:
527         * FormCopyright.C:
528         * FormCredits.C:
529         * FormSearch.C: gettext went missing but is back gain now _().
530
531         * Makefile.am:  ButtonController is now ButtonControllerBase.
532         It now compiles but it won't link lyx on my system.  Complaints about
533         not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
534         are all present and accounted for by ldconfig.  YMMV.
535
536 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
537
538         * FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
539
540 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
541
542         * FormCharacter.C:
543         * FormDocument.h:
544         * FormSearch.C:
545         * Dialogs.C: s/popup/dialog/
546
547         * qt2BC.h:
548         * qt2BC.C:
549         * FormCitation.C:
550         * FormDocument.C: s/UndoAll/Restore/
551
552         * Qt2Base.h:
553         * Qt2Base.C: s/ControlButton/ControlButtons/
554
555         
556 2001-04-02  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
557
558         * Makefile.am: Simplified Makefile.am
559
560 2001-03-31  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
561
562         * FormCitationDialogImpl.C (doPreviousNext): Propagated search
563         fixes from XForms
564         * several files: MVC for citation dialog
565
566 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
567
568         * Qt2Base.[Ch]: changed ControlBase to ControlButton.
569
570 2001-03-19  Edwin Leuven  <leuven@fee.uva.nl>
571
572         * qt2 compiles again:
573         * Makefile.am: added missing xform dialogs
574         * FormParagraph.C: only extra setting if wanted
575         * FormParagraph.h: add namespace to connection
576         
577 2001-03-16  Kalle Dalheimer  <kalle@klaralvdalens-datakonsult.se>
578
579         * FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
580         NO_PEXTRA is not defined (in line with XForms frontend)
581
582         * Dialogs.C: Adapted to backend changes
583
584         * Makefile.am: updated citation dialog
585         * Citation dialog added: FormCitation.{C,h},
586         *    FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
587
588 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
589
590         * several files: remove CXX_WORKING_NAMESPACES
591
592 2001-03-15  Edwin Leuven  <leuven@fee.uva.nl>
593
594         * Added splash screen
595         * Makefile.am: updated
596         * FormSplash.[Ch]: added
597         * FormSplashImpl.[Ch]: added
598         
599 2001-03-09  Edwin Leuven  <leuven@fee.uva.nl>
600
601         * Makefile.am: updated
602         * paragraphdlg.ui: manually enabled items in minipage settings
603         * paragraphdlgimpl.C: tweak enable code on extra page
604         * Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
605         * FileDialog_private.[Ch]: added
606         * FileDialog.C: added
607         * FormParagraph.C: params settings updated
608
609 2001-03-06  Edwin Leuven  <leuven@fee.uva.nl>
610
611         * Search dialog added:
612         * FormSearch.[Ch]
613         * searchdlg.ui
614         * searchdlg.[Ch]
615         * searchdlgimpl.[Ch]
616
617 2001-02-16  Edwin Leuven  <leuven@fee.uva.nl>
618
619         * remove inheritance from noncopyable in Form*.h
620         * Character dialog added:
621         * FormCharacter.[Ch]
622         * chardlg.ui
623         * chardlg.[Ch]
624         * chardlgimpl.[Ch]
625         
626 2001-02-16  John Levon  <moz@compsoc.man.ac.uk>
627
628         * FormParagraph.C: fix bview->update()
629
630 2001-01-24  Edwin Leuven  <leuven@fee.uva.nl>
631
632         *FormParagraph.C:
633         *FormParagraph.h:
634         *FormPrint.C:
635         *FormPrint.h:
636         *FormTabularCreate.C:
637         *FormTabularCreate.h:
638         *QtLyXView.h:
639         *emptytable.C:
640         *emptytable.h:
641         *paragraphdlg.C:
642         *paragraphdlg.h:
643         *paragraphdlg.ui:
644         *paragraphdlgimpl.C:
645         *paragraphdlgimpl.h:
646         *printdlg.C:
647         *printdlg.h:
648         *printdlg.ui:
649         *printdlgimpl.C:
650         *printdlgimpl.h:
651         *tabularcreatedlg.C:
652         *tabularcreatedlg.h:
653         *tabularcreatedlg.ui:
654         *tabularcreatedlgimpl.C:
655         *tabularcreatedlgimpl.h:
656         *Makefile.am: added paragraph/print/tabular create dialogs
657
658 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
659
660         * src/frontends/qt2/.cvsignore:
661         * Dialogs.C:
662         * FormCopyright.C:
663         * FormCopyright.h:
664         * FormCopyrightDialog.C:
665         * FormCopyrightDialog.h:
666         * FormCopyrightDialogBase.C:
667         * FormCopyrightDialogBase.h:
668         * FormCopyrightDialogBase.ui:
669         * GUIRunTime.C:
670         * Makefile.am: start frontend with the Copyright
671           dialog