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