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