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