]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/ChangeLog
gnome compilation fixes from Michael
[lyx.git] / src / frontends / gnome / ChangeLog
1 2002-03-14  Michael A. Koziarski  <michael@koziarski.org>
2
3         * Timeout_pimpl.C
4         * Timeout_pimpl.h: implemented running to fix compilation, linking 
5         fix still to come 
6         
7
8 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9
10         * docygen fixes.
11
12 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
13
14         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
15         your version of the xforms libraries is up to the task.
16
17         * Makefile.am: link in the xforms image loader if so configured.
18
19 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
20
21         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
22
23         * GUIRunTime.C (initialiseGraphics): new static method
24
25 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
26
27         * Makefile.am: get rid of LYX_LIBS 
28
29 2002-02-10  Michael A. Koziarski  <michael@koziarski.com>
30
31         * FormERT.C
32         * FormERT.h
33         * Dialogs.C
34         * dialogs/FormERT.glade: Implemented FormERT, still seeing the
35         weird crashes
36         * GnomeBase.C: add debug message to help track down the "twice OK"
37         bug
38         * gnomeBC.C: Fix compilation
39
40 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
41
42         * Menubar_pimpl.C
43         * Menubar_pimpl.h
44         * mainapp.h
45         * mainapp.C: Removed,  We should behave similarly to the qt2
46         frontend, so I've removed the LyXGnomified and menubar code.  The
47         menubar wasn't working properly anyway.
48
49 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
50
51         * various:  Cleaned out the old stuff, standardised the new
52         stuff. 
53         * GnomeBase.C
54         * GnomeBase.h: Changed the constructor to take one argument.  The
55         dialog name.  The path and name of the glade files can be
56         calculated from there.  These two now provide default validate() &
57         *Clicked functions.
58         * FormUrl.C
59         * FormUrl.h
60         * FormError.C
61         * FormError.h
62         * FormTabularCreate.C
63         * FormTabularCreate.h: updated them to use the new system.
64         Removed Local inline *Clicked functions as they're now in the base
65         class. 
66         * README: new, brief outline of what I'm doing here.
67         * accessors.py: Described in README, generates the accessor
68         functions from the glade file.
69
70 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
71
72         * Menubar_pimpl.C
73         * Menubar_pimpl.h
74         * mainapp.h
75         * mainapp.C: Removed,  We should behave similarly to the qt2
76         frontend, so I've removed the LyXGnomified and menubar code.  The
77         menubar wasn't working properly anyway.
78
79 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
80
81         * Menubar_pimpl.C (composeUIInfo): 
82         (update): use FuncStatus
83
84 2002-01-03  Michael Koziarski  <michael@koziarski.com>
85
86         * Dialogs.h: fix compilation.
87         * Makefile.am: ditto.
88         * GUIRunTime.C: ditto.  Supply a getScreenDPI().
89
90 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
91
92         * Timeout_pimpl.h: do not include <config.h> in header files.
93
94 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
95
96         * FormCitation.C:
97         * GUIRunTime.C: change "while(" to "while ("
98
99 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
100
101         * Dialogs.C: remove splash dialog code.
102
103         * Makefile.am: remove splash dialog files.
104
105 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
106
107         * Makefile.am (libgnome_la_LIBADD): depend on the gui libs.
108         (libgnome_la_SOURCES): sort
109
110 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
111
112         * GUIRunTime.C: initApplication() should take a int & argc, add debug
113  
114 2001-07-19  Baruch Even  <baruch@lyx.org>
115
116         * Menubar_pimpl.C: Renamed LyXFunc::Dispatch to LyXFunc::dispatch.
117
118 2001-07-16  Baruch Even  <baruch@lyx.org>
119
120         * GUIRunTime.C: Added some functions that were required lately.
121
122 2001-07-16  Baruch Even  <baruch@lyx.org>
123
124         * Makefile.am:
125         * Dialogs.C: Removed Citation and Copyright dialogs from build. Left them
126         in repository until they get redone as About Dialog.
127         
128         * FileDialog.C:
129         * Menubar_pimpl.C:
130         * Menubar_pimpl.h:
131         * mainapp.C:
132         * mainapp.h: Various fixed to get Gnome FE (FrontEnd) to compile again.
133
134 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
135
136         Consistent use of Lsstream.h:
137         * FormCredits.C (build): std::stringstream -> stringstream.
138
139 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
140
141         * gnomeBC.h: clean-up of included files.
142
143 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
144
145         * FileDialog.C:
146         * FormCitation.C:
147         * FormCopyright.C:
148         * FormCredits.C:
149         * FormError.C:
150         * FormIndex.C:
151         * FormPrint.C:
152         * FormRef.C:
153         * FormTabularCreate.C:
154         * FormToc.C:
155         * FormUrl.C:
156         * GnomeBase.C:
157         * Menubar_pimpl.C:
158         * gnome_helpers.C:
159         * mainapp.C: removed // -*- C++ -*- as first line.
160
161         * FormTabularCreate.h:
162         * FormToc.h:
163         * Timeout_pimpl.h: added // -*- C++ -*- as first line.
164
165 2001-05-08  Michael A. Koziarski  <michael@koziarski.org>
166
167         * FormTabularCreate[Ch]:
168         * dialogs:
169         * Makefile.am:
170         * Dialogs.C:  Created the FormCharacter Dialog and altered the
171         other files to include it.
172
173 2001-04-29  Baruch Even  <baruch@lyx.org>
174
175         * Dialogs.C: Added an include for ControlSplash which is required
176         in GUI.h but is not included there.
177
178         * GnomeBase.C: Changed an Assert to lyx::Assert.
179
180 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
181
182         * FormIndex.C: delete duplicate include files
183
184 2001-04-16  Allan Rae  <rae@lyx.org>
185
186         * gnomeBC.C (setButtonLabel): 
187         * Menubar_pimpl.C (updateAllLists): 
188         * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
189         an unrecognised preprocessor directive.  So ensure they're wrapped. 
190
191 2001-04-03  Baruch Even  <baruch@lyx.org>
192
193         * FileDialog.C: Added file to provide the gnome file dialog.
194
195 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
196
197         * Dialogs.C: s/popup/dialog/
198
199         * FormUrl.C:
200         * GnomeBase.C:
201         * GnomeBase.h: s/ControlButton/ControlButtons/
202         s/UndoAll/Restore/
203         
204 2001-04-02  Michael Koziarski  <michael@koziarski.org>
205
206         * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
207
208         * gnome_helpers.C: Some castings to avoid compilation break.
209
210 2001-04-01  Baruch Even  <baruch@lyx.org>
211
212         * GUIRuntime.C (initApplication):  Changed strings to non-static.
213
214 2001-03-30  Baruch Even  <baruch@lyx.org>
215
216         * FormCredits.C: Added the formatting of the credits text.
217
218         * gnome_helpers.[Ch]: Added functions to get font name from font.
219
220 2001-03-30  Baruch Even  <baruch@lyx.org>
221
222         * GnomeBase.[Ch]: Added the dialog as a responsibility.
223
224         * FormUrl.[Ch]: Changed accordingly.
225         * FormCredits.[Ch]: ditto.
226
227         * gnomeBC.[Ch]: Fixed to get it to compile.
228
229         * gnome_helpers.h: Changed declaration from const char * to char const *
230
231 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
232
233         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
234
235 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
236
237         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
238         Code moved into the generic template base class. Replaced
239         setCancelCloseButton() with setButtonLabel().
240
241 2001-03-29  Baruch Even  <baruch@lyx.org>
242
243         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
244
245 2001-03-29  Baruch Even  <baruch@lyx.org>
246
247         * FormUrl.C (d-tor):
248         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
249         crashes on exit.
250
251         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
252
253 2001-03-29  Michael Koziarski  <michael@koziarski.org>
254
255         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
256
257         * Makefile.am: Added FormCredits.[Ch]
258
259         * FormCredits.[Ch]: Created FormCredits dialog using libglade
260         approach.  Text needs to be formatted still.
261
262         * dialogs/diahelpcredits.glade: Created file.
263
264 2001-03-26  Baruch Even  <baruch@lyx.org>
265
266         * Various files: Fixes to get the gnome frontend to compile again. 
267         Removed most xforms dialogs in order to reduce compilation breaks caused
268         by the moves to MVC in the xforms frontend.
269
270         * GUIRuntime.C: Added libglade library initialization.
271
272         * gnomeBC.h:
273         * gnomeBC.C: Added file for the MVC support.
274
275         * gnome_helpers.h: Added file with support functions.
276
277         * GnomeBase.h:
278         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
279         libglade.
280
281         * FormUrl.h:
282         * FormUrl.C: Recreated the dialog in the MVC way.
283
284         * Timeout_pimpl.h:
285         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
286
287 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
288
289         * several files: remove CXX_WORKING_NAMESPACES
290
291 2001-03-11  Baruch Even  <baruch@lyx.org>
292
293         * Various files: More fixes to get it compiled again.
294
295 2001-03-06  Baruch Even  <baruch@lyx.org>
296
297         * Various files: Small fixes to get the gnome frontend to compile again.
298
299 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
300
301         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
302
303 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
304
305         * FormCitation.C: small cleanup.
306         (searchSimple): better localization of variables, don't use
307         sequencing operator if you don't have to.
308
309         * other: use compare instead of strcmp/strncmp