Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityfactory.py
Commit message (Collapse)AuthorAgeFilesLines
* Make create_activity_id() a public function.Tomeu Vizoso2007-03-151-4/+4
|
* Smarter sugar-activity which can make itself the factory and openMarco Pesenti Gritti2007-03-091-5/+6
| | | | one instance.
* workaround to fix blocking when launching activitiesJohn (J5) Palmieri2007-03-051-1/+1
| | | | | | * set follow_name_owner_changes to true when creating a proxy for an activity which causes proxies to be late bound and not make a blocking call to start a service
* Added create_with_object_id() func.Tomeu Vizoso2007-03-021-0/+6
|
* TypoMarco Pesenti Gritti2007-02-271-1/+1
|
* Put exec back, I forgot it was used by the camera.Marco Pesenti Gritti2007-02-221-32/+31
| | | | Helper method to create an activity with an uri.
* Cleanup the Activity API, code needs more love.Marco Pesenti Gritti2007-02-211-9/+6
|
* Improve handle marshalling. Add an uri to the handle.Marco Pesenti Gritti2007-02-211-1/+1
|
* Add an handle argument to the factory and to the activity constructor.Marco Pesenti Gritti2007-02-211-8/+16
|
* Generate the id in ActivityFactory. I want it to be easy toMarco Pesenti Gritti2007-02-211-1/+32
| | | | | | run activities without using the shell. Some regression in the debug messages, which I'll fix as part of further refactoring.
* Fix capsMarco Pesenti Gritti2007-02-211-0/+67