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