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