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