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