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