Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Another few import fixes.Marco Pesenti Gritti2008-09-282-2/+3
|
* Bunch of import fixesMarco Pesenti Gritti2008-09-2821-58/+72
|
* Move the shell code into site-packages.Marco Pesenti Gritti2008-09-28153-218/+200
|
* Remove redundant local import.Marco Pesenti Gritti2008-09-271-1/+0
|
* Trac #7969: Accidental searches lead to a "blank" Home screen.C. Scott Ananian2008-09-251-0/+5
| | | | Disable the search box in the favorites view, to prevent unexpected behavior.
* Trac #8642: bug in WPA key dialog prevents passwords with shell metacharactersC. Scott Ananian2008-09-251-7/+5
| | | | | | The use of commands.getstatusoutput is very sketchy. I've replaced this with subprocess.Popen, which is the preferred way to invoke other programs these days.
* #8234 Initialize dbus threadsTomeu Vizoso2008-09-251-0/+2
|
* Move the controlpanel extensions to own modulesSimon Schampijer2008-09-2433-128/+149
|
* Move DSObject.resume() from sugar-toolkit to the shellTomeu Vizoso2008-09-226-9/+89
|
* Comment out the spiral layoutEben Eliason2008-09-181-1/+1
|
* Revert "Remove a few doc strings that pydoc does not pick up anyway, replace"Marco Pesenti Gritti2008-09-192-17/+33
| | | | This reverts commit f92b65039fd587818cd131ab676eafaf944a1621.
* Box and Triangle aren't "sufficiently useful" for inclusion.C. Scott Ananian2008-09-191-2/+2
| | | | They are left in place for the enjoyment of small hackers.
* Trac #8554: Change access point icon shape after we've connected.C. Scott Ananian2008-09-192-2/+15
|
* Removed unused import.Marco Pesenti Gritti2008-09-191-1/+0
|
* Ensure _calculate_position always has the same arguments.Marco Pesenti Gritti2008-09-192-7/+10
|
* Don't use multiple statements on a single line.Marco Pesenti Gritti2008-09-191-8/+16
|
* Remove a few doc strings that pydoc does not pick up anyway, replaceMarco Pesenti Gritti2008-09-192-33/+17
| | | | some of them with comments.
*