Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
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().
2010-08-20 15:33:53 +02:00
examples Remove symlink that was committed by mistake 2009-09-01 09:26:32 +02:00
m4 Add simple toolbars example 2009-07-10 04:07:10 +00:00
po Commit from Sugar Labs: Translation System by user Myckel.: 40 of 40 messages translated (0 fuzzy). 2010-08-07 21:55:50 +02:00
src Handle invitations using Mission Control 5. 2010-08-20 15:33:53 +02: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
autogen.sh autogen.sh: pass --enable-maintainer-mode to configure 2010-03-10 09:51:56 +01:00
configure.ac Release 0.89.3 2010-08-17 17:28:09 +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.