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