gnome-shell:wip/jimmac/searchbox-nostroke

Last commit made on 2021-07-22
Get this branch:
git clone -b wip/jimmac/searchbox-nostroke https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/jimmac/searchbox-nostroke
Repository:
lp:gnome-shell

Recent commits

a341215... by jimmac

theme: Searchbar with no border

- don't do stroke on search entry, sync with all other entries
- Tobias' GUADEC mini initiated

678b06f... by Fran DiƩguez

Update Galician translation

ca32abc... by Alexey Rubtsov <email address hidden>

Update Russian translation

25ece58... by vanadiae <email address hidden>

theme: Add focus indication for dnd switch in message list controls

It currently is difficult to see what's being focused in the messages list
currently because of that.

Fixes #2447

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1920>

7dd7714... by vanadiae <email address hidden>

popupMenu: Remove can_focus=True from Switch

Since this is a bin and not a button, and it doesn't have any click/keyboard
handling on its own (as in that case it needs a parent button wired like in
the messages list controls), it is confusing that it has can_focus set to
True. To avoid any confusion, this commit removes it without breaking anything
since it had no real use.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1920>

da11d8d... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

ci: Move FDO_UPSTREAM_REPO to global scope

ci-fairy also uses the variable to set the upstream remote that is used
to build the commit range to check.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1922>

bc3ae22... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

ci: Bump ci-templates image

Before building a container image, the code checks that the
repository's container registry is enabled. That check was
broken a while ago, update the image to pull in the fix.

See https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/39

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1922>

f579e9d... by Sebastian Keller <email address hidden>

build: Bump gjs dependency to 1.68.1

The changes in 58ed969d need gjs 1.68.1 to work, otherwise this results
in the background image not getting loaded.

Related https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4138
Related https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/595

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1857>

b58f057... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

docs: Add README section for default branch

We are about to change it, so briefly outline how to update local
checkouts.

(Copied from glib)

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1914>

28f6407... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

ci: Fallback to HEAD when checking out branch

... instead of hardcoding origin/master as the default branch.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1914>