Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Our xmlrpc implementation does not work with python 2.5.Marco Pesenti Gritti2007-01-201-3/+7
* 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
* 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
* 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
* | 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
* 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
* 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
* Ensure to emit an activity changed signal when closing the last window. Fix #...Marco Pesenti Gritti2007-01-091-0/+2
* Work around the unfocusable terminal bug. For some reason I can't open a term...Marco Pesenti Gritti2007-01-091-2/+2
* Correct keyboard brightness keycodeMarco Pesenti Gritti2007-01-091-2/+2
* Remove debug printDan Williams2007-01-091-2/+0
* Pulse icons while activity is launchingDan Williams2007-01-091-9/+69
* Misc shell activity launch fixesDan Williams2007-01-081-1/+6
* Rework the console to use autoactivation, move it in services/Marco Pesenti Gritti2007-01-0847-1646/+13
* Adapt to olpc-hardware-manager API changeMarco Pesenti Gritti2007-01-081-1/+1
* TypoMarco Pesenti Gritti2007-01-081-1/+1
* Adapt to the new hardware managerMarco Pesenti Gritti2007-01-085-30/+47
* Some clipboard fixes.Tomeu Vizoso2007-01-072-2/+2
* Merge branch 'master' of git://dev.laptop.org/sugarEduardo Silva2007-01-076-68/+316
|\
| * Refactor activity icon handling in the Home View donutDan Williams2007-01-071-11/+57
| * Make activity launching asynchronousDan Williams2007-01-074-52/+83