gnome-shell:gbsneto/content-part2

Last commit made on 2019-10-17
Get this branch:
git clone -b gbsneto/content-part2 https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
gbsneto/content-part2
Repository:
lp:gnome-shell

Recent commits

d6345a5... by Georges Basile Stavracas Neto

altTab: Switch to MetaWindowContent

628b34e... by Georges Basile Stavracas Neto

overview: Switch to MetaWindowContent

5743b52... by Georges Basile Stavracas Neto

workspace: Replace ClutterClone by MetaWindowContent

55b5742... by Marco Trevisan (Treviño)

cleanup: Replace signal connections with virtual functions

Inheriting from actors allows to use virtual functions instead of signal
connections for multiple cases, so just use them when possible.

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

320df13... by Marco Trevisan (Treviño)

st/button: Add the clicked button to virtual function signature

clicked signal includes a clicked mouse button parameter, but the vfunc
signature doesn't include it, so it won't be passed to the functions when
the signal is emitted.

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

e4920b2... by Marco Trevisan (Treviño)

pageIndicators: Use Clutter.Orientation as orientation parameter

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

c9fbae3... by Marco Trevisan (Treviño)

docs: Update `actor` and `delegate_` paragraph in HACKING

Deprecate the usage of the `actor` property, while keep the `_delegate` part
as it is needed for DnD for now.

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

a3c6217... by Marco Trevisan (Treviño)

overview: Make public properties read-only

Overview's animationInProgress, visible and visibleTarget properties are not
meant to be modified from others, but be read only.

So make this clearer using properties getters and private values.

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

db7726c... by Marco Trevisan (Treviño)

avatar: Use Property bindings to sync reactivity

Instead of manually updating properties on change, use native properties
bindings to keep the them synchronized.

Disable hover-tracking and focus-ability when the avatar is not sensitive.

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

0b91dee... by Marco Trevisan (Treviño)

windowManager: Inherit WindowDimmer from Clutter.BrightnessContrastEffect

As result add the effect to the actor on the caller function.

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