Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-107-16/+216
| | | | | | | | | | | | | | | | 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-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
|/ | | | Refactor locale to actually use gettext.
* 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
|\
| *