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