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