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