Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert shared activity type to an activity bundle service name for activatio...Dan Williams2006-12-211-2/+16
* Add a start method to the activity. It's parallel/alternative to join.Marco Pesenti Gritti2006-12-181-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-12-161-0/+4
|\
| * Usability fixes for dnd on the clipboardTomeu Vizoso2006-12-161-0/+4
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2006-12-141-1/+11
|\ \ | |/
| * Improve error reporting when a non-activity window is opened.Tomeu Vizoso2006-12-141-1/+11
* | Remove the terminal keybinding, terminal is now in the devel consoleMarco Pesenti Gritti2006-12-141-3/+0
|/
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-203/+203
* don't kill the shell when a non-activity window is brought to frontDan Williams2006-11-171-12/+19
* Remap keys to match OLPC keyboard and use Shift+Alt for non-OLPC machinesDan Williams2006-11-161-7/+20
* Rearrange keymappings for the real B1 machines' keyboardsDan Williams2006-11-151-11/+11
* Work around the unfocusable terminal bugMarco Pesenti Gritti2006-11-131-1/+5
* Bind keys to dcon manager actions, see READMEMarco Pesenti Gritti2006-11-081-1/+16
* Get running activities to work. Still hacky.Marco Pesenti Gritti2006-10-311-1/+1
* Add the overlay icon on the frameMarco Pesenti Gritti2006-10-241-2/+2
* Refactor a bit to keep host independent from the shellMarco Pesenti Gritti2006-10-191-5/+21
* Add GPL headersMarco Pesenti Gritti2006-10-141-0/+16
* Create a private sugar lib and put our extensions there.Marco Pesenti Gritti2006-10-121-1/+1
* Improve stylesheet loadingMarco Pesenti Gritti2006-10-051-0/+4
* Get rid of the old Grid and CanvasBoxMarco Pesenti Gritti2006-10-031-5/+0
* Fix frame behavior on chat; when we show the chat remember previous frame sta...Dan Williams2006-09-281-5/+11
* Start making activity chat work; hit F9 to activateDan Williams2006-09-281-0/+11
* Fix a few bugsMarco Pesenti Gritti2006-09-221-1/+1
* Handle closing all activities correctlyMarco Pesenti Gritti2006-09-211-4/+5
* Simple timeline API.Marco Pesenti Gritti2006-09-211-2/+9
* Show/hide the frame on mouse motion, needs workMarco Pesenti Gritti2006-09-181-1/+1
* Implement close button for the activity.Marco Pesenti Gritti2006-09-181-2/+1
* Cleanup shell model/view separationMarco Pesenti Gritti2006-09-181-4/+44
* Initial implementation of the activity menuMarco Pesenti Gritti2006-09-161-1/+1
* Implement friends removal, lots of cleanupsMarco Pesenti Gritti2006-09-151-0/+23
* Pass around the shell so that groups can reuse the gridMarco Pesenti Gritti2006-09-151-1/+6
* Move the view to his own moduleMarco Pesenti Gritti2006-09-151-0/+74