]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/ChangeLog
gnome compilation fixes from Michael
[lyx.git] / src / frontends / gnome / ChangeLog
index 2724218e5496eb69bda83d6195c387a1a8e66f2f..10fd6b6d2e7930a72c52237d46ab2cdceb169dc7 100644 (file)
@@ -1,3 +1,124 @@
+2002-03-14  Michael A. Koziarski  <michael@koziarski.org>
+
+       * Timeout_pimpl.C
+       * Timeout_pimpl.h: implemented running to fix compilation, linking 
+       fix still to come 
+       
+
+2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * docygen fixes.
+
+2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
+       your version of the xforms libraries is up to the task.
+
+       * Makefile.am: link in the xforms image loader if so configured.
+
+2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
+
+       * GUIRunTime.C (initialiseGraphics): new static method
+
+2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: get rid of LYX_LIBS 
+
+2002-02-10  Michael A. Koziarski  <michael@koziarski.com>
+
+       * FormERT.C
+       * FormERT.h
+       * Dialogs.C
+       * dialogs/FormERT.glade: Implemented FormERT, still seeing the
+       weird crashes
+       * GnomeBase.C: add debug message to help track down the "twice OK"
+       bug
+       * gnomeBC.C: Fix compilation
+
+2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
+
+       * Menubar_pimpl.C
+       * Menubar_pimpl.h
+       * mainapp.h
+       * mainapp.C: Removed,  We should behave similarly to the qt2
+       frontend, so I've removed the LyXGnomified and menubar code.  The
+       menubar wasn't working properly anyway.
+
+2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
+
+       * various:  Cleaned out the old stuff, standardised the new
+       stuff. 
+       * GnomeBase.C
+       * GnomeBase.h: Changed the constructor to take one argument.  The
+       dialog name.  The path and name of the glade files can be
+       calculated from there.  These two now provide default validate() &
+       *Clicked functions.
+       * FormUrl.C
+       * FormUrl.h
+       * FormError.C
+       * FormError.h
+       * FormTabularCreate.C
+       * FormTabularCreate.h: updated them to use the new system.
+       Removed Local inline *Clicked functions as they're now in the base
+       class. 
+       * README: new, brief outline of what I'm doing here.
+       * accessors.py: Described in README, generates the accessor
+       functions from the glade file.
+
+2002-01-12  Michael A. Koziarski  <michael@koziarski.com>
+
+       * Menubar_pimpl.C
+       * Menubar_pimpl.h
+       * mainapp.h
+       * mainapp.C: Removed,  We should behave similarly to the qt2
+       frontend, so I've removed the LyXGnomified and menubar code.  The
+       menubar wasn't working properly anyway.
+
+2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Menubar_pimpl.C (composeUIInfo): 
+       (update): use FuncStatus
+
+2002-01-03  Michael Koziarski  <michael@koziarski.com>
+
+       * Dialogs.h: fix compilation.
+       * Makefile.am: ditto.
+       * GUIRunTime.C: ditto.  Supply a getScreenDPI().
+
+2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Timeout_pimpl.h: do not include <config.h> in header files.
+
+2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * FormCitation.C:
+       * GUIRunTime.C: change "while(" to "while ("
+
+2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Dialogs.C: remove splash dialog code.
+
+       * Makefile.am: remove splash dialog files.
+
+2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (libgnome_la_LIBADD): depend on the gui libs.
+       (libgnome_la_SOURCES): sort
+
+2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * GUIRunTime.C: initApplication() should take a int & argc, add debug
+2001-07-19  Baruch Even  <baruch@lyx.org>
+
+       * Menubar_pimpl.C: Renamed LyXFunc::Dispatch to LyXFunc::dispatch.
+
+2001-07-16  Baruch Even  <baruch@lyx.org>
+
+       * GUIRunTime.C: Added some functions that were required lately.
+
 2001-07-16  Baruch Even  <baruch@lyx.org>
 
        * Makefile.am: