Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/util.py
Commit message (Collapse)AuthorAgeFilesLines
* #1888 Choose the correct mime type when adding text from Write to the clipboard.Tomeu Vizoso2007-07-141-22/+0
|
* Be smarter when choosing one mime type from the targets offered.Tomeu Vizoso2007-07-031-0/+25
|
* add process title setting to activitiesJohn (J5) Palmieri2007-06-271-0/+22
| | | | | * they now will show up as Activity Name <id> in the process list truncated to 15 characters though
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-1/+32
| | | | | | | | | | | | | | | | 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
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-31/+31
|
* Several cleanupsMarco Pesenti Gritti2006-12-011-14/+18
|
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
|
* Changed all type checking to use isinstanceJohn (J5) Palmieri2006-10-031-1/+1
|
* _stringify_hash -> printable_hash; generalize, make more publicDan Williams2006-09-251-7/+7
|
* Get activity bar and activity creation to workMarco Pesenti Gritti2006-08-171-0/+14
|
*