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