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