]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/ChangeLog
Clean-up of the button controller.
[lyx.git] / src / frontends / gnome / ChangeLog
1 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * gnomeBC.h: clean-up of included files.
4
5 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
6
7         * FileDialog.C:
8         * FormCitation.C:
9         * FormCopyright.C:
10         * FormCredits.C:
11         * FormError.C:
12         * FormIndex.C:
13         * FormPrint.C:
14         * FormRef.C:
15         * FormTabularCreate.C:
16         * FormToc.C:
17         * FormUrl.C:
18         * GnomeBase.C:
19         * Menubar_pimpl.C:
20         * gnome_helpers.C:
21         * mainapp.C: removed // -*- C++ -*- as first line.
22
23         * FormTabularCreate.h:
24         * FormToc.h:
25         * Timeout_pimpl.h: added // -*- C++ -*- as first line.
26
27 2001-05-08  Michael A. Koziarski  <michael@koziarski.org>
28
29         * FormTabularCreate[Ch]:
30         * dialogs:
31         * Makefile.am:
32         * Dialogs.C:  Created the FormCharacter Dialog and altered the
33         other files to include it.
34
35 2001-04-29  Baruch Even  <baruch@lyx.org>
36
37         * Dialogs.C: Added an include for ControlSplash which is required
38         in GUI.h but is not included there.
39
40         * GnomeBase.C: Changed an Assert to lyx::Assert.
41
42 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
43
44         * FormIndex.C: delete duplicate include files
45
46 2001-04-16  Allan Rae  <rae@lyx.org>
47
48         * gnomeBC.C (setButtonLabel): 
49         * Menubar_pimpl.C (updateAllLists): 
50         * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
51         an unrecognised preprocessor directive.  So ensure they're wrapped. 
52
53 2001-04-03  Baruch Even  <baruch@lyx.org>
54
55         * FileDialog.C: Added file to provide the gnome file dialog.
56
57 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
58
59         * Dialogs.C: s/popup/dialog/
60
61         * FormUrl.C:
62         * GnomeBase.C:
63         * GnomeBase.h: s/ControlButton/ControlButtons/
64         s/UndoAll/Restore/
65         
66 2001-04-02  Michael Koziarski  <michael@koziarski.org>
67
68         * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
69
70         * gnome_helpers.C: Some castings to avoid compilation break.
71
72 2001-04-01  Baruch Even  <baruch@lyx.org>
73
74         * GUIRuntime.C (initApplication):  Changed strings to non-static.
75
76 2001-03-30  Baruch Even  <baruch@lyx.org>
77
78         * FormCredits.C: Added the formatting of the credits text.
79
80         * gnome_helpers.[Ch]: Added functions to get font name from font.
81
82 2001-03-30  Baruch Even  <baruch@lyx.org>
83
84         * GnomeBase.[Ch]: Added the dialog as a responsibility.
85
86         * FormUrl.[Ch]: Changed accordingly.
87         * FormCredits.[Ch]: ditto.
88
89         * gnomeBC.[Ch]: Fixed to get it to compile.
90
91         * gnome_helpers.h: Changed declaration from const char * to char const *
92
93 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
94
95         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
96
97 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
98
99         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
100         Code moved into the generic template base class. Replaced
101         setCancelCloseButton() with setButtonLabel().
102
103 2001-03-29  Baruch Even  <baruch@lyx.org>
104
105         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
106
107 2001-03-29  Baruch Even  <baruch@lyx.org>
108
109         * FormUrl.C (d-tor):
110         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
111         crashes on exit.
112
113         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
114
115 2001-03-29  Michael Koziarski  <michael@koziarski.org>
116
117         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
118
119         * Makefile.am: Added FormCredits.[Ch]
120
121         * FormCredits.[Ch]: Created FormCredits dialog using libglade
122         approach.  Text needs to be formatted still.
123
124         * dialogs/diahelpcredits.glade: Created file.
125
126 2001-03-26  Baruch Even  <baruch@lyx.org>
127
128         * Various files: Fixes to get the gnome frontend to compile again. 
129         Removed most xforms dialogs in order to reduce compilation breaks caused
130         by the moves to MVC in the xforms frontend.
131
132         * GUIRuntime.C: Added libglade library initialization.
133
134         * gnomeBC.h:
135         * gnomeBC.C: Added file for the MVC support.
136
137         * gnome_helpers.h: Added file with support functions.
138
139         * GnomeBase.h:
140         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
141         libglade.
142
143         * FormUrl.h:
144         * FormUrl.C: Recreated the dialog in the MVC way.
145
146         * Timeout_pimpl.h:
147         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
148
149 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
150
151         * several files: remove CXX_WORKING_NAMESPACES
152
153 2001-03-11  Baruch Even  <baruch@lyx.org>
154
155         * Various files: More fixes to get it compiled again.
156
157 2001-03-06  Baruch Even  <baruch@lyx.org>
158
159         * Various files: Small fixes to get the gnome frontend to compile again.
160
161 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
162
163         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
164
165 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
166
167         * FormCitation.C: small cleanup.
168         (searchSimple): better localization of variables, don't use
169         sequencing operator if you don't have to.
170
171         * other: use compare instead of strcmp/strncmp