Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* CP: allow further selection beyond English fallbackDaniel Drake2012-11-231-27/+0
| | | | | | | | | | | | | Currently, the language control panel does not allow you to select other languages after a en_US entry. This is built around the assumption that source code strings are always in English, which is the common case, but does not always have to be true. As other apps can interpret the same LANGUAGE variable as a more general priority list of languages (Maliit will start doing this), there is further justification to remove the artificial en_US ending boundary. Acked-by: Simon Schampijer <simon@laptop.org>
* Replace remaining uses of "import glib"Gonzalo Odiard2012-11-235-23/+23
| | | | | | | This was not handled by the pygi-convert.sh script. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Palettes: padding and spacing fixes - SL #4168Manuel Quiñones2012-11-093-3/+3
| | | | | | | | | | | | | | More fixes for the Palettes styling, commit 798548f8 . - set spacing between progress bar and label for Volumes device, Battery device, and Journal palette. - remove padding from Speaker device palette. - remove unneeded import in volume.py Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Palettes: adjust to the new API - SL #4144Manuel Quiñones2012-11-075-46/+59
| | | | | | | | The API now allows to hide the implementation details using a PaletteMenuBox as container. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Disable the OSK frame device, OLPC #12281Simon Schampijer2012-11-061-0/+5
| | | | | | | | | | The manual invocation of the OSK has many unresolved corner cases, see [1]. [1] http://dev.laptop.org/ticket/12281 Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
*