gnome-shell:gbsneto/new-lock-screen

Last commit made on 2019-10-15
Get this branch:
git clone -b gbsneto/new-lock-screen https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
gbsneto/new-lock-screen
Repository:
lp:gnome-shell

Recent commits

6fd0aaf... by Georges Basile Stavracas Neto

authPrompt: Wiggle on failure

WIP

e5091ff... by Georges Basile Stavracas Neto

environment: Parse repeat-count and auto-reverse

Those are two useful ClutterTimeline properties and
will be needed for wiggling the search entry when
failing the password.

Add support for passing repeat-count and auto-reverse
to ClutterActor.ease and ClutterActor.ease_property.

22534c4... by Georges Basile Stavracas Neto

unlockDialog: Show auth prompt on tap

cd1c457... by Georges Basile Stavracas Neto

fixup! sessonMode: Remove 'lock-screen' mode

5380b06... by Georges Basile Stavracas Neto

fixup! unlockDialog: Add UnlockDialogLayout

be714f7... by Georges Basile Stavracas Neto

fixup! screenShield: Blur background

e71c249... by Georges Basile Stavracas Neto

authPrompt: Refine entry width

The current entry has a hardcoded size of 320px,
which doesn't really fit the lock screen mockups.

Remove this hardcoded size from AuthPrompt entries
and make them horizontally expand.

5b6deff... by Georges Basile Stavracas Neto

authPrompt: Iconize the cancel button

Replace the "Cancel" label in the cancel button
by an arrow icon, and adjust the theme to make
it circular.

6cd0c3f... by Georges Basile Stavracas Neto

authPrompt: Move cancel button and cog to a single row

Move the cancel button and the user well actors (the cog
menu and the spinner) to a single row.

Ultimately the user well will be splitted out into a different
place, but moving it now at least gives some visual consistency.

d529e22... by Georges Basile Stavracas Neto

unlockDialog: Add UnlockDialogLayout

This is a specialized layout manager to implement the
UI description of the new lock screen.