~communitheme/communitheme/+git/gtk-communitheme:backup_legacy_icons

Last commit made on 2020-03-31
Get this branch:
git clone -b backup_legacy_icons https://git.launchpad.net/~communitheme/communitheme/+git/gtk-communitheme

Branch merges

Branch information

Name:
backup_legacy_icons
Repository:
lp:~communitheme/communitheme/+git/gtk-communitheme

Recent commits

e4f9d0e... by Carlo Lobrano

do not use compound selectors (#2125)

Fixes: #2079

d15edf1... by Carlo Lobrano

tweaks: outline for tabs (#2117)

* tweaks: outline for tabs

In order to show when the tab has "just got" the focus with keyboard the
outline is still necessary.

Add a thinner style for tab's outline, since the normal 2px outline
seems too heavy for this widget.

Fixes: #2114

* apps/nautilus: add hint on folder color when get focus

Folder do not have any hint when they "just get" the focus from key
press.

Add a slight darker accent on folder icon when the widget has the focus,
while the orange label still represent the selection

* apps/nautilus: adjust tab's outline offset

3cc89e7... by ubuntujaggers <email address hidden>

Updating symbols for Tweaks and Configurator (#2116)

* updating symbols for tweaks and configurator

* adding symbols for updated gnome clocks

3f9565a... by Carlo Lobrano

apps/nautilus: fix dim-label in selection and backdrop (#2113)

Fixes: #2110

6ef0d4e... by Marco Trevisan (Treviño)

Finalise changelog

a22f4b8... by Marco Trevisan (Treviño)

Update changelog

2a36fa1... by Marco Trevisan (Treviño)

gnome-shell-theme.gresource: Use proper icons subdirectories

Gnome shell uses `gtk_icon_theme_add_resource_path()` to add the
resources 'icons' subfolder as a theme lookup location, however it just
puts the icons into the root of this folder, and as per definition this
location is just the "ultimate fallback" where to look for icons.

Now, when we load an icon such as the keyboard ones the actual GIcon
with fallbacks that we load includes:

Loading gicon with fallbacks for the 'keyboard-enter-symbolic' would cause the
actual GThemedIcon to include as fallback all these icons
 - 'keyboard-enter-symbolic', 'keyboard-symbolic', 'keyboard-enter', 'keyboard'

Since yaru inherits from Humanity, and given that in that theme we've an
icon under a category-path called just 'keyboard', then we'd simply load
that, because due to the category it will have an higer priority than ours.

To fix this, and to ensure that the gresource icons will always have the
priority, let's move our icons under a proper category subdirectory, in
order to increase their priority over other themes.

5e10a05... by Frederik Feichtmeier

Gnome shell upstream updates pulled into src

- keyboard updates: add .symbolic icons to from upstream into the src folder and into the gresource file
- remove the old keyboard assets from the src folder and from the gresource file
- change the corresponding lines in the keyboard.scss file to take the new symbolic assets which should work in the dark and light versions theoretically
- remove useless diff for font-weight: bold asignments because we use a wildcard in _widgets.scss for this
- remove useless diff for media control hover
- remove useless diff as in whitespaces and new lines

698bbfc... by "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com>

New upstream snapshot for GNOME Shell Resources

9e6d527... by Jupiter007 <email address hidden>

Fix legacy 16x16 mail icons twisted paths (#2101)