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