Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Typo. Thanks buildbot.Marco Pesenti Gritti2008-10-011-1/+1
|
* Remove work around for old dbus-python.Marco Pesenti Gritti2008-09-301-11/+2
|
* Move view.clipboard* into frame.Marco Pesenti Gritti2008-09-305-4/+4
|
* Fix case of model modules.Marco Pesenti Gritti2008-09-308-12/+12
|
* Fix view module case.Marco Pesenti Gritti2008-09-3017-127/+49
|
* Fix case of the desktop modules.Marco Pesenti Gritti2008-09-3010-13/+13
|
* Remove unused main module.Marco Pesenti Gritti2008-09-302-159/+0
|
* Move the devices inside the frame module.Marco Pesenti Gritti2008-09-3010-4/+4
|
* Move home to his own module, rename to desktop.Marco Pesenti Gritti2008-09-3019-19/+19
|
* Move frame to his own module.Marco Pesenti Gritti2008-09-3022-35/+35
|
* Move ui-check code inside the script.Marco Pesenti Gritti2008-09-302-150/+1
|
* Move emulator code in the script.Marco Pesenti Gritti2008-09-302-135/+0
|
* Remove unused import.Marco Pesenti Gritti2008-09-291-1/+0
|
* Fix controlpanel dynamic importsMarco Pesenti Gritti2008-09-291-4/+4
|
* Install image in site-packages too.Marco Pesenti Gritti2008-09-291-1/+1
|
* Couple of import fixes, thanks buildbot.Marco Pesenti Gritti2008-09-292-2/+2
|
* Remove unused device.Marco Pesenti Gritti2008-09-282-29/+0
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2008-09-281-1/+1
|\
| * Trac #8663: make the favorites view buttons square.C. Scott Ananian2008-09-281-1/+1
| | | | | | | | | | If there aren't many choices in the favorites view, the buttons got rectangular. This patch will keep them square.
* | Remove pointless devices.network submodule.Marco Pesenti Gritti2008-09-2813-56/+12
|/
* 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.
*