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