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