Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityfactory.py
Commit message (Expand)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-316/+0
* Use new style for unused variablesSimon Schampijer2008-04-241-1/+1
* pylint sugar.activity, mostly cleanMarco Pesenti Gritti2008-04-191-1/+1
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+316
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-256/+0
* Direct Rainbow to capture activity stdio output.Michael Stone2007-10-101-0/+2
* Use incremental numbers to avoid double logs, nicerMarco Pesenti Gritti2007-10-091-4/+4
* Cleanup the logs stuff a bit.Marco Pesenti Gritti2007-10-091-7/+5
* Rework sugar.logger and make activities justMarco Pesenti Gritti2007-10-091-3/+10
* Implement a sugar-launch command. Works like the old sugar-activityMarco Pesenti Gritti2007-10-091-15/+29
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-1/+3
* Leftover service initializationMarco Pesenti Gritti2007-10-091-5/+0
* Add $bundlepath/bin to the PATH when launching anMarco Pesenti Gritti2007-10-091-0/+3
* In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-081-5/+20
* activityfactory: Cope with dbus-python 0.82.2's fix to non-default timeouts. ...Simon McVittie2007-09-271-2/+9
* Revert "Adapt to dbus-python API change"Marco Pesenti Gritti2007-09-271-2/+2
* Adapt to dbus-python API changeMarco Pesenti Gritti2007-09-271-2/+2
* Fixes #3723, "Fix Rainbow/Sugar Integration."Michael Stone2007-09-211-1/+1
* Use logging.error or dbus errors. Launch the activityMarco Pesenti Gritti2007-09-141-4/+5
* When starting an activity with activity_id but no object_idMarco Pesenti Gritti2007-09-141-22/+45
* with the native factory which doesn't have introspection.Marco Pesenti Gritti2007-08-301-1/+2
* 2647, if security is enabled let rainbow launch activities.Marco Pesenti Gritti2007-08-271-4/+25
* Revert "Notice when (non-sugar) activity factories fail to launch. #1975"Dan Winship2007-08-221-5/+2
* Notice when (non-sugar) activity factories fail to launch. #1975Dan Winship2007-08-081-2/+5
* Increase activity launching timeout.Marco Pesenti Gritti2007-07-261-0/+1
* Ensure activity uniquness in the shellMarco Pesenti Gritti2007-07-201-9/+24
* Set glib program name and application name.Marco Pesenti Gritti2007-06-291-3/+2
* Make notification work from outside the shell processMarco Pesenti Gritti2007-06-291-25/+30
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
* use activity_id in service nameBert Freudenberg2007-06-201-4/+0
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-271-2/+1
* Avoid to reparse the activity registry on each activity start, hrm!Marco Pesenti Gritti2007-05-241-8/+5
* Rename interface name to org.laptopMarco Pesenti Gritti2007-05-221-1/+3
* Fix activity creation ID collisionsDan Williams2007-05-081-1/+1
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-1/+46
* Fix activity ID generation logicDan Williams2007-04-091-4/+3
* Cut over to new PresenceServiceDan Williams2007-04-091-2/+2
* My brain is dead, it really is. Actually setup gettext on the server...Marco Pesenti Gritti2007-03-231-4/+0
* Remove debug codeMarco Pesenti Gritti2007-03-231-2/+0
* Fix locale path handlingMarco Pesenti Gritti2007-03-231-2/+3
* Add support to read linfo.Marco Pesenti Gritti2007-03-231-0/+5
* 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
* workaround to fix blocking when launching activitiesJohn (J5) Palmieri2007-03-051-1/+1
* 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
* 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