Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3
Commit message (Collapse)AuthorAgeFilesLines
* Theme Tooltips like Palettes, SL #3403Simon Schampijer2012-06-011-0/+11
| | | | | | | | | | | | | | Theme the tooltips with a black background and a button_grey border and white text on it to have the same style as Palettes. An example is the tooltip displayed for bookmarks in the Read activity, part of SL #3403. Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org> Tested-by: Manuel Kaufmann <humitos@gmail.com> Design-ok-by: Gary C. Martin <garycmartin@googlemail.com>
* Fix artifacts in share button, SL #3387Simon Schampijer2012-05-211-16/+11
| | | | | | | | | | | | | | | When the SugarRadioToolButton is inside a SugarPaletteWindowWidget and the state is active we make the background color button_grey. When a GtkToolButton is inside of a SugarPaletteWindowWidget and the state is active we make the background color transparent, otherwise this fills up all the space around the SugarRadioToolButton. For all the other appearences of a GtkToolButton we make the background color button_grey when the state is active which fixes partly SL #3590. Initial-patch: Carlos Garnacho <carlosg@gnome.org> Signed-off-by: Simon Schampijer <simon@laptop.org> Tested-by: Gonzalo Odiard <gonzalo@laptop.org>
* Theme the labels on a toolbar, SL #3558, #3479Simon Schampijer2012-05-041-0/+4
| | | | | | | | | The labels on a toolbar (whether primary or sub-toolbar) should be white. This fixes SL #3558 and SL #3479. Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org> Tested-by: Gonzalo Odiard <gonzalo@laptop.org>
* Specify in the gtk3 theme that we want to use the Sugar cursor theme, SL #3551Simon Schampijer2012-05-021-0/+2
| | | | | | | | | | | | | | | | | We do specify that for the shell in already see [1]. But that does not work for our toolkit-gtk3 activities. Test Case: - on the XO check that the cursor when hovering over a link has the desired size (Read and Browse) - in jhbuild on a non-xo device where the hover cursor has the correct size and shape (was the host system one before) Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org> Tested-by: Manuel Quiñones <manuq@laptop.org> [1] http://git.sugarlabs.org/sugar/mainline/blobs/master/data/gtkrc.em
* Set notebook padding to 0px in the GTK3 CSS, SL #3482Manuel Quiñones2012-04-261-1/+1
| | | | | | | | | | | This removes the 2 pixel padding that was around all the notebook page, preventing a confortable use of the scroll bar with the mouse pointer, as #3482 describes. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Tested-by: Simon Schampijer <simon@laptop.org> Tested-by: Anish Mangal <anish@activitycentral.com>
* Set proper colors in the SugarAlert message text and timeout text #3475Manuel Quiñones2012-04-201-0/+15
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Theme the LinkInfo label that is displayed in Browse at the bottom leftSimon Schampijer2012-03-161-5/+15
| | | | | | | | | | | | | | Set the color of the label and the background of it's parent the overlay. Labels don't create their own window to render themselves into. Instead, they draw themselves directly onto their parents window, so we have to set the background-color of the parent in order to set the labels' background color [1]. The patch does adjust the Browse entry names to be consistent. [1] http://developer.gnome.org/gtk-faq/stable/x810.html Signed-off-by: Simon Schampijer <simon@schampijer.de>
* Mimic the behaviour and style of the sugar GTK+ 2 sub-toolbars in GTK+ 3Simon Schampijer2012-03-151-0/+16
| | | | | | | | | | | This patch takes care of the background color of the toolbutton when pressed and hovered. Furthermore the border radius for the highlightning when pressed is defined. There is a follow up patch in sugar-toolkit-gtk3 to make use of this. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Use border/padding properties in Gtk.Entry instead of inner-border propertySimon Schampijer2012-03-141-2/+2
| | | | | | | | | | | | | | The inner-border property has been removed from the Gtk.Entry [1]. We use the standard CSS border/padding properties instead. Basically I have re-ordered the formula, for the inner-border it was left, right, top, bottom [2] now it is clockwise top, right, bottom, left [3]. Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org> [1] http://git.gnome.org/browse/gtk+/commit/?id=d140411698ec71cc775625988c39e57b7d2cd11c [2] http://www.pygtk.org/docs/pygtk/class-gtkborder.html [3] http://www.w3schools.com/css/css_padding.asp
* Specify default border color as transparentSimon Schampijer2012-03-131-1/+1
| | | | | | | | GTK+ is validating the theme against the css spec for the color now, and 'none' is not allowed. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Specify units for “border-radius”, “border-width” and “padding”Simon Schampijer2012-03-131-25/+25
| | | | | | | | GTK+ is validating the theme against the css spec for those items now. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Theme the view correctlySimon Schampijer2012-02-021-2/+2
| | | | | | | | This themes the description palette of the activity sub-toolbar to have black text on a white background. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Theme the Sugar traySimon Schampijer2012-02-021-0/+4
| | | | | Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* GTK+3 portManuel Quiñones2012-01-2418-0/+4270
Work done by Benjamin Berg, Simon Schampijer, Daniel Drake, Manuel Quiñones and Gonzalo Odiard Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-By: Simon Schampijer <simon@laptop.org> Reviewed-by: Benjamin Berg <benjamin@sipsolutions.net>