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