]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/ChangeLog
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / ChangeLog
1 2001-03-30  Baruch Even  <baruch@lyx.org>
2
3         * GnomeBase.[Ch]: Added the dialog as a responsibility.
4
5         * FormUrl.[Ch]: Changed accordingly.
6         * FormCredits.[Ch]: ditto.
7
8         * gnomeBC.[Ch]: Fixed to get it to compile.
9
10         * gnome_helpers.h: Changed declaration from const char * to char const *
11
12 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
13
14         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
15
16 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
17
18         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
19         Code moved into the generic template base class. Replaced
20         setCancelCloseButton() with setButtonLabel().
21
22 2001-03-29  Baruch Even  <baruch@lyx.org>
23
24         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
25
26 2001-03-29  Baruch Even  <baruch@lyx.org>
27
28         * FormUrl.C (d-tor):
29         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
30         crashes on exit.
31
32         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
33
34 2001-03-29  Michael Koziarski  <michael@koziarski.org>
35
36         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
37
38         * Makefile.am: Added FormCredits.[Ch]
39
40         * FormCredits.[Ch]: Created FormCredits dialog using libglade
41         approach.  Text needs to be formatted still.
42
43         * dialogs/diahelpcredits.glade: Created file.
44
45 2001-03-26  Baruch Even  <baruch@lyx.org>
46
47         * Various files: Fixes to get the gnome frontend to compile again. 
48         Removed most xforms dialogs in order to reduce compilation breaks caused
49         by the moves to MVC in the xforms frontend.
50
51         * GUIRuntime.C: Added libglade library initialization.
52
53         * gnomeBC.h:
54         * gnomeBC.C: Added file for the MVC support.
55
56         * gnome_helpers.h: Added file with support functions.
57
58         * GnomeBase.h:
59         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
60         libglade.
61
62         * FormUrl.h:
63         * FormUrl.C: Recreated the dialog in the MVC way.
64
65         * Timeout_pimpl.h:
66         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
67
68 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
69
70         * several files: remove CXX_WORKING_NAMESPACES
71
72 2001-03-11  Baruch Even  <baruch@lyx.org>
73
74         * Various files: More fixes to get it compiled again.
75
76 2001-03-06  Baruch Even  <baruch@lyx.org>
77
78         * Various files: Small fixes to get the gnome frontend to compile again.
79
80 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
81
82         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
83
84 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
85
86         * FormCitation.C: small cleanup.
87         (searchSimple): better localization of variables, don't use
88         sequencing operator if you don't have to.
89
90         * other: use compare instead of strcmp/strncmp