Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/profile.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix nickname encoding and length issuesDan Williams2007-05-071-1/+3
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-0/+25
| | | | | | | | | | | | | | | | 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
* properly manage the registered field in the config fileGuillaume Desmottes2007-02-271-1/+3
|
* Add a Server section in the config file and use it to register only when neededGuillaume Desmottes2007-02-271-0/+27
|
* Create separate plugins for connection methodsDan Williams2007-02-261-0/+32
|
* New intro/setup screenDan Williams2007-02-251-3/+26
|
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-231-2/+2
|
* Add public key item to sugar profileDan Williams2007-02-221-0/+7
|
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-18/+18
|
* Remove debug codeMarco Pesenti Gritti2006-10-171-1/+0
|
* Fix some path bugs. Reload the profile when first time dialog wrote it.Marco Pesenti Gritti2006-10-171-16/+28
|
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-161-0/+43
For now start sugar with "sugar-emulator shell/sugar-shell"