Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped release numberqaSantiago Collazo2012-10-291-1/+1
|
* Added epoch to specfileSantiago Collazo2012-10-291-0/+1
|
* Added specfileSantiago Collazo2012-10-171-0/+544
|
* Add icons for memory and cpu resource indicatoranishmangal20022012-10-175-0/+50
| | | | | | | | | | | | | | | This patch adds the following four svg icons for the memory and cpu usage indicator frame icon. computer-happy computer-normal computer-sad computer-error Signed-off-by: anishmangal2002 <anishmangal2002@gmail.com> [include some tweaks by Gary Martin] Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* 1-to-N icons.Ajay Garg2012-10-152-0/+18
| | | | Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Multi-Select icons.Ajay Garg2012-10-156-11/+215
| | | | Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Release 0.97.6v0.97.6Manuel Quiñones2012-10-101-1/+1
|
* GtkDialog: theme dialog with a black bg and white textSimon Schampijer2012-10-091-0/+5
| | | | | | | | This is coherent with the themeing for Palettes and modal alerts. Follow up of SL #3971 Signed-off-by: Simon Schampijer <simon@laptop.org Acked-by: Manuel Quiñones <manuq@laptop.org>
* Release 0.97.5v0.97.5Manuel Quiñones2012-10-051-1/+1
|
* Style activities in home view for tap - click and hover feedbackManuel Quiñones2012-10-052-4/+16
| | | | | | | | | | | | | | | | | | | For hover, change the previous outline to a background fill. For tap - click, add a grey background fill. This change is consistent with the style of buttons in toolbars, which have subtle hover feedback, and more visible background change for tap - click feedback. For choosing the grey tones, Gary used the 'strive for at least two Munsell steps' guideline as per the HIG. Assuming our current white zoom view canvas backrounds, and 50% grey for activities without Journal entries (the 50% grey is 3 too bright for a strict two Munsell gap, but close enough). This gives good visibility for both hover, press, and enough contrast during a press on a 50% grey. Also, make the corners a bit more round. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Don't set color for GtkLabel, do it in containers instead - SL #3974Manuel Quiñones2012-10-021-12/+8
| | | | | | | | | | | | | | | | | | An example of why this is wrong is #3974, in which removing: SugarAlert GtkLabel { color: @white; } makes the buttons label recover the right color, as specified in the rule .buttons {...} The only exception is in the notebook tabs: setting color there doesn't paint the labels, so we have to add a rule for labels in tabs, and then add another rule to make sure labels inside buttons inside tabs get the right black color. This patch also adds a comment in the CSS explaining that. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Style prelight state of favorite activity icon - SL #3894Manuel Quiñones2012-10-021-0/+9
| | | | | | Set a border with the appearence as the shell code was doing before. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Add border-redius to SugarTimeoutIcon - SL #3907Manuel Quiñones2012-10-021-0/+1
| | | | | | | This make the timeout counter in the sugar alerts round again. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Set background color to GtkTreeView - SL #3962Manuel Quiñones2012-10-011-0/+4
| | | | | | | | | | This makes the treeview header get the same style as in GTK+2. The background is the same color as the header button, so looks a rectagular area. And a white round border is visible when the button is active. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Set 'gtk-button-images' to True in settings.ini - SL #3904 #3725Manuel Quiñones2012-10-011-0/+1
| | | | | | | | | For the same reason we set 'gtk-menu-images' in commit 6ad1090a . In the absence of an Xsettings manager, GTK+ reads default values for settings from settings.ini . Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Add new icon tray-favourite.svg - SL #3868Manuel Quiñones2012-09-282-0/+26
| | | | | | | | | | Initially thought for Browse, to replace the tray button with a simpler toogle button. Adding a star to the tray graphic relates it with bookmarks/favourites. Then with Gary, humitos and Gonzalo we found that this icon will be suitable to other activities that have bookmarks, like Read and Wikipedia. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Restore the stroke thickeness to 3.5 as per original HIG - SL #3736Manuel Quiñones2012-09-261-2/+2
| | | | | | Patch providad by Gary C. Martin. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Remove ^M line ending characters from textManuel Quiñones2012-09-261-8/+8
| | | | | | Patch provided by Gary C. Martin. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Release 0.97.4v0.97.4Manuel Quiñones2012-09-261-1/+1
|
* Fix color and background-color for GtkWindow - SL #3917Manuel Quiñones2012-09-261-11/+5
| | | | | | | | | | | | | GtkStyleContext doesn't have .window class, GtkWindow should be used. This is what a11y_base.css does in gnome-themes-standard. Also in gnome-themes-standard they don't use the .background class, which affects the window background [1], and set the background-color in GtkWindow directly. This patch does the same. [1] http://developer.gnome.org/gtk3/stable/GtkStyleContext.html#GTK-STYLE-CLASS-BACKGROUND:CAPS Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*