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