Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/profile.py
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-207/+0
|
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+207
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-199/+0
|
* Registration menuMarco Pesenti Gritti2007-10-121-0/+3
|
* Save state of volume when shutdown and reboot fix for #3652Simon Schampijer2007-09-241-0/+7
|
* Convenience method to get the pubkey, which the activities seem to need.Marco Pesenti Gritti2007-09-171-0/+3
|
* Use nick name consistently in the profileMarco Pesenti Gritti2007-09-171-7/+7
|
* Cleanup the profile code and rename the Server section to Jabber.Marco Pesenti Gritti2007-09-171-70/+54
|
* Start intro if config is absent or corrupted.Marco Pesenti Gritti2007-07-301-11/+21
| | | | Cleanups.
* add a missing "self", noticed by nelhageDan Winship2007-07-271-1/+1
|
* Add get/set for backup info, and set_serverDan Winship2007-07-261-19/+38
|
* More LGPL headersMarco Pesenti Gritti2007-06-241-11/+12
|
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
|
* 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"