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