Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Daniel Drake 5fc5b08599 Fix ContentBundle bundle_id
Most content bundles use global_name as the ID-style thing, as suggested
on the OLPC wiki. bundle_class seems undocumented and hence is not
present in any of the content bundles I have here.

Change get_bundle_id() to fall back on the global_name if no bundle_class
is set. This fixes a complete sugar crash when installing the standard
content bundles (it tried to send a None value over dbus).
2009-07-10 18:55:49 +01:00
m4 Enable maximum warnings. 2008-08-12 01:53:28 +02:00
po Commit from Sugar Labs: Translation System by user mschlager. 36 of 36 messages translated (0 fuzzy). 2009-05-04 17:54:13 -04:00
src Fix ContentBundle bundle_id 2009-07-10 18:55:49 +01:00
tests Remove the hacks for asking the X server for screenshots and use gtk.Widget.get_snapshot() instead. 2008-12-20 16:51:29 +01:00
.gitignore Add 'compile' to gitignore. 2008-06-25 15:29:23 +02:00
AUTHORS Add AUTHORS file 2007-09-25 15:49:52 +02:00
autogen.sh Call intltoolize before autoreconf 2008-04-24 13:52:09 +02:00
configure.ac Release 0.85.1 2009-07-10 17:47:31 +02:00
COPYING Make it distcheck. Fix license. 2008-02-06 16:43:10 +01:00
Makefile.am Use a src directory consistently with base and shell. 2008-04-29 14:58:34 +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.