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