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