]> git.lyx.org Git - features.git/blob - src/frontends/gnome/ChangeLog
Forgot to include a Changelog entry for the gnome compile fix changes.
[features.git] / src / frontends / gnome / ChangeLog
1 2001-04-29  Baruch Even  <baruch@lyx.org>
2
3         * Dialogs.C: Added an include for ControlSplash which is required
4         in GUI.h but is not included there.
5
6         * GnomeBase.C: Changed an Assert to lyx::Assert.
7
8 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9
10         * FormIndex.C: delete duplicate include files
11
12 2001-04-16  Allan Rae  <rae@lyx.org>
13
14         * gnomeBC.C (setButtonLabel): 
15         * Menubar_pimpl.C (updateAllLists): 
16         * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
17         an unrecognised preprocessor directive.  So ensure they're wrapped. 
18
19 2001-04-03  Baruch Even  <baruch@lyx.org>
20
21         * FileDialog.C: Added file to provide the gnome file dialog.
22
23 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
24
25         * Dialogs.C: s/popup/dialog/
26
27         * FormUrl.C:
28         * GnomeBase.C:
29         * GnomeBase.h: s/ControlButton/ControlButtons/
30         s/UndoAll/Restore/
31         
32 2001-04-02  Michael Koziarski  <michael@koziarski.org>
33
34         * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
35
36         * gnome_helpers.C: Some castings to avoid compilation break.
37
38 2001-04-01  Baruch Even  <baruch@lyx.org>
39
40         * GUIRuntime.C (initApplication):  Changed strings to non-static.
41
42 2001-03-30  Baruch Even  <baruch@lyx.org>
43
44         * FormCredits.C: Added the formatting of the credits text.
45
46         * gnome_helpers.[Ch]: Added functions to get font name from font.
47
48 2001-03-30  Baruch Even  <baruch@lyx.org>
49
50         * GnomeBase.[Ch]: Added the dialog as a responsibility.
51
52         * FormUrl.[Ch]: Changed accordingly.
53         * FormCredits.[Ch]: ditto.
54
55         * gnomeBC.[Ch]: Fixed to get it to compile.
56
57         * gnome_helpers.h: Changed declaration from const char * to char const *
58
59 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
60
61         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
62
63 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
64
65         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
66         Code moved into the generic template base class. Replaced
67         setCancelCloseButton() with setButtonLabel().
68
69 2001-03-29  Baruch Even  <baruch@lyx.org>
70
71         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
72
73 2001-03-29  Baruch Even  <baruch@lyx.org>
74
75         * FormUrl.C (d-tor):
76         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
77         crashes on exit.
78
79         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
80
81 2001-03-29  Michael Koziarski  <michael@koziarski.org>
82
83         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
84
85         * Makefile.am: Added FormCredits.[Ch]
86
87         * FormCredits.[Ch]: Created FormCredits dialog using libglade
88         approach.  Text needs to be formatted still.
89
90         * dialogs/diahelpcredits.glade: Created file.
91
92 2001-03-26  Baruch Even  <baruch@lyx.org>
93
94         * Various files: Fixes to get the gnome frontend to compile again. 
95         Removed most xforms dialogs in order to reduce compilation breaks caused
96         by the moves to MVC in the xforms frontend.
97
98         * GUIRuntime.C: Added libglade library initialization.
99
100         * gnomeBC.h:
101         * gnomeBC.C: Added file for the MVC support.
102
103         * gnome_helpers.h: Added file with support functions.
104
105         * GnomeBase.h:
106         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
107         libglade.
108
109         * FormUrl.h:
110         * FormUrl.C: Recreated the dialog in the MVC way.
111
112         * Timeout_pimpl.h:
113         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
114
115 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
116
117         * several files: remove CXX_WORKING_NAMESPACES
118
119 2001-03-11  Baruch Even  <baruch@lyx.org>
120
121         * Various files: More fixes to get it compiled again.
122
123 2001-03-06  Baruch Even  <baruch@lyx.org>
124
125         * Various files: Small fixes to get the gnome frontend to compile again.
126
127 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
128
129         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
130
131 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
132
133         * FormCitation.C: small cleanup.
134         (searchSimple): better localization of variables, don't use
135         sequencing operator if you don't have to.
136
137         * other: use compare instead of strcmp/strncmp