Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-session
Commit message (Collapse)AuthorAgeFilesLines
* Cursor tracker: only display the cursor in mouse/trackpad mode, SL #4021Simon Schampijer2012-10-151-0/+6
| | | | | | | | | | | | We only display the cursor in mouse/trackpad mode, hence when a mouse motion is detected or a button press event. When a touch begin event is received the cursor will be hidden. We only track the incoming events when a touchscreen device is available. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Set default python encoding to utf-8Simon Schampijer2012-10-101-0/+5
| | | | | | | | | | | | | | | | | | | | As spoted by Daniel Narvaez in [1], pygi does not set the default encoding anymore as the old GTK+ did. This change does break activities ported to GTK+3. The change in GTK+ has been discussed upstream here [2]. A better solution will be implemented when we port to Python 3, when we will be able to use real unicode strings. The toolkit-gtk3 has already been fixed in 5fdad9481ba7079a6a718159ebe7eb8e5367c46e. Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org> [1] http://lists.sugarlabs.org/archive/sugar-devel/2012-August/038993.html [2] https://bugzilla.gnome.org/show_bug.cgi?id=681915
* Handling gestures to show/hide the frameSimon Schampijer2012-10-051-0/+7
| | | | | | | | | | | | | We use SugarExt.GestureGrabber to listen for gestures on the root window. Swiping from the frame area towards the center does reveal the Frame. Swiping towards one of the edges does hide the Frame. This patch does depend on fe0022cd8f6a8fb94d379be287761cc3a6206086 in the toolkit-gtk3. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Model Speech: use GStreamer 1.0 through introspectionDaniel Narvaez2012-09-071-0/+4
| | | | | Signed-off-by: Daniel Narvaez <dwnarvaez@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Fix xklavier for keyboard configurationManuel Quiñones2012-09-071-3/+6
| | | | | | | | - use intrspected API for getting the default display - adopt to new API Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*