gnome-shell:wip/fmuellner/ease-wm-animations

Last commit made on 2019-05-15
Get this branch:
git clone -b wip/fmuellner/ease-wm-animations https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/fmuellner/ease-wm-animations
Repository:
lp:gnome-shell

Recent commits

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

windowManager: Use easing for window animations

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

windowManager: Use ClutterTransition to animate window dimming

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

environment: Patch in some implicit animation convenience

Setting up implicit animations is more verbose than using tweener, in
particular when setting up callbacks to run on update or completion.
In order to make its use more convenient, monkey-patch ClutterActor
with an ease() method that works similarly to Tweener.addTween().

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

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

environment: Respect enable-animations setting when easing

In addition to the slow down factor, we want implicit animations to
follow GTK+'s enable-animations setting as well.

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

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

environment: Support slow down factor when easing

Being able to slow down animations is a helpful debugging tool; to not
lose it when starting to use Clutter's implicit animations, monkey-patch
the appropriate methods to support our global slow down factor.

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

b197a1a... by Veerasamy Sevagen

cleanup: Fix spelling errors

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

51655be... by Marco Trevisan (Treviño)

keyring: Use bind_property for message and description values

This code was commented out in commit 593b431 as it was causing a crash in gjs.

As per the [1] gjs fix, this can now be safely used again.

[1] https://gitlab.gnome.org/GNOME/gjs/merge_requests/289
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/510

9697c20... by Marco Trevisan (Treviño)

system: Just use buttonGroup instead of adding extra _actionsItem

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

6ecb0a4... by Marco Trevisan (Treviño)

popupMenu: Implement Switch as actor

Switch is used only by menu items, and implement it extending St.Bin

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

30861d4... by Marco Trevisan (Treviño)

popupMenu: Make sensitive a Menu and MenuItem property

Use 'sensitive' as native gobject property for PopupBaseMenuItem, while simulate
it for PopupMenuBase.

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