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