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