Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Expand)AuthorAgeFilesLines
* Use sys.path.append, not insertMarco Pesenti Gritti2007-04-151-1/+1
* Overall roles and operation of the activity classes.Mike C. Fletcher2007-04-142-0/+49
* Clear share signal ID after disconnecting itDan Williams2007-04-131-0/+1
* Asynchronize activity sharing on the client sideDan Williams2007-04-131-4/+14
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-114-37/+3
* First go at the new type registry.Marco Pesenti Gritti2007-04-112-1/+35
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-107-16/+216
* Fix activity ID generation logicDan Williams2007-04-091-4/+3
* Cut over to new PresenceServiceDan Williams2007-04-093-6/+6
* Make browser a modules inside sugar libraryMarco Pesenti Gritti2007-04-071-1/+0
* Use gtk to detect dpi.Marco Pesenti Gritti2007-04-071-5/+0
* Remove some unused importsMarco Pesenti Gritti2007-03-281-2/+0
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-261-10/+15
|\
| * Fix last fix.Tomeu Vizoso2007-03-251-2/+3
| * Fix for #1157. Thanks to leejc.Tomeu Vizoso2007-03-251-10/+14
* | Strip the MANIFEST linesMarco Pesenti Gritti2007-03-261-1/+3
|/
* Compile and include .mo in ./setup.py dist.Tomeu Vizoso2007-03-231-0/+12
* Fix up translations supportMarco Pesenti Gritti2007-03-231-3/+5
* My brain is dead, it really is. Actually setup gettext on the server...Marco Pesenti Gritti2007-03-232-4/+5
* Remove debug codeMarco Pesenti Gritti2007-03-231-2/+0
* UnusedMarco Pesenti Gritti2007-03-231-11/+0
* Fix locale path handlingMarco Pesenti Gritti2007-03-232-3/+8
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-231-5/+43
|\
| * Added operations genpot and genmo to bundlebuilder.py for localization.Tomeu Vizoso2007-03-231-5/+43
* | Add support to read linfo.Marco Pesenti Gritti2007-03-233-2/+33
|/
* First step at activities localization.Tomeu Vizoso2007-03-232-1/+13
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-191-0/+6
|\
| * Set the DPI on activity startup. In the future we should have a xsetting for ...Tomeu Vizoso2007-03-191-0/+6
* | Create ~/Activities only when necessaryMarco Pesenti Gritti2007-03-181-4/+4
|/
* Make create_activity_id() a public function.Tomeu Vizoso2007-03-151-4/+4
* Smarter bundle name matchingMarco Pesenti Gritti2007-03-091-0/+12
* Smarter sugar-activity which can make itself the factory and openMarco Pesenti Gritti2007-03-093-14/+18
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-093-7/+18
* Intialize the service to None, we are freeing it later.Marco Pesenti Gritti2007-03-071-0/+1
* Fix bug for activities with spaces in the nameOwen Williams2007-03-061-1/+1
* 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-03-021-1/+1
* Add object_idMarco Pesenti Gritti2007-03-021-0/+5
* TypoMarco Pesenti Gritti2007-02-271-1/+1
* Use Window, add a compatibility hack to not break APIMarco Pesenti Gritti2007-02-271-3/+11
* Don't present from inside the Activity constructorMarco Pesenti Gritti2007-02-242-2/+1
* Rename color property in CanvasIcon to xo-color and added properties fill-col...Tomeu Vizoso2007-02-231-1/+1
* Adapt to activity api changeMarco Pesenti Gritti2007-02-221-0/+1
* Remove bundle specific stuff from env.Marco Pesenti Gritti2007-02-222-8/+10
* Add a class attribute as per the updated spec.Marco Pesenti Gritti2007-02-223-14/+29
* Make sugar-activity-factory just a wrapper.Marco Pesenti Gritti2007-02-221-6/+16
* Put exec back, I forgot it was used by the camera.Marco Pesenti Gritti2007-02-223-32/+41
* Cleanup the Activity API, code needs more love.Marco Pesenti Gritti2007-02-213-48/+14
* Improve handle marshalling. Add an uri to the handle.Marco Pesenti Gritti2007-02-213-11/+26