gnome-shell:gbsneto/automatic-updates

Last commit made on 2019-03-19
Get this branch:
git clone -b gbsneto/automatic-updates https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
gbsneto/automatic-updates
Repository:
lp:gnome-shell

Recent commits

47a2e58... by Georges Basile Stavracas Neto

Introduce updates indicator

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/466

20d73be... by Georges Basile Stavracas Neto

Introduce Automatic Updates component

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/466

62233a4... by Carlos Garnacho

dnd: Multiply drag threshold by output scale

So it comes out right on hidpi, and consistent with clients.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/455

4a7e2dd... by Carlos Garnacho

dnd: Make startDrag() fail if there is a current grab

This call just went through stomping over previous drag operations if any,
_maybeStartDrag() accounted for this, but other callers (well, WindowClone
in workspace.js) don't. This must bail out early even if a drag operation is
requested, luckily all callers account for it already.

This broke shell state by preserving connected captured-event handlers if
one tried to drag multiple windows simultaneously through multitouch. We
of course don't support that, now more elegantly.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/455

fb737eb... by Victor Ibragimov

Update Tajik Translation

bf77cb4... by Victor Ibragimov

Merge branch 'master' of gitlab.gnome.org:GNOME/gnome-shell

c72e2bb... by Victor Ibragimov

Update Tajik Translation

68c182b... by Victor Ibragimov

Update Tajik Translation

348d303... by monday15

theme: Fix :checked:active page-indicator

Closes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1036

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

magnifier: Fix color argument

Clutter.TextureNode takes a Clutter.Color, not a Cogl.Color.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1020