Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/keyhandler.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor directory structure a bit, preliminary to theMarco Pesenti Gritti2008-02-041-237/+0
* Fix randrMarco Pesenti Gritti2007-11-131-3/+2
* Add support for the espeak serviceMarco Pesenti Gritti2007-11-091-1/+27
* #1941 Call FocusSearch method for popping up the journal. (rwh)Tomeu Vizoso2007-11-011-1/+16
* Handle missing TakeScreenshot method gracefullyMarco Pesenti Gritti2007-10-301-22/+0
* Remove the console. Eduardo is moving the functionalitiesMarco Pesenti Gritti2007-10-301-12/+0
* Fix some key names, looks like they are case sensitive.Marco Pesenti Gritti2007-10-241-3/+3
* Move window management keybindings inside sugar.Marco Pesenti Gritti2007-10-231-27/+37
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-1/+1
* "Moved" the new console work on a branch.Marco Pesenti Gritti2007-09-301-7/+2
* Make the Shell own the console. Some view changes.Marco Pesenti Gritti2007-09-301-1/+1
* More work on the new consoleMarco Pesenti Gritti2007-09-301-2/+7
* Removed the keyboard brightness listener on keycode 236, fix for #3277Simon Schampijer2007-09-111-6/+0
* Use CamelCase for dbus methods.Marco Pesenti Gritti2007-08-201-1/+1
* TypoMarco Pesenti Gritti2007-08-151-1/+1
* Volume/Brightness max/minMarco Pesenti Gritti2007-08-141-10/+36
* Split the UI part of sugarext out to his own module to avoidMarco Pesenti Gritti2007-07-271-1/+1
* Eben specification and the new B3 keyboard (marco)Marco Pesenti Gritti2007-07-171-50/+31
* Do not shutdown on power button.Marco Pesenti Gritti2007-07-151-16/+0
* Remove unused methods from the activity services. Cleanups.Marco Pesenti Gritti2007-07-031-9/+0
* Move the zoom levels inside the modelMarco Pesenti Gritti2007-07-021-6/+5
* Add a bunch of GPL headersMarco Pesenti Gritti2007-06-241-0/+16
* Move SugarKeyGrabber in the lib. Keep it private.Marco Pesenti Gritti2007-06-201-1/+1
* s/get_hardware_manager/get_manager.Marco Pesenti Gritti2007-06-141-7/+7
* Mute the channel when setting the volume to minimum.Marco Pesenti Gritti2007-06-131-1/+4
* Set volume directly from python (requires gst-python).Marco Pesenti Gritti2007-06-131-13/+14
* Take screenshot and save it to the journal (<alt>1).Tomeu Vizoso2007-06-041-0/+4
* Move private extensions out of the lib, inside the shell.Marco Pesenti Gritti2007-04-061-1/+1
* Don't grab the keyboard on press and only react to presses (temporary until t...Tomeu Vizoso2007-03-171-2/+8
* Refactored global key handling and frame logic.Tomeu Vizoso2007-03-171-9/+40
* Set mode to black and white when brightness is zero.Owen Williams2007-03-161-2/+6
* CLeanup emulator shutdownMarco Pesenti Gritti2007-03-091-1/+10
* Fix key release in keyhandlerDan Williams2007-02-281-2/+2
* Support running without network manager service.Marco Pesenti Gritti2007-02-261-8/+19
* Move hardwaremanager out of the view to his own moduleMarco Pesenti Gritti2007-02-251-5/+5
* Fix regression with screen rotationMarco Pesenti Gritti2007-02-131-0/+11
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-01-261-2/+2
|\
| * Another volume change...Marco Pesenti Gritti2007-01-251-1/+1
| * Change sound level as asked by FlipoMarco Pesenti Gritti2007-01-251-1/+1
* | Stub Alt+Tab key handlerDan Williams2007-01-241-0/+4
|/
* Factor out global keys handling from the shellMarco Pesenti Gritti2007-01-181-0/+146