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