gnome-shell:wip/garnacho/touchpad-gestures

Last commit made on 2015-07-09
Get this branch:
git clone -b wip/garnacho/touchpad-gestures https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/garnacho/touchpad-gestures
Repository:
lp:gnome-shell

Recent commits

708a198... by Carlos Garnacho

windowManager: Add TouchpadWorkspaceSwitchAction

This object (not really a Clutter.GestureAction) sets up a captured-event
handler, which exclusively looks for 4 finger touchpad swipes, emitting
an ::activated signal under the same terms than WorkspaceSwitchAction.

8270d84... by Carlos Garnacho

windowManager: refactor WorkspaceSwitchAction callback into separate function

This will be used too by the touchpad-specific "action", so put it in a
shared place.

cd0c632... by jimmac

theme: make app icons less fuzzy

- force 16x16px
- re-render SASS brings in some changes from
  gnome-shell-sass

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

d5f248c... by Matej Urbančič

Updated Slovenian translation

6a800ab... by Fabio Tomat <email address hidden>

Updated Friulian translation

fe26555... by Jasper St. Pierre

windowManager: Connect to size-changed signal

Whoops, forgot this one.

7305466... by Jasper St. Pierre

Adapt to new size-change API

We don't implement any maximize transitions (yet??), but we still have
the skeleton there. Let's keep it up to date.

9ac55a9... by Pedro Albuquerque

Updated Portuguese translation

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

build: Bump GIO requirement

... for g_settings_schema_list_keys().

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

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

windowManager: Handle missing overrides settings

shell_global_get_overrides_settings() may return %NULL in case of
custom shell modes (i.e. not the default and classic ones); while
this is not officially encouraged, we should still handle it rather
than throw an error.

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