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