You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of storing data in a hard-wired ~/.gourmet directory, use glib.get_user_config_dir () and glib.get_user_data_dir () or glib.get_user_cache_dir (), respectively.
Use libstarred instead of our home-brewn starring system (particularly if it gets included into core GTK+, though that seems rather unlikely according to discussions with GTK+ on IRC).
Ideally, that code should get first released once there's a runtime available not only for Linux, but at least also for Windows, and ideally also for OS X. (Note that I've suggested PyGObject/Introspection Windows builds as a Gnome GSoC project idea.) The bits that don't require PyGObject/Introspection and GTK+3 (like the GDK->cairo migration) can be merged sooner, of course.
This is one of the ideas we're suggesting as a project for GSoC 2013. For general information about Gourmet's participation in GSoC 2013, see the wiki page.
The text was updated successfully, but these errors were encountered:
Migrate from PyGTK to PyGObject (with Introspection), and GTK+ 3. This includes:
glib.get_user_config_dir ()
andglib.get_user_data_dir ()
orglib.get_user_cache_dir ()
, respectively.Ideally, that code should get first released once there's a runtime available not only for Linux, but at least also for Windows, and ideally also for OS X. (Note that I've suggested PyGObject/Introspection Windows builds as a Gnome GSoC project idea.) The bits that don't require PyGObject/Introspection and GTK+3 (like the GDK->cairo migration) can be merged sooner, of course.
This is one of the ideas we're suggesting as a project for GSoC 2013. For general information about Gourmet's participation in GSoC 2013, see the wiki page.
The text was updated successfully, but these errors were encountered: