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