Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityfactoryservice.py
Commit message (Collapse)AuthorAgeFilesLines
* Redo activity bundles in terms of sugar.bundle.bundleDan Winship2007-09-201-2/+2
|
* Use the activity service name for logs rather thanMarco Pesenti Gritti2007-09-041-1/+1
| | | | the user visible name.
* Handle exceptions in the activity constructor so thatMarco Pesenti Gritti2007-09-031-1/+10
| | | | | log messages ends up in the activity log rather than in shell/journal.
* Cleanup Bundle to not require SUGAR_PREFIX toMarco Pesenti Gritti2007-09-031-1/+1
| | | | | be set. Also start using properties rather than set/getters.
* Set ACTIVITY_ROOT environment variable.Tomeu Vizoso2007-08-131-0/+2
|
* Set glib program name and application name.Marco Pesenti Gritti2007-06-291-2/+4
| | | | | Better way of importing ltihooks. Several cleanups.
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
|
* Support icons inside the activityMarco Pesenti Gritti2007-05-311-0/+2
|
* Rename interface name to org.laptopMarco Pesenti Gritti2007-05-221-1/+3
|
* Set a default title for the activityMarco Pesenti Gritti2007-05-141-0/+1
|
* Use sys.path.append, not insertMarco Pesenti Gritti2007-04-151-1/+1
|
* Overall roles and operation of the activity classes.Mike C. Fletcher2007-04-141-0/+2
| | | | Note on return value for factory service.
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-111-1/+0
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-1/+51
| | | | | | | | | | | | | | | | 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
* My brain is dead, it really is. Actually setup gettext on the server...Marco Pesenti Gritti2007-03-231-0/+5
|
* Smarter sugar-activity which can make itself the factory and openMarco Pesenti Gritti2007-03-091-6/+9
| | | | one instance.
* Don't present from inside the Activity constructorMarco Pesenti Gritti2007-02-241-0/+1
|
* Add a class attribute as per the updated spec.Marco Pesenti Gritti2007-02-221-4/+10
| | | | Cleanups.
* Make sugar-activity-factory just a wrapper.Marco Pesenti Gritti2007-02-221-6/+16
|
* Improve handle marshalling. Add an uri to the handle.Marco Pesenti Gritti2007-02-211-2/+2
|
* Add an handle argument to the factory and to the activity constructor.Marco Pesenti Gritti2007-02-211-2/+4
|
* Rename the classMarco Pesenti Gritti2007-02-211-2/+3
|
* Split factory client and serverMarco Pesenti Gritti2007-02-211-0/+78