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