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