Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Port Sugar Palettes with mixed content to new APISimon Schampijer2012-09-132-21/+31
| | | | | | | | | | | | | As Palettes can either include a Gtk.Menu or a Gtk.Window we have to use a "false" menu when we want to have both functionality in a Palette. There is a new class PaletteMenuItem in the toolkit for that. Ported from the Frame: Journal Palette, Network Wireless Palette, Speaker Palette Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Control Panel, updater: adjust string to reduce translator work, SL #3427Simon Schampijer2012-09-101-1/+1
| | | | | Software update -> Software Update to be the same as in jarabe/desktop/homebox.py
* Control Panel, aboutcomputer section: do not translate word "Sugar", SL #3528Kartik Perisetla2012-09-101-0/+1
| | | | | | | Add a translator comment to not translate it. Signed-off-by: Kartik Perisetla <kartik.peri@gmail.com> Acked-by: Simon Schampijer <simon@laptop.org>
* Bring back the Control PanelManuel Quiñones2012-09-079-24/+28
| | | | | | | The keyboard and updater section still need to be ported. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Volume device icon: instantiate Gio.VolumeMonitor correctlyManuel Quiñones2012-09-071-1/+1
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Network device icons: fix pack_start issue introduced by the convert scriptManuel Quiñones2012-09-071-4/+4
| | | | | | | | pygi-convert.py was confused because the first argument is determined by the function _padded() called inside. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Speaker device icon: use "draw" signal and fixup HScale constructorManuel Quiñones2012-09-071-3/+4
| | | | | | | | | | GtkWidget "expose-event" signal has been replaced by a new "draw" signal [1]. [1] http://developer.gnome.org/gtk3/3.0/ch25s02.html#id1467092 Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*