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