Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityfactoryservice.py
Commit message (Expand)AuthorAgeFilesLines
* In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-081-175/+0
* 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
* Handle exceptions in the activity constructor so thatMarco Pesenti Gritti2007-09-031-1/+10
* Cleanup Bundle to not require SUGAR_PREFIX toMarco Pesenti Gritti2007-09-031-1/+1
* 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
* 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
* 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
* 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
* 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
* 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