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