aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add minimal touch screen friendly gtk+-3.0 themeHEADmasterGuido Günther2013-02-16
| | | | | It increases the padding of all widgets and makes wider scroll bars for places where we don't have kinetic scrolling yet.
* Works with 3.6.2Guido Günther2012-12-28
|
* Don't do any unnecessary work in initGuido Günther2012-12-27
|
* Use connect/disconnectGuido Günther2012-12-27
| | | | to add/remove ourself to the panel to disconnect from signals
* Use signals to detect keyboard visibility changesGuido Günther2012-12-27
| | | | this makes sure button title and keyboard status are in sync.
* Mark _button as private to the moduleGuido Günther2012-12-27
|
* Adjust to gnome-shell CodingStylev0.0.1Guido Günther2012-12-27
|
* Activate keyboardGuido Günther2012-12-27
| | | | if not already enabled via the accessiblity menu
* Change text depending on visibilityGuido Günther2012-12-27
|
* Remove unused importsGuido Günther2012-12-26
|
* Adjust to gnome-shell 3.6.1Guido Günther2012-12-26
|
* Revert "Toggle keyboard by visibility"Guido Günther2012-03-18
| | | | | | This reverts commit 2583e8a90cf50199e6cb74e0d9181ab7c0940b7b. Needed until BZ#671340 is fixed.
* Don't use global 'label'Guido Günther2012-03-18
|
* Add MakefileGuido Günther2012-03-12
|
* Toggle keyboard by visibilityGuido Günther2012-03-12
| | | | not by extra state variable.
* Initial commitGuido Günther2012-02-29