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