Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Our xmlrpc implementation does not work with python 2.5.Marco Pesenti Gritti2007-01-201-3/+7
| | | | Try/except it and log an error.
* Do not hardcode /usr/bin/pythonMarco Pesenti Gritti2007-01-203-3/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-01-191-1/+2
|\
| * Fixed missed Makefile.am entryEduardo Silva2007-01-191-1/+2
| |
* | Fix API for hippo-canvas 0.2Marco Pesenti Gritti2007-01-194-15/+15
|/
* Fix redundancyOwen Williams2007-01-181-2/+1
|
* Factor out global keys handling from the shellMarco Pesenti Gritti2007-01-183-140/+160
|
* Reenable cameraMarco Pesenti Gritti2007-01-171-3/+1
|
* There are 4 different menu shells on the panel, check against the right one.Marco Pesenti Gritti2007-01-161-9/+9
|
* Update to new icon API.Tomeu Vizoso2007-01-161-2/+2
|
* Reduce launch feedback interval to boost launch timesDan Williams2007-01-161-1/+1
|
* Accidentally reverted...Marco Pesenti Gritti2007-01-161-3/+3
| | | | | | Revert "Revert "On edges show the frame after 1.5 seconds"" This reverts commit cbc8abbb0809a7f9db7c86aed34764f4eb163bf2.
* Remove some unused importsMarco Pesenti Gritti2007-01-151-3/+0
|
* Revert "On edges show the frame after 1.5 seconds"Marco Pesenti Gritti2007-01-151-3/+3
| | | | This reverts commit 5e08830feb376ad6cd12a412689d7d237375fb72.
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-01-151-20/+31
|\
| * Enable caching of rendered icon surfaces during launch feedbackDan Williams2007-01-141-4/+4
| |
| * Precompute color fade values; longer redraw intervalDan Williams2007-01-141-16/+27
| | | | | | | | cycles be precious, don't waste them
* | On edges show the frame after 1.5 secondsMarco Pesenti Gritti2007-01-151-3/+3
|/
* Add support for screen rotation.Marco Pesenti Gritti2007-01-131-0/+15
|
* Tweak sounds level a bit as per Flipo suggestionMarco Pesenti Gritti2007-01-121-2/+2
|
* Support for activity icons inside the bundle.Marco Pesenti Gritti2007-01-126-14/+14
| | | | | Patch by Gonzalo Odiard <godiard@gmail.com> Modified by me to allow icon theme to override the bundle one.
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-01-125-45/+75
|\
| * Some more usability fixes for the clipboard.Tomeu Vizoso2007-01-115-45/+75
| |
* | Disable camera key until key autorepeat is fixedMarco Pesenti Gritti2007-01-121-1/+3
|/
* Also slide out the frame on shutdownMarco Pesenti Gritti2007-01-111-0/+8
|
* Basic implementation of the shutdown graphicsMarco Pesenti Gritti2007-01-113-2/+46
|
* Merge branch 'master' of git+ssh://johnp@dev.laptop.org/git/sugarJohn (J5) Palmieri2007-01-102-7/+7
|\
| * Toggle console visibilityMarco Pesenti Gritti2007-01-101-4/+4
| |
| * Fix to follow the new home apiMarco Pesenti Gritti2007-01-101-3/+3
| |
* | add import for sugar.graphics.IconColorJohn (J5) Palmieri2007-01-101-0/+1
|/
* add prelight on mouse enter to activity iconsJohn (J5) Palmieri2007-01-092-0/+13
| | | | * prelight uses profile.get_color()
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-01-092-15/+20
|\
| * Fix part 1 of #439. Also cleanup code a bit.Marco Pesenti Gritti2007-01-091-11/+16
| |
| * Improve keybindings, fix #575Marco Pesenti Gritti2007-01-091-4/+4
| |
* | Increase launch timeout to 20sDan Williams2007-01-091-1/+1
|/
* s/=/equalMarco Pesenti Gritti2007-01-091-2/+2
|
*