Author: agabriel Date: 2007-11-15 22:00:17 +0000 (Thu, 15 Nov 2007) New Revision: 526 ViewCVS link: http://svn.gnome.org/viewcvs/gimmie?rev=526&view=rev
Added: branches/gimmie-dev/gimmie/plugins/ branches/gimmie-dev/gimmie/plugins/DummyPlugin.py branches/gimmie-dev/gimmie/plugins/Makefile.am branches/gimmie-dev/gimmie/plugins/TomBoy.py Modified: branches/gimmie-dev/configure.in branches/gimmie-dev/gimmie/Makefile.am branches/gimmie-dev/gimmie/gimmie_base.py branches/gimmie-dev/gimmie/gimmie_plugin.py Log: Another part of the plugin system which is now mostly completed. Plugins get autoloaded for the time being since there is no GUI to load/unload them yet. Your plugins can go to ~/.gimmie/plugins/ or to the gimmie/gimmie/plugins/ dir. When using the later you have to add your pluginfile to Makefile.am in gimmie/gimmie/plugins. __This is not needed in ~/.gimmie/plugins/__ Also note that your pluginfile must be named after your Plugin class as seen in the example. _______________________________________________ SVN-commits-list mailing list SVN-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/svn-commits-list