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