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