]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/ChangeLog
ca4ff4d86c88f3a28198de70d2d3bb1a385d1126
[lyx.git] / src / frontends / gnome / ChangeLog
1 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
4
5 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
6
7         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
8         Code moved into the generic template base class. Replaced
9         setCancelCloseButton() with setButtonLabel().
10
11 2001-03-29  Baruch Even  <baruch@lyx.org>
12
13         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
14
15 2001-03-29  Baruch Even  <baruch@lyx.org>
16
17         * FormUrl.C (d-tor):
18         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
19         crashes on exit.
20
21         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
22
23 2001-03-29  Michael Koziarski  <michael@koziarski.org>
24
25         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
26
27         * Makefile.am: Added FormCredits.[Ch]
28
29         * FormCredits.[Ch]: Created FormCredits dialog using libglade
30         approach.  Text needs to be formatted still.
31
32         * dialogs/diahelpcredits.glade: Created file.
33
34 2001-03-26  Baruch Even  <baruch@lyx.org>
35
36         * Various files: Fixes to get the gnome frontend to compile again. 
37         Removed most xforms dialogs in order to reduce compilation breaks caused
38         by the moves to MVC in the xforms frontend.
39
40         * GUIRuntime.C: Added libglade library initialization.
41
42         * gnomeBC.h:
43         * gnomeBC.C: Added file for the MVC support.
44
45         * gnome_helpers.h: Added file with support functions.
46
47         * GnomeBase.h:
48         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
49         libglade.
50
51         * FormUrl.h:
52         * FormUrl.C: Recreated the dialog in the MVC way.
53
54         * Timeout_pimpl.h:
55         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
56
57 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
58
59         * several files: remove CXX_WORKING_NAMESPACES
60
61 2001-03-11  Baruch Even  <baruch@lyx.org>
62
63         * Various files: More fixes to get it compiled again.
64
65 2001-03-06  Baruch Even  <baruch@lyx.org>
66
67         * Various files: Small fixes to get the gnome frontend to compile again.
68
69 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
70
71         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
72
73 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
74
75         * FormCitation.C: small cleanup.
76         (searchSimple): better localization of variables, don't use
77         sequencing operator if you don't have to.
78
79         * other: use compare instead of strcmp/strncmp