Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityhandle.py
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the handle dict values are string. LooksMarco Pesenti Gritti2007-07-261-4/+6
| | | | like dbus-python get confused if they are dbus.String.
* Ensure activity uniquness in the shellMarco Pesenti Gritti2007-07-201-2/+2
|
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
|
* Make joining asynchronous on the activity sideDan Williams2007-05-031-2/+2
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-12/+46
| | | | | | | | | | | | | | | | These are just the doc strings I created as I was spelunking through to see how Sugar manages launching applications. The resulting auto-documentation is neither polished or finished, but it should help people reading the code somewhat. There are a few minor code cleanups: * activityhandle (replacing C idiom for initialisation with a Python one) * bundle registry (using a parameterised directory name so that it shows up in the documentation) * validate_activity_id function, use isinstance( item, (str,unicode)) for the query, rather than two separate checks with isinstance
* Cut over to new PresenceServiceDan Williams2007-04-091-2/+2
|
* TypoMarco Pesenti Gritti2007-03-021-1/+1
|
* Add object_idMarco Pesenti Gritti2007-03-021-0/+5
|
* Improve handle marshalling. Add an uri to the handle.Marco Pesenti Gritti2007-02-211-8/+23
|
* Add an handle argument to the factory and to the activity constructor.Marco Pesenti Gritti2007-02-211-0/+34