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