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