Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityfactory.py
Commit message (Collapse)AuthorAgeFilesLines
* Notice when (non-sugar) activity factories fail to launch. #1975Dan Winship2007-08-081-2/+5
| | | | (still need a better shell UI for when this happens)
* 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
| | | | | Better way of importing ltihooks. Several cleanups.
* 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
| | | | | | | | - 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
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-271-2/+1
| | | | | the shell and expose the parts that should be public to the shell dbus service.
* 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
| | | | | | | | | | | | | | | | 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
* 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
| | | | Refactor locale to actually use gettext.
* 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