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