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