Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use the same font size independent from scalingSimon Schampijer2009-03-021-1/+1
|
* Don't add_bundle on activity dir change when installed already #442Simon Schampijer2009-02-271-1/+9
| | | | regression from #235
* Make mute sound code togglableSimon Schampijer2009-02-261-1/+4
|
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineSimon Schampijer2009-02-261-3/+2
|\
| * Catch all exceptions (thanks to silbe)Tomeu Vizoso2009-02-261-3/+2
| |
* | keyhandler: Map XF86Search to the journal searchSimon Schampijer2009-02-261-0/+1
|/
* Fix typo for volume_up (Sascha Silbe)Simon Schampijer2009-02-261-1/+1
|
* Give time for atexit to execute when closing the emulator #435Tomeu Vizoso2009-02-252-3/+9
|
* Dont hardcode the maximum amount of entries to cache in the journal #72Tomeu Vizoso2009-02-252-20/+22
|
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineSimon Schampijer2009-02-253-4/+2
|\
| * Fix a couple of trivial pylint warningsTomeu Vizoso2009-02-243-4/+2
| |
* | Use keyboard specific keys to set the volume #430Simon Schampijer2009-02-251-23/+30
|/ | | | | We listen now like GNOME for 'XF86AudioMute', 'XF86AudioLowerVolume' and 'XF86AudioRaiseVolume'
* Switch to existing instance of an activity if it's already running #410Tomeu Vizoso2009-02-232-4/+12
|
* Add the accelerator properlyTomeu Vizoso2009-02-202-2/+7
|
*