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