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