Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the GtkImage background transparent SL #3723Manuel Quiñones2012-06-251-0/+6
| | | | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Reviewed-by: Benjamin Berg <benzea@sugarlabs.org> Tested-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Simon Schampijer <simon@laptop.org>
* Theme ScrolledWindow frame - SL #3561Manuel Quiñones2012-06-201-0/+10
| | | | | | | | | This makes a border (the frame) visible around a ScrolledWindow, when it is set via ScrolledWindow.set_shadow_type(Gtk.ShadowType). If it's not set, the result is the same as without this patch. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Make toolbars black background SL #3403Manuel Quiñones2012-06-201-0/+1
| | | | | | | | | This was seen in Read, which added a workaround in commit 0c4072cd9667222df883684ae26364c973c90773 . After applying this patch it can be safely reverted. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Theme GtkSpinButton buttons SL #3406Manuel Quiñones2012-06-061-20/+13
| | | | | | | | | | | | | | | | | - Set border radius to the buttons, so the layout is like (value [-|+)) . - Add a border between the buttons. - Remove unneeded padding. - Sets the active state colors, so the button blinks in black and white. - Remove unneeded variables and calculations. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Release 0.96.3v0.96.3Simon Schampijer2012-06-011-1/+1
|
* 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>
* Release 0.96.2v0.96.2Simon Schampijer2012-05-041-1/+1
|
* Making the edit-description icon aligned with the other toolbar iconsSimon Schampijer2012-05-041-34/+12
| | | | | Design-by: Gary C. Martin <garycmartin@googlemail.com> Acked-by: Simon Schampijer <simon@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
* Release 0.96.1v0.96.1Simon Schampijer2012-04-301-1/+1
|
* 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>
* Release 0.96.0v0.96.0Simon Schampijer2012-04-241-1/+1
|
* 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>
* Release 0.95.5v0.95.5Simon Schampijer2012-04-191-1/+1
|
* Bring back the icon edir-description, SL #3384Simon Schampijer2012-03-261-0/+1
|
* Release 0.95.4v0.95.4Simon Schampijer2012-03-221-1/+1
|
* 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>
* Release 0.95.3v0.95.3Simon Schampijer2012-03-141-1/+1
|
* 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>
* Revert another unintentional part of the gtk3 theme commitSimon Schampijer2012-03-136-2/+113
| | | | | | Unintentionally commit 529e929ca9a266854a3c483bc27bb76f959d8c64 removed as well some icons: edit-duplicate, user-documents, emblem-view-source. This commit restores them.
* 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>
* Revert the unintentional part of the gtk3 themeSimon Schampijer2012-03-071-0/+22
| | | | | Unintentionally commit 529e929ca9a266854a3c483bc27bb76f959d8c64 touched as well the gtk2 theme. This reverts that change.
* Release 0.95.2v0.95.2Simon Schampijer2012-02-021-1/+1
|
* Correct version numberSimon Schampijer2012-02-021-1/+1
|
* 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>
* Add icon for the 'Write to Journal anytime' feature [1]Walter Bender2012-02-022-0/+37
| | | | | | | | | | | | | This patch adds a new icon to sugar-artwork to be used as part of the standard activity toolbar (used by widgets.py) to invoke a palette used to write to metadata['description']. Plesase see the discussion on the feature page [1] for "Write to Journal anytime" for more details. Signed-off-by: Walter Bender <walter.bender@gmail.com> Acked-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org> [1] http://wiki.sugarlabs.org/go/Features/Write_to_journal_anytime
* GTK+3 portManuel Quiñones2012-01-2427-139/+4282
| | | | | | | | | 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>
* Release 0.95.1v0.95.1Simon Schampijer2011-10-251-1/+1
|
* Add style for naming alertDaniel Drake2011-09-271-0/+5
| | | | | | Apply a white background to the window and the entry widget. The textbuffer widgets require a grey background still, as that is used to draw their borders.
* Enforce white background on intro screenDaniel Drake2011-09-271-0/+3
| | | | | | As part of the hippocanvas removal process, we can move intro window theming details into the theme. The intro window has a white background for itself and its children.
* Release 0.93.4v0.93.4Simon Schampijer2011-09-201-1/+1
|
* Use the same styling as for the old style toolbars as well for the Browse tabsSimon Schampijer2011-09-191-0/+1
| | | | | Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Benjamin Berg <benjamin@sipsolutions.net>
* Release 0.93.3v0.93.3Simon Schampijer2011-08-251-1/+1
|
* adding new emblem icon for view-source used by activity clonesWalter Bender2011-08-242-0/+81
| | | | | | | | Adding a new emblem icon based on the View Source icon. This badge is used by the cloning operator in View Source to mark cloned activity icons as modified. Signed-off-by: Walter Bender <walter.bender@gmail.com> Acked-by: Simon Schampijer <simon@laptop.org>
* Release 0.93.2v0.93.2Simon Schampijer2011-08-191-1/+1
|
* Add icon for accessing user documents in Journal volumes toolbarWalter Bender2011-08-152-1/+17
| | | | | | | | | | | | | This patch adds an icon to sugar-artwork devices to represent the user's $HOME/Documents directory. This icon is used when mounting $HOME/Documents to the volumes toolbar in the Sugar Journal. The icon has been reviewed by the design team as per: http://lists.sugarlabs.org/archive/sugar-devel/2011-May/031190.html [fixed white space, tweaked description] Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Sascha Silbe <silbe@activitycentral.com>
* Add edit-duplicate iconSimon Schampijer2011-08-152-0/+15
| | | | | | | | This is for example used in the option in the entry palette of the Journal. Design-by: Manuel Quinones Gary C. Martin Acked-By: Simon Schampijer <simon@laptop.org>
* Merge branch 'master' of git.sugarlabs.org:sugar-artwork/mainlineSimon Schampijer2011-08-111-1/+1
|\
| * clean: Don't fail when sugar.stamp is missingLuke Faraone2011-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | If make clean is run several times, right after a fresh checkout or after an incomplete build, sugar.stamp might not exist. This isn't an error, so we should just continue anyway. Signed-off-by: Luke Faraone <luke@faraone.cc> Reviewed-by: Bernie Innocenti <bernie@codewiz.org> [Modified description] Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Sascha Silbe <silbe@activitycentral.com>
* | Add the SugarTimeoutIcon to set the font and background colorBenjamin Berg2011-08-111-0/+13
|/ | | | | Signed-off-by: Benjamin Berg <benjamin@sipsolutions.net> Reviewed-by: Simon Schampijer <simon@laptop.org>
* Release 0.92.0v0.92.0Simon Schampijer2011-02-231-1/+1
|
* Modify search icon to honor stroke and fill colorGonzalo Odiard2011-02-031-3/+6
|
* School Server IconMartin Abente2010-12-012-0/+21
|
* Remove configure checks for gdk pixbuf. They are not needed.Benjamin Berg2010-11-301-5/+0
| | | | Patch from Marco Pesenti Gritti.
* New go-home icon (Gary C Martin)Simon Schampijer2010-10-051-9/+10
|