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