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