Sugar Learning Environment, Activity Toolkit, GTK 3.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
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.
11 years ago
bin Drop use of deprecated dbus.glib 11 years ago
examples pep8'd examples 11 years ago
m4 Add simple toolbars example 15 years ago
po Commit from Sugar Labs: Translation System by user cjl.: 36 of 40 messages translated (4 fuzzy). 11 years ago
src Drop use of deprecated dbus.glib 11 years ago
tests Avoid auto-import of bundle helpers (#4527) 11 years ago
.gitignore Switch sugarext to be an introspectable library 13 years ago
AUTHORS Add AUTHORS file 17 years ago
COPYING Make it distcheck. Fix license. 17 years ago
MAINTAINERS Add MAINTAINERS file 13 years ago
Makefile.am Implement only the test target, not check 11 years ago
README Release 0.79.0 17 years ago
autogen.sh Don't set ACLOCAL 11 years ago
configure.ac Release 0.99.3 11 years ago

README

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.