]> git.lyx.org Git - features.git/blob - src/frontends/gnome/ChangeLog
Implement the Log dialog, also update accessors.py
[features.git] / src / frontends / gnome / ChangeLog
1 2002-06-03  Michael A. Koziarski  <michael@koziarski.com>
2
3         * dialogs/GLog.C
4         * GLog.C
5         * GLog.h: Implement Log view class
6         * accessors.py: update for new glade format
7
8 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
9
10         == Gtkmm2 upgrade ==
11         
12         * dialogs/*: Updated to glade-2 format.
13         * Dialogs.C: add() calls updated
14         * GError.C
15         * GError.h
16         * GERT.C
17         * GERT.h
18         * GPreamble.C
19         * GPreamble.h
20         * GTabularCreate.C
21         * GTabularCreate.h
22         * GUIRunTime.C
23         * GUrl.C
24         * GUrl.h: updated for gtkmm2
25         * GnomeBase.C
26         * GnomeBase.h: updated for gtkmm2 and libglademm.
27         * gnome_helpers.C
28         * gnome_helpers.h: Cruft removed.  Blasted X.h #defines #undef'd
29         * Timeout_pimpl.C
30         * Timeout_pimpl.h
31         * GUIRuntime.C: fix up the references to Gnome::* to use Gtk::*,
32         slight other changes required
33         * Makefile.am: all neccessary changes, mostly including stuff
34         that's been moved into src/frontends/xforms
35
36
37
38 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
39
40         * FileDialog.C: LyXView moved into frontends/
41  
42 2002-04-09  Michael A. Koziarski  <michael@koziarski.com>
43
44         * dialoges/GERT.glade
45         * dialoges/GError.glade
46         * dialoges/GUrl.glade
47         * dialoges/GTabularCreate.glade: Added, I left them out of the
48         last commit
49
50 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
51
52         * Makefile.am: change to work correctly with dist
53
54 2002-03-29  Michael A. Koziarski  <michael@koziarski.com>
55
56         * GPreamble.C
57         * GPreamble.h
58         * Makefile.am
59         * dialogs/GPreamble.glade:Implemented Preamble dialog
60         * Dialogs.C
61         * GERT.C
62         * GERT.h
63         * GTabularCreate.C
64         * GTabularCreate.h
65         * GUrl.C
66         * GUrl.h
67         * GError.C
68         * GError.h:  Renamed classes to match the filenames
69         * dialogs/GERT.glade
70         * dialogs/GTabularCreate.glade
71         * dialogs/GUrl.glade
72         * dialogs/GError.glade: FormX isn't used for classes or files, so
73         it shouldn't be used for ui files either.
74         * dialogs/FormERT.glade
75         * dialogs/FormTabularCreate.glade
76         * dialogs/FormUrl.glade
77         * dialogs/FormError.glade
78         * dialogs/diaerror.glade
79         * dialogs/diahelpcopyright.glade
80         * dialogs/diahelpcredits.glade
81         * dialogs/diainsertcitation.glade
82         * dialogs/diainsertindex.glade
83         * dialogs/diainserttabular.glade
84         * dialogs/diainserturl.glade
85         * dialogs/diaprint.glade
86         * dialogs/diatoc.glade: old glade files.  Removed
87
88 2002-03-26  Michael A. Koziarski  <michael@koziarski.com>
89
90         * Makefile.am: Moved all 4 active Form* dialogs to new Filenames.
91         * Dialogs.C: Fixes for the Renaming and #include cleanup
92         * GERT.C
93         * GERT.h
94         * GTabularCreate.C
95         * GTabularCreate.h
96         * GUrl.C
97         * GUrl.h
98         * GError.C
99         * GError.h: #include Fixes for the renaming.  cruft tidyup
100         * README: Reflect new naming convention
101         * GnomeBase.C: cleaned up use of dialog_.  Fix for bug #169,
102         Thanks Angus!
103         * FormCitation.C
104         * FormCitation.h
105         * FormCopyright.C
106         * FormCopyright.h
107         * FormCredits.C
108         * FormCredits.h
109         * FormIndex.C
110         * FormIndex.h
111         * FormPrint.C
112         * FormPrint.h
113         * FormRef.C
114         * FormRef.h
115         * FormToc.C
116         * FormToc.h: Removed, they're old, unused files.
117
118 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
119
120         * most files: ws cleanup
121
122 2002-03-16  Michael A. Koziarski  <michael@koziarski.com>
123
124         * Makefile.am: Cleanup and linking fix.
125         * README: Added procedure for adding a new dialog.
126         * Dialogs.C (tooltipsEnable): new method.
127
128 2002-03-14  Michael A. Koziarski  <michael@koziarski.org>
129
130         * Timeout_pimpl.C
131         * Timeout_pimpl.h: implemented running to fix compilation, linking
132         fix still to come
133
134 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
135
136         * docygen fixes.
137
138 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
139
140         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
141         your version of the xforms libraries is up to the task.
142
143         * Makefile.am: link in the xforms image loader if so configured.
144
145 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
146
147         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
148
149         * GUIRunTime.C (initialiseGraphics): new static method
150
151 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
152
153         * Makefile.am: get rid of LYX_LIBS
154
155 2002-02-10  Michael A. Koziarski  <michael@koziarski.com>
156
157         * FormERT.C
158         * FormERT.h
159         * Dialogs.C
160         * dialogs/FormERT.glade: Implemented FormERT, still seeing the
161         weird crashes
162         * GnomeBase.C: add debug message to help track down the "twice OK"
163         bug
164         * gnomeBC.C: Fix compilation
165
166 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
167
168         * Menubar_pimpl.C
169         * Menubar_pimpl.h
170         * mainapp.h
171         * mainapp.C: Removed,  We should behave similarly to the qt2
172         frontend, so I've removed the LyXGnomified and menubar code.  The
173         menubar wasn't working properly anyway.
174
175 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
176
177         * various:  Cleaned out the old stuff, standardised the new
178         stuff.
179         * GnomeBase.C
180         * GnomeBase.h: Changed the constructor to take one argument.  The
181         dialog name.  The path and name of the glade files can be
182         calculated from there.  These two now provide default validate() &
183         *Clicked functions.
184         * FormUrl.C
185         * FormUrl.h
186         * FormError.C
187         * FormError.h
188         * FormTabularCreate.C
189         * FormTabularCreate.h: updated them to use the new system.
190         Removed Local inline *Clicked functions as they're now in the base
191         class.
192         * README: new, brief outline of what I'm doing here.
193         * accessors.py: Described in README, generates the accessor
194         functions from the glade file.
195
196 2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
197
198         * Menubar_pimpl.C
199         * Menubar_pimpl.h
200         * mainapp.h
201         * mainapp.C: Removed,  We should behave similarly to the qt2
202         frontend, so I've removed the LyXGnomified and menubar code.  The
203         menubar wasn't working properly anyway.
204
205 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
206
207         * Menubar_pimpl.C (composeUIInfo):
208         (update): use FuncStatus
209
210 2002-01-03  Michael Koziarski  <michael@koziarski.com>
211
212         * Dialogs.h: fix compilation.
213         * Makefile.am: ditto.
214         * GUIRunTime.C: ditto.  Supply a getScreenDPI().
215
216 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
217
218         * Timeout_pimpl.h: do not include <config.h> in header files.
219
220 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
221
222         * FormCitation.C:
223         * GUIRunTime.C: change "while(" to "while ("
224
225 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
226
227         * Dialogs.C: remove splash dialog code.
228
229         * Makefile.am: remove splash dialog files.
230
231 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
232
233         * Makefile.am (libgnome_la_LIBADD): depend on the gui libs.
234         (libgnome_la_SOURCES): sort
235
236 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
237
238         * GUIRunTime.C: initApplication() should take a int & argc, add debug
239
240 2001-07-19  Baruch Even  <baruch@lyx.org>
241
242         * Menubar_pimpl.C: Renamed LyXFunc::Dispatch to LyXFunc::dispatch.
243
244 2001-07-16  Baruch Even  <baruch@lyx.org>
245
246         * GUIRunTime.C: Added some functions that were required lately.
247
248 2001-07-16  Baruch Even  <baruch@lyx.org>
249
250         * Makefile.am:
251         * Dialogs.C: Removed Citation and Copyright dialogs from build. Left them
252         in repository until they get redone as About Dialog.
253
254         * FileDialog.C:
255         * Menubar_pimpl.C:
256         * Menubar_pimpl.h:
257         * mainapp.C:
258         * mainapp.h: Various fixed to get Gnome FE (FrontEnd) to compile again.
259
260 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
261
262         Consistent use of Lsstream.h:
263         * FormCredits.C (build): std::stringstream -> stringstream.
264
265 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
266
267         * gnomeBC.h: clean-up of included files.
268
269 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
270
271         * FileDialog.C:
272         * FormCitation.C:
273         * FormCopyright.C:
274         * FormCredits.C:
275         * FormError.C:
276         * FormIndex.C:
277         * FormPrint.C:
278         * FormRef.C:
279         * FormTabularCreate.C:
280         * FormToc.C:
281         * FormUrl.C:
282         * GnomeBase.C:
283         * Menubar_pimpl.C:
284         * gnome_helpers.C:
285         * mainapp.C: removed // -*- C++ -*- as first line.
286
287         * FormTabularCreate.h:
288         * FormToc.h:
289         * Timeout_pimpl.h: added // -*- C++ -*- as first line.
290
291 2001-05-08  Michael A. Koziarski  <michael@koziarski.org>
292
293         * FormTabularCreate[Ch]:
294         * dialogs:
295         * Makefile.am:
296         * Dialogs.C:  Created the FormCharacter Dialog and altered the
297         other files to include it.
298
299 2001-04-29  Baruch Even  <baruch@lyx.org>
300
301         * Dialogs.C: Added an include for ControlSplash which is required
302         in GUI.h but is not included there.
303
304         * GnomeBase.C: Changed an Assert to lyx::Assert.
305
306 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
307
308         * FormIndex.C: delete duplicate include files
309
310 2001-04-16  Allan Rae  <rae@lyx.org>
311
312         * gnomeBC.C (setButtonLabel):
313         * Menubar_pimpl.C (updateAllLists):
314         * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
315         an unrecognised preprocessor directive.  So ensure they're wrapped.
316
317 2001-04-03  Baruch Even  <baruch@lyx.org>
318
319         * FileDialog.C: Added file to provide the gnome file dialog.
320
321 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
322
323         * Dialogs.C: s/popup/dialog/
324
325         * FormUrl.C:
326         * GnomeBase.C:
327         * GnomeBase.h: s/ControlButton/ControlButtons/
328         s/UndoAll/Restore/
329
330 2001-04-02  Michael Koziarski  <michael@koziarski.org>
331
332         * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
333
334         * gnome_helpers.C: Some castings to avoid compilation break.
335
336 2001-04-01  Baruch Even  <baruch@lyx.org>
337
338         * GUIRuntime.C (initApplication):  Changed strings to non-static.
339
340 2001-03-30  Baruch Even  <baruch@lyx.org>
341
342         * FormCredits.C: Added the formatting of the credits text.
343
344         * gnome_helpers.[Ch]: Added functions to get font name from font.
345
346 2001-03-30  Baruch Even  <baruch@lyx.org>
347
348         * GnomeBase.[Ch]: Added the dialog as a responsibility.
349
350         * FormUrl.[Ch]: Changed accordingly.
351         * FormCredits.[Ch]: ditto.
352
353         * gnomeBC.[Ch]: Fixed to get it to compile.
354
355         * gnome_helpers.h: Changed declaration from const char * to char const *
356
357 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
358
359         * GnomeBase.[Ch]: changed ControlBase to ControlButton.
360
361 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
362
363         * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
364         Code moved into the generic template base class. Replaced
365         setCancelCloseButton() with setButtonLabel().
366
367 2001-03-29  Baruch Even  <baruch@lyx.org>
368
369         * gnomeBC.[Ch]: Changed to use the new GuiBC template.
370
371 2001-03-29  Baruch Even  <baruch@lyx.org>
372
373         * FormUrl.C (d-tor):
374         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
375         crashes on exit.
376
377         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
378
379 2001-03-29  Michael Koziarski  <michael@koziarski.org>
380
381         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
382
383         * Makefile.am: Added FormCredits.[Ch]
384
385         * FormCredits.[Ch]: Created FormCredits dialog using libglade
386         approach.  Text needs to be formatted still.
387
388         * dialogs/diahelpcredits.glade: Created file.
389
390 2001-03-26  Baruch Even  <baruch@lyx.org>
391
392         * Various files: Fixes to get the gnome frontend to compile again.
393         Removed most xforms dialogs in order to reduce compilation breaks caused
394         by the moves to MVC in the xforms frontend.
395
396         * GUIRuntime.C: Added libglade library initialization.
397
398         * gnomeBC.h:
399         * gnomeBC.C: Added file for the MVC support.
400
401         * gnome_helpers.h: Added file with support functions.
402
403         * GnomeBase.h:
404         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
405         libglade.
406
407         * FormUrl.h:
408         * FormUrl.C: Recreated the dialog in the MVC way.
409
410         * Timeout_pimpl.h:
411         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
412
413 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
414
415         * several files: remove CXX_WORKING_NAMESPACES
416
417 2001-03-11  Baruch Even  <baruch@lyx.org>
418
419         * Various files: More fixes to get it compiled again.
420
421 2001-03-06  Baruch Even  <baruch@lyx.org>
422
423         * Various files: Small fixes to get the gnome frontend to compile again.
424
425 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
426
427         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
428
429 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
430
431         * FormCitation.C: small cleanup.
432         (searchSimple): better localization of variables, don't use
433         sequencing operator if you don't have to.
434
435         * other: use compare instead of strcmp/strncmp