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