]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/ChangeLog
A lean, clean and working start to the new, improved gnome frontend.
[lyx.git] / src / frontends / gnome / ChangeLog
index ef4c9ca862102b731043ac24fa70077ba8818cc4..ccf015ccd601fc3e8f5ff91ac416100b73965814 100644 (file)
@@ -1,6 +1,123 @@
+2002-03-26  Michael A. Koziarski  <michael@koziarski.com>
+
+       * Makefile.am: Moved all 4 active Form* dialogs to new Filenames.
+       * Dialogs.C: Fixes for the Renaming and #include cleanup
+       * GERT.C
+       * GERT.h
+       * GTabularCreate.C
+       * GTabularCreate.h
+       * GUrl.C
+       * GUrl.h
+       * GError.C
+       * GError.h: #include Fixes for the renaming.  cruft tidyup
+       * README: Reflect new naming convention
+       * GnomeBase.C: cleaned up use of dialog_.  Fix for bug #169,
+       Thanks Angus!
+       * FormCitation.C
+       * FormCitation.h
+       * FormCopyright.C
+       * FormCopyright.h
+       * FormCredits.C
+       * FormCredits.h
+       * FormIndex.C
+       * FormIndex.h
+       * FormPrint.C
+       * FormPrint.h
+       * FormRef.C
+       * FormRef.h
+       * FormToc.C
+       * FormToc.h: Removed, they're old, unused files. 
+
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * most files: ws cleanup
+
+2002-03-16  Michael A. Koziarski  <michael@koziarski.com>
+
+       * Makefile.am: Cleanup and linking fix.
+       * README: Added procedure for adding a new dialog.
+       * Dialogs.C (tooltipsEnable): new method.
+
+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): 
+       * Menubar_pimpl.C (composeUIInfo):
        (update): use FuncStatus
 
 2002-01-03  Michael Koziarski  <michael@koziarski.com>
 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.
        * Makefile.am:
        * Dialogs.C: Removed Citation and Copyright dialogs from build. Left them
        in repository until they get redone as About Dialog.
-       
+
        * FileDialog.C:
        * Menubar_pimpl.C:
        * Menubar_pimpl.h:
 
 2001-04-16  Allan Rae  <rae@lyx.org>
 
-       * gnomeBC.C (setButtonLabel): 
-       * Menubar_pimpl.C (updateAllLists): 
+       * gnomeBC.C (setButtonLabel):
+       * Menubar_pimpl.C (updateAllLists):
        * GnomeBase.C (loadXML): #warning triggers an error on Sun CC 6.0 as
-       an unrecognised preprocessor directive.  So ensure they're wrapped. 
+       an unrecognised preprocessor directive.  So ensure they're wrapped.
 
 2001-04-03  Baruch Even  <baruch@lyx.org>
 
        * GnomeBase.C:
        * GnomeBase.h: s/ControlButton/ControlButtons/
        s/UndoAll/Restore/
-       
+
 2001-04-02  Michael Koziarski  <michael@koziarski.org>
 
        * FormCopyright.[Ch]: Reimplemented as an MVC dialog.
 
 2001-03-26  Baruch Even  <baruch@lyx.org>
 
-       * Various files: Fixes to get the gnome frontend to compile again. 
+       * Various files: Fixes to get the gnome frontend to compile again.
        Removed most xforms dialogs in order to reduce compilation breaks caused
        by the moves to MVC in the xforms frontend.