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