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