Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.97.11HEADv0.97.11masterSimon Schampijer2012-11-101-1/+1
|
* Frame Palette interaction cleanupSimon Schampijer2012-11-103-6/+14
| | | | | | | | | | | | | | | | | | | | - add a 'done' signal to the CurrentActivityPalette that is emitted when on item in the Palette is selected, when received in the ActivitiesTray we do hide the Frame - call 'popdown_all' on the PaletteGroup when the Frame is hidden, this makes sure that all the Palettes are popped down in that case - Journal Palette: remove the popdown call when 'show content' is selected, this introduced a race - this fixes as well SL #4171 Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Snowflake layout: fix the requisition and allocation - SL #4157Manuel Quiñones2012-11-092-2/+12
| | | | | | | | | Same as commit c5582856, size_request is deprecated and the get_preferred* should be used instead. So we need to implement do_get_preferred_size instead of do_size_request. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* View Source: use gdk_window_set_transient_for correctly, SL #4101Manuel Kaufmann2012-11-091-2/+3
| | | | | | | | | | gdk_window_set_transient_for expects the first argument to be a GtkWindow [1]. [1] http://developer.gnome.org/gdk3/stable/gdk3-Windows.html#gdk-window-set-transient-for Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Simon Schampijer <simon@laptop.org>
* OlpcMeshView: fix typo in palette variable nameManuel Quiñones2012-11-091-1/+1
| | | | | | Reported by Alan Jhonn Aguilar. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Palettes: padding and spacing fixes - SL #4168Manuel Quiñones2012-11-094-6/+12
| | | | | | | | | | | | | | 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>
* Fix separator in activity palette, regressed in 798548f8 - SL #4169Manuel Quiñones2012-11-081-1/+1
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Buddy menu: Set size for the invite icon - SL #4157Manuel Quiñones2012-11-081-1/+2
| | | | | | | Should be set explicitly in the current palette implementation. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*