gnome-shell:wip/jimmac/dash-icon-spacing

Last commit made on 2021-02-04
Get this branch:
git clone -b wip/jimmac/dash-icon-spacing https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/jimmac/dash-icon-spacing
Repository:
lp:gnome-shell

Recent commits

9f9b286... by jimmac

theme: adjust dash icon spacing

- no padding between icon containers, except the first and last

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3640

40877d1... by Georges Basile Stavracas Neto

theme: Make Dash background color solid

This is the same color that the Dash currently has, except
it isn't transparent.

The reason for this change is that the app grid coming from
the bottom and passing below the Dash looks odd with the
transparency there.

4df781c... by Georges Basile Stavracas Neto

Bring back workspace thumbnails

This is a more modern, cleaned up version of ThumbnailsBox and
WorkspaceThumbnail, adapted to be horizontal and not have the
background.

b942e86... by Georges Basile Stavracas Neto

workspacesView: Use calculated workspace state for progress

It works just like before, except that this has the nice side effect
of not changing the workspace mode when leaving the overview from
the app grid state.

a9f820c... by Georges Basile Stavracas Neto

theme: Adjust app grid visuals

So that at least in 1366x768 it doesn't switch to 32px
icons.

7b0b49f... by Georges Basile Stavracas Neto

overviewControls: Reset search when leaving overview

So that it both is cleaned up, and to make sure we go back to the
app grid / workspaces view.

bd5b478... by Georges Basile Stavracas Neto

Rename ViewSelector to SearchController

Rename ViewSelector to SearchController, since ViewSelector now effectively
only handles search. Rename the file correspondingly as well. I took the
liberty to sneak in some trivial style fixes.

d6098ea... by Georges Basile Stavracas Neto

viewSelector: Cleanup pages

Remove the dummy applications page that was introduced as a temporary step. Replace
the 'page-changed' and 'page-empty' signals with a 'searching' boolean property.
Remove ViewSelector.ViewsPage since it's now unused.

0da308c... by Georges Basile Stavracas Neto

workspacesView/workspacesDisplay: Remove parent opacity hack

Now, we set WorkspacesDisplay's opacity directly, so there's no
need to have this parent → child glue code anymore. Remove it,
and bind the primary view's opacity with WorkspacesDisplay's.

f6042ec... by Georges Basile Stavracas Neto

overviewControls: Make AppDisplay rise from the bottom

It makes more sense in a spatial overview that the app grid
comes and goes to somewhere in the screen, instead of fading
in and out into the void.

Make the app grid rise from the bottom of the screen.