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