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