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.
 
 
 
 
 
Tomeu Vizoso 363f828205 Handle invitations using Mission Control 5.
src/sugar/activity/activity.py: If the activity is being invoked to
handle an invite, create a Client.Handler instance and share the
activity when HandleChannels is invoked.

src/sugar/activity/activityfactory.py,
src/sugar/activity/activityhandle.py,
src/sugar/activity/main.py: Add a -i switch that indicates to the
activity that it should handle the channel from an invitation.

src/sugar/presence/activity.py: Expose Activity.room_handle.

src/sugar/presence/presenceservice.py: Add get_activity_by_handle().

src/sugar/presence/util.py: Add get_account_for_connection().
14 years ago
examples Remove symlink that was committed by mistake 15 years ago
m4 Add simple toolbars example 15 years ago
po Commit from Sugar Labs: Translation System by user Myckel.: 40 of 40 messages translated (0 fuzzy). 14 years ago
src Handle invitations using Mission Control 5. 14 years ago
tests Remove the hacks for asking the X server for screenshots and use gtk.Widget.get_snapshot() instead. 16 years ago
.gitignore Add 'compile' to gitignore. 16 years ago
AUTHORS Add AUTHORS file 17 years ago
COPYING Make it distcheck. Fix license. 17 years ago
Makefile.am Use a src directory consistently with base and shell. 16 years ago
README Release 0.79.0 17 years ago
autogen.sh autogen.sh: pass --enable-maintainer-mode to configure 15 years ago
configure.ac Release 0.89.3 14 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.