Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Daniel Drake e01837f8be Drop use of deprecated dbus.glib
When writing Python apps that will use asynchronous DBus calls and
signals, python-dbus must be initialised with the appropriate main
loop.

sugar currently does this by importing the datastore module from
sugar-toolkit-gtk3, and the datastore module uses the deprecated
and confusing dbus.glib module (which automatically and non-obviously
sets the default GLib main context as the DBus mainloop).

Eliminate the dbus.glib usage from sugar-toolkit-gtk3 as part
of the effort to make sugar initialised the DBus mainloop in a
more explicit and non-deprecated fashion.
2013-09-05 17:47:52 +02:00
bin Drop use of deprecated dbus.glib 2013-09-05 17:47:52 +02:00
examples pep8'd examples 2013-06-11 15:27:59 +02:00
m4 Add simple toolbars example 2009-07-10 04:07:10 +00:00
po Commit from Sugar Labs: Translation System by user cjl.: 36 of 40 messages translated (4 fuzzy). 2013-09-01 01:47:51 +02:00
src Drop use of deprecated dbus.glib 2013-09-05 17:47:52 +02:00
tests Avoid auto-import of bundle helpers (#4527) 2013-06-29 09:17:26 -06:00
.gitignore Switch sugarext to be an introspectable library 2011-12-13 17:19:52 -03:00
AUTHORS
autogen.sh Don't set ACLOCAL 2013-06-10 15:46:53 +02:00
configure.ac Release 0.99.3 2013-09-05 16:47:12 +02:00
COPYING Make it distcheck. Fix license. 2008-02-06 16:43:10 +01:00
MAINTAINERS Add MAINTAINERS file 2011-12-13 17:37:50 -03:00
Makefile.am Implement only the test target, not check 2013-06-27 16:00:39 +02:00
README Release 0.79.0 2008-02-06 17:03:51 +01:00

Sugar is the core of the OLPC Human Interface. The toolkit provides
a set of widgets to build HIG compliant applications and interfaces
to interact with system services like presence and the datastore.