Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityservice.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused methods from the activity services. Cleanups.Marco Pesenti Gritti2007-07-031-15/+0
|
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
|
* use activity_id in service nameBert Freudenberg2007-06-201-10/+7
| | | | | | | | - construct service name from activity id instead of X window id - cleanup unused declarations in activityfactory.py - remove obsolete _dbus_name_owner_changed_cb() - see http://dev.laptop.org/ticket/1767 - cleared by marcopg
* Make bundle_id and activity_id window properties toMarco Pesenti Gritti2007-06-011-10/+0
| | | | avoid races.
* Save to the journal when switching to another activity.Tomeu Vizoso2007-05-161-0/+6
|
* Ensure the window is realized before getting his xidMarco Pesenti Gritti2007-04-261-0/+2
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-0/+15
| | | | | | | | | | | | | | | | 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
* Remove some unused importsMarco Pesenti Gritti2007-03-281-2/+0
|
* Remove bundle specific stuff from env.Marco Pesenti Gritti2007-02-221-3/+3
| | | | Move get_bundle_path to activity.
* Put exec back, I forgot it was used by the camera.Marco Pesenti Gritti2007-02-221-0/+6
| | | | Helper method to create an activity with an uri.
* Cleanup the Activity API, code needs more love.Marco Pesenti Gritti2007-02-211-17/+0
|
* Split out Activity client/serverMarco Pesenti Gritti2007-02-211-0/+79