gnome-shell:wip/carlosg/im-caret-taps-x11-3.36

Last commit made on 2020-05-12
Get this branch:
git clone -b wip/carlosg/im-caret-taps-x11-3.36 https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/carlosg/im-caret-taps-x11-3.36
Repository:
lp:gnome-shell

Recent commits

f68fd60... by Carlos Garnacho

keyboard: Detect taps close to the cursor caret on X11

Try to bring some feature parity wrt OSK being toggled on. Set up
a gesture that triggers on taps nearby the text caret position, as
reported by ibus.

79aeabc... by =?utf-8?q?Florentina_Mu=C8=99at?= <email address hidden>

Update Romanian translation

1974724... by Amr Ibrahim

systemActions: Use 'system-log-out-symbolic' for logout

Changing the icon to 'system-log-out-symbolic' has no visual
change in a default GNOME setup since both 'system-log-out-symbolic'
and 'application-exit-symbolic' are the same in adwaita-icon-theme
(at the time of writing), however, other icon themes differentiate
between the two icons so pointing to the appropriate icon name
is the right thing to do.

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

(cherry picked from commit 7d60f418e7575e10617ad066a16cd40b2c28c00a)

d159bbf... by Daniel Mustieles

Updated Spanish translation

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

panel: Center app icon

Giving the icon extra space may distort it, so center it vertically.

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

(cherry picked from commit a9d73b10173b00024266fff49a4c3709ca56b93b)

6a9ce0f... by Bruce Cowan

Update British English translation

473a666... by Nathan Follens <email address hidden>

Update Dutch translation

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

messageTray: Add missing property getter

gjs has gotten less forgiving about missing getters/setters, and
commit 6aa1b817 missed the missing getter in the base policy class.

Most notifications use a policy subclass that already provides a
getter, but at least Main.notify() and friends don't; unbreak them
by fixing the base class.

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

(cherry picked from commit 5e254666b0ad459b480dca454788ca0d0003ba8c)

048796d... by Philip Chimento

messageTray: Make NotificationPolicy properties read-only

These properties are never written; in the base class they are always
their default values, and in the subclasses the getters are overridden.

This will be necessary because GJS is adding checks to make sure that
readable properties always have a getter, writable properties always
have a setter, and that the variations of camelCase/snake_case are
handled correctly. It's supposedly backwards compatible, but that
assumes that code is not doing things like forgetting a setter on a
writable property. (If the missing setter had ever been called, it might
have led to a crash, which is why we've made this change.)

This is the minimally invasive patch which should work with both older
and newer versions of GJS. If you decide to require GJS 1.65.2, then
you'll also be able to remove the getters from NotificationPolicy as
well.

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

(cherry picked from commit 6aa1b817c9f65bad2a9af9b772d6876e30babf03)

dfc0168... by Daniel Mustieles

Updated Spanish translation