Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set notebook padding to 0px in the GTK3 CSS, SL #3482masterManuel 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.0sucrose-0.92Simon 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
|
* Release 0.90.0v0.90.0sucrose-0.90Simon Schampijer2010-09-291-1/+1
|
* Release 0.89.4v0.89.4Simon Schampijer2010-08-251-1/+1
|
* Icons for the journal sort filter #1915 (Gary C. Martin)Simon Schampijer2010-08-244-0/+60
|
* Use GNOME_COMPILE_WARNINGSMarco Pesenti Gritti2010-08-191-3/+1
| | | | | It's consistent with the rest of core modules and should give us better compiler flags (plus options to tweak them).
* Add icons for stylus/finger touchpad mode #2006Simon Schampijer2010-08-183-1/+42
|
* Release 0.89.3v0.89.3Simon Schampijer2010-08-171-1/+1
|
* Icons for the Sugar Ad-hoc network #1610Simon Schampijer2010-08-137-0/+78
| | | | | The icons represent channel 1, 6 and 11. The Maya numerals http://en.wikipedia.org/wiki/Maya_numerals are used.
* Release 0.89.2v0.89.2Tomeu Vizoso2010-07-151-1/+1
|
* Remove mention of files in Makefile.am that aren't committedTomeu Vizoso2010-07-151-6/+0
|
* Release 0.89.1v0.89.1Tomeu Vizoso2010-07-142-1/+7
|
* Revert to GTK_WIDGET_IS_SENSITIVE() macroBernie Innocenti2010-07-031-3/+3
| | | | | | | | This is needed to build sugar-artwork on the older versions of GTK. When OLPC moves away from Fedora 11, we can drop backwards compatibility. Signed-off-by: Bernie Innocenti <bernie@codewiz.org> Acked-by: Benjamin Berg <benzea@sugarlabs.org>
* Release 0.88.1v0.88.1Tomeu Vizoso2010-06-031-1/+1
|