Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
Commit message (Expand)AuthorAgeFilesLines
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-111-4/+3
* Prevent activity launching being locked by error during launch.Tomeu Vizoso2007-03-161-6/+8
* Avoid multiple simultaneous launches of the same activity.Tomeu Vizoso2007-03-151-0/+12
* Give up on the save/restore logic, it seem too unpredictable to be clear to t...Marco Pesenti Gritti2007-03-121-7/+3
* Go back to the home page when all activities are closed.Marco Pesenti Gritti2007-03-121-2/+3
* Bunch of fixesMarco Pesenti Gritti2007-03-121-4/+21
* Some cleanups in the Shell. Add a way to save/restore the frame state.Marco Pesenti Gritti2007-03-121-7/+9
* New animation API. Start rewriting the frame slidein slideout logic.Marco Pesenti Gritti2007-03-121-1/+0
* Disable journal automatic startup for nowMarco Pesenti Gritti2007-03-061-1/+1
* Move hardwaremanager out of the view to his own moduleMarco Pesenti Gritti2007-02-251-11/+0
* Cleanup the Activity API, code needs more love.Marco Pesenti Gritti2007-02-211-9/+1
* Add an handle argument to the factory and to the activity constructor.Marco Pesenti Gritti2007-02-211-9/+5
* Generate the id in ActivityFactory. I want it to be easy toMarco Pesenti Gritti2007-02-211-52/+15
* Fix capsMarco Pesenti Gritti2007-02-211-3/+3
* Renamed Rollover to Popup.Tomeu Vizoso2007-02-211-4/+4
* Added Rollover control.Tomeu Vizoso2007-02-201-0/+6
* More work to get rid of stylesheets, some regressions.Marco Pesenti Gritti2007-02-201-4/+0
* Reenable the journal. Add desktop background color.Marco Pesenti Gritti2007-02-131-1/+1
* Split EventFrame to his own file, fixup capsMarco Pesenti Gritti2007-01-251-1/+1
* Factor out global keys handling from the shellMarco Pesenti Gritti2007-01-181-140/+13
* Reenable cameraMarco Pesenti Gritti2007-01-171-3/+1
* 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
* Disable camera key until key autorepeat is fixedMarco Pesenti Gritti2007-01-121-1/+3
* Basic implementation of the shutdown graphicsMarco Pesenti Gritti2007-01-111-1/+9
* Toggle console visibilityMarco Pesenti Gritti2007-01-101-4/+4
* Improve keybindings, fix #575Marco Pesenti Gritti2007-01-091-4/+4
* s/=/equalMarco Pesenti Gritti2007-01-091-2/+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
* Misc shell activity launch fixesDan Williams2007-01-081-1/+6
* Rework the console to use autoactivation, move it in services/Marco Pesenti Gritti2007-01-081-0/+11
* Adapt to the new hardware managerMarco Pesenti Gritti2007-01-081-8/+11
* Make activity launching asynchronousDan Williams2007-01-071-35/+43
* Track activities while they launchDan Williams2007-01-071-4/+11
* Make shell responsible for activity ID generationDan Williams2007-01-061-5/+46
* Cleanup keybindings, fix color/b&wMarco Pesenti Gritti2007-01-051-23/+2
* Comment out .5 keys for now, they break stuff and don't work on the keyboard.Marco Pesenti Gritti2007-01-051-8/+12
* Shutdown when pressing the power button on the olpc.Marco Pesenti Gritti2007-01-051-1/+8
* Remove the shutdown graphical buttonMarco Pesenti Gritti2007-01-051-0/+3
* Implement audio controlsMarco Pesenti Gritti2007-01-051-0/+12
* Stub volume control codeMarco Pesenti Gritti2007-01-051-1/+17
* Fix brightness keybindingMarco Pesenti Gritti2007-01-041-3/+13
* Fix handling of the no activities caseMarco Pesenti Gritti2006-12-241-1/+4
* Complete the shell model/view split, finallyMarco Pesenti Gritti2006-12-241-44/+9
* Split ActivityHost in model/view. Refactor accordingly.Marco Pesenti Gritti2006-12-241-30/+12
* Split model/view in the activities donut.Marco Pesenti Gritti2006-12-241-3/+8
* Start the journal activity by defaultMarco Pesenti Gritti2006-12-241-0/+2
* Refactor a bit to simply __init__Marco Pesenti Gritti2006-12-241-19/+22
* Change the Activity execute method to add a result boolean (handle/not handled).Marco Pesenti Gritti2006-12-211-4/+7