]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/ChangeLog
A lean, clean and working start to the new, improved gnome frontend.
[lyx.git] / src / frontends / gnome / ChangeLog
1 2002-03-26  Michael A. Koziarski  <michael@koziarski.com>
2
3         * Makefile.am: Moved all 4 active Form* dialogs to new Filenames.
4         * Dialogs.C: Fixes for the Renaming and #include cleanup
5         * GERT.C
6         * GERT.h
7         * GTabularCreate.C
8         * GTabularCreate.h
9         * GUrl.C
10         * GUrl.h
11         * GError.C
12         * GError.h: #include Fixes for the renaming.  cruft tidyup
13         * README: Reflect new naming convention
14         * GnomeBase.C: cleaned up use of dialog_.  Fix for bug #169,
15         Thanks Angus!
16         * FormCitation.C
17         * FormCitation.h
18         * FormCopyright.C
19         * FormCopyright.h
20         * FormCredits.C
21         * FormCredits.h
22         * FormIndex.C
23         * FormIndex.h
24         * FormPrint.C
25         * FormPrint.h
26         * FormRef.C
27         * FormRef.h
28         * FormToc.C
29         * FormToc.h: Removed, they're old, unused files. 
30
31 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
32
33         * most files: ws cleanup
34
35 2002-03-16  Michael A. Koziarski  <michael@koziarski.com>
36
37         * Makefile.am: Cleanup and linking fix.
38         * README: Added procedure for adding a new dialog.
39         * Dialogs.C (tooltipsEnable): new method.
40
41 2002-03-14  Michael A. Koziarski  <michael@koziarski.org>
42
43         * Timeout_pimpl.C
44         * Timeout_pimpl.h: implemented running to fix compilation, linking
45         fix still to come
46
47 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
48
49         * docygen fixes.
50
51 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
52
53         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
54         your version of the xforms libraries is up to the task.
55
56         * Makefile.am: link in the xforms image loader if so configured.
57
58 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
59
60         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
61
62         * GUIRunTime.C (initialiseGraphics): new static method
63
64 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
65
66         * Makefile.am: get rid of LYX_LIBS
67
68 2002-02-10  Michael A. Koziarski  <michael@koziarski.com>
69
70         * FormERT.C
71         * FormERT.h
72         * Dialogs.C
73         * dialogs/FormERT.glade: Implemented FormERT, still seeing the
74         weird crashes
75         * GnomeBase.C: add debug message to help track down the "twice OK"
76         bug
77         * gnomeBC.C: Fix compilation
78
79 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
80
81         * Menubar_pimpl.C
82         * Menubar_pimpl.h
83         * mainapp.h
84         * mainapp.C: Removed,  We should behave similarly to the qt2
85         frontend, so I've removed the LyXGnomified and menubar code.  The
86         menubar wasn't working properly anyway.
87
88 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
89
90         * various:  Cleaned out the old stuff, standardised the new
91         stuff.
92         * GnomeBase.C
93         * GnomeBase.h: Changed the constructor to take one argument.  The
94         dialog name.  The path and name of the glade files can be
95         calculated from there.  These two now provide default validate() &
96         *Clicked functions.
97         * FormUrl.C
98         * FormUrl.h
99         * FormError.C
100         * FormError.h
101         * FormTabularCreate.C
102         * FormTabularCreate.h: updated them to use the new system.
103         Removed Local inline *Clicked functions as they're now in the base
104         class.
105         * README: new, brief outline of what I'm doing here.
106         * accessors.py: Described in README, generates the accessor
107         functions from the glade file.
108
109 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
110
111         * Menubar_pimpl.C
112         * Menubar_pimpl.h
113         * mainapp.h
114         * mainapp.C: Removed,  We should behave similarly to the qt2
115         frontend, so I've removed the LyXGnomified and menubar code.  The
116         menubar wasn't working properly anyway.
117
118 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
119
120         * Menubar_pimpl.C (composeUIInfo):
121         (update): use FuncStatus
122
123 2002-01-03  Michael Koziarski  <michael@koziarski.com>
124
125         * Dialogs.h: fix compilation.
126         * Makefile.am: ditto.
127         * GUIRunTime.C: ditto.  Supply a getScreenDPI().
128
129 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
130
131         * Timeout_pimpl.h: do not include <config.h> in header files.
132
133 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
134
135         * FormCitation.C:
136         * GUIRunTime.C: change "while(" to "while ("
137
138 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
139
140         * Dialogs.C: remove splash dialog code.
141
142         * Makefile.am: remove splash dialog files.
143
144 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
145
146         * Makefile.am (libgnome_la_LIBADD): depend on the gui libs.
147         (libgnome_la_SOURCES): sort
148
149 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
150
151         * GUIRunTime.C: initApplication() should take a int & argc, add debug
152
153 2001-07-19  Baruch Even  <baruch@lyx.org>
154
155         * Menubar_pimpl.C: Renamed LyXFunc::Dispatch to LyXFunc::dispatch.
156
157 2001-07-16  Baruch Even  <baruch@lyx.org>
158
159         * GUIRunTime.C: Added some functions that were required lately.
160
161 2001-07-16  Baruch Even  <baruch@lyx.org>
162
163         * Makefile.am:
164         * Dialogs.C: Removed Citation and Copyright dialogs from build. Left them
165         in repository until they get redone as About Dialog.
166
167         * FileDialog.C:
168         * Menubar_pimpl.C:
169         * Menubar_pimpl.h:
170         * mainapp.C:
171         * mainapp.h: Various fixed to get Gnome FE (FrontEnd) to compile again.
172
173 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
174
175         Consistent use of Lsstream.h:
176         * FormCredits.C (build): std::stringstream -> stringstream.
177
178 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
179
180         * gnomeBC.h: clean-up of included files.
181
182 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
183
184         * FileDialog.C:
185         * FormCitation.C:
186         * FormCopyright.C:
187         * FormCredits.C:
188         * FormError.C:
189         * FormIndex.C:
190         * FormPrint.C:
191         * FormRef.C:
192         * FormTabularCreate.C:
193         * FormToc.C:
194         * FormUrl.C:
195         * GnomeBase.C:
196         * Menubar_pimpl.C:
197         * gnome_helpers.C:
198         * mainapp.C: removed // -*- C++ -*- as first line.
199
200         * FormTabularCreate.h:
201         * FormToc.h:
202         * Timeout_pimpl.h: added // -*- C++ -*- as first line.
203
204 2001-05-08  Michael A. Koziarski  <michael@koziarski.org>
205
206         * FormTabularCreate[Ch]:
207         * dialogs:
208         * Makefile.am:
209         * Dialogs.C:  Created the FormCharacter Dialog and altered the
210         other files to include it.
211
212 2001-04-29  Baruch Even  <baruch@lyx.org>
213
214         * Dialogs.C: Added an include for ControlSplash which is required
215         in GUI.h but is not included there.
216
217         * GnomeBase.C: Changed an Assert to lyx::Assert.
218
219 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
220
221         * FormIndex.C: delete duplicate include files
222
223 2001-04-16  Allan Rae  <rae@lyx.org>
224
225         * gnomeBC.C (setButtonLabel):
226         * Menubar_pimpl.C (updateAllLists):
227         * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
228         an unrecognised preprocessor directive.  So ensure they're wrapped.
229
230 2001-04-03  Baruch Even  <baruch@lyx.org>
231
232         * FileDialog.C: Added file to provide the gnome file dialog.
233
234 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
235
236         * Dialogs.C: s/popup/dialog/
237
238         * FormUrl.C:
239         * GnomeBase.C:
240         * GnomeBase.h: s/ControlButton/ControlButtons/
241         s/UndoAll/Restore/
242
243 2001-04-02  Michael Koziarski  <michael@koziarski.org>
244
245         * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
246
247         * gnome_helpers.C: Some castings to avoid compilation break.
248
249 2001-04-01  Baruch Even  <baruch@lyx.org>
250
251         * GUIRuntime.C (initApplication):  Changed strings to non-static.
252
253 2001-03-30  Baruch Even  <baruch@lyx.org>
254
255         * FormCredits.C: Added the formatting of the credits text.
256
257         * gnome_helpers.[Ch]: Added functions to get font name from font.
258
259 2001-03-30  Baruch Even  <baruch@lyx.org>
260
261         * GnomeBase.[Ch]: Added the dialog as a responsibility.
262
263         * FormUrl.[Ch]: Changed accordingly.
264         * FormCredits.[Ch]: ditto.
265
266         * gnomeBC.[Ch]: Fixed to get it to compile.
267
268         * gnome_helpers.h: Changed declaration from const char * to char const *
269
270 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
271
272         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
273
274 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
275
276         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
277         Code moved into the generic template base class. Replaced
278         setCancelCloseButton() with setButtonLabel().
279
280 2001-03-29  Baruch Even  <baruch@lyx.org>
281
282         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
283
284 2001-03-29  Baruch Even  <baruch@lyx.org>
285
286         * FormUrl.C (d-tor):
287         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
288         crashes on exit.
289
290         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
291
292 2001-03-29  Michael Koziarski  <michael@koziarski.org>
293
294         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
295
296         * Makefile.am: Added FormCredits.[Ch]
297
298         * FormCredits.[Ch]: Created FormCredits dialog using libglade
299         approach.  Text needs to be formatted still.
300
301         * dialogs/diahelpcredits.glade: Created file.
302
303 2001-03-26  Baruch Even  <baruch@lyx.org>
304
305         * Various files: Fixes to get the gnome frontend to compile again.
306         Removed most xforms dialogs in order to reduce compilation breaks caused
307         by the moves to MVC in the xforms frontend.
308
309         * GUIRuntime.C: Added libglade library initialization.
310
311         * gnomeBC.h:
312         * gnomeBC.C: Added file for the MVC support.
313
314         * gnome_helpers.h: Added file with support functions.
315
316         * GnomeBase.h:
317         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
318         libglade.
319
320         * FormUrl.h:
321         * FormUrl.C: Recreated the dialog in the MVC way.
322
323         * Timeout_pimpl.h:
324         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
325
326 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
327
328         * several files: remove CXX_WORKING_NAMESPACES
329
330 2001-03-11  Baruch Even  <baruch@lyx.org>
331
332         * Various files: More fixes to get it compiled again.
333
334 2001-03-06  Baruch Even  <baruch@lyx.org>
335
336         * Various files: Small fixes to get the gnome frontend to compile again.
337
338 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
339
340         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
341
342 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
343
344         * FormCitation.C: small cleanup.
345         (searchSimple): better localization of variables, don't use
346         sequencing operator if you don't have to.
347
348         * other: use compare instead of strcmp/strncmp