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