gnome-shell:gnome-3-24

Last commit made on 2017-11-17
Get this branch:
git clone -b gnome-3-24 https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
gnome-3-24
Repository:
lp:gnome-shell

Recent commits

6bd0872... by Carlos Garnacho

overview: Protect ::drag-end handlers

These end up emitting item-drag-end/window-drag-end pretty much
without checks. Given the MetaDnd object may end up emitting
::drag-leave as a result of the plugin ending its grab, this
would result on spurious emission of those events and subsequent
warnings.

For extra paranoia, the _inDrag variable has been split into
_inItemDrag/_inWindowDrag so we can't cross the streams.

https://bugzilla.gnome.org/show_bug.cgi?id=784545

8dace05... by Hannie Dumoleyn

Update Dutch translation

eb2699f... by Tong Hui <email address hidden>

Update zh_CN translation

34bab37... by Matej Urbančič

Updated Slovenian translation

82c984d... by Carlos Garnacho

padOsd: Add one to the >1 rings

Ring leader/label SVG elements for the second ring are named *Ring2*.
We need to add one here for elements >1, this is consistent with strips.

https://bugzilla.gnome.org/show_bug.cgi?id=785358

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

Bump version to 3.24.3

Update NEWS.

3478715... by Carlos Garnacho

padOsd: Disallow help/switch monitor actions on rings/strips

It does not make sense to map those actions to non-buttons. Set the
actions insensitive in the combobox to disallow this from the UI.

https://bugzilla.gnome.org/show_bug.cgi?id=782033

cb6d9c9... by Carlos Garnacho

padOsd: Implement edition of actions for rings/strips

Customization of keycombo actions for strips/rings was lost in the
porting to new incarnation of Wacom support.

The UI here is slightly different, instead of requiring the user to
rotate/swipe in each direction to map each keycombo, the UI will
navigate the user through edition of both options, first one, then
the other.

https://bugzilla.gnome.org/show_bug.cgi?id=782033

7f693ed... by Carlos Garnacho

padOsd: strengthen ring/strip label creation

If the padOsd is given a nonexistent ring/strip, things would fail
badly later when trying to paint a 0x0 StLabel. Just avoid creating
more ring/strip labels than those known by libwacom.

This is unlikely to happen, but seems better to protect against it.

https://bugzilla.gnome.org/show_bug.cgi?id=782033

44908cf... by Carlos Garnacho

padOsd: Refactor function setting label after edition into separate function

https://bugzilla.gnome.org/show_bug.cgi?id=782033