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