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