Georges Basile Stavracas Neto
cd09144069
screenShield: Rename _liftShield to _activateDialog
...
Lifting the shield is now what happens *after* successfully logging
in, not before. Now, what we do is activate the dialog before logging
in.
Rename the method to reflect that.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
7851069d9c
screenShield: Activate dialog when necessary
...
Activating a dialog is slightly different from opening it; the
former is about showing the user authentication widgetry, while
the latter is about creating it and pre-allocating the necessary
resources.
Activate the screen shield dialog when necessary.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
e42700a308
screenShield: Lift the unlock dialog
...
Instead of scaling it, lift the unlock dialog when unlocking,
and vice-versa.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
febc0690c1
screenShield: Remove scrolling
...
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
308b4f81b5
screenShield: Cleanup unused method arguments
...
The 'velocity' argument is not used anymore, since the only
caller passing a different value than 0 was the drag motion
callback.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
66a3ad42da
screenShield: Remove the drag action from the shield
...
This is start of the end of the screen shield; start by
removing the dragging action from it.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
1b84a3ecb2
unlockDialog: Don't destroy on cancel
...
Otherwise there will be no way to recover it in the future. Also
remove an else condition that assumed the dialog would destroy
itself on cancel.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
78fd9d9e4f
screenShield: Always show session's unlock dialog
...
Instead of destroying the dialog when the screen shield is
visible, and creating it when lifting the shield, always show
the session's unlock dialog.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
baa5bfcf49
screenShield: Remove _lockScreenContents and family
...
It is not used anymore, and together with it, we don't need the
_ensureLockScreen() / _clearLockScreen() pair anymore too.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:52 +00:00
Georges Basile Stavracas Neto
5d88729fc1
unlockDialog: Blur background
...
Add a 200px blur with a 55% brightness to the unlock dialog
background.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:51 +00:00
Georges Basile Stavracas Neto
15b59414d6
screenShield: Move background to Unlock Dialog
...
In addition to that, remove the ClutterBoxLayout that is set as
the layout manager of the Unlock Dialog, and apply the primary
monitor constraint to the child St.BoxLayout instead.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:51 +00:00
Georges Basile Stavracas Neto
2b39d6e95a
screenShield: Remove unused 'onPrimary' argument
...
The 'onPrimary' argument was being passed to dialog.open(). Turns out,
neither UnlockDialog nor LoginDialog use this parameter.
Remove the unnecessary 'onPrimary' parameter, and cleanup the related
code.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:51 +00:00
Georges Basile Stavracas Neto
73eaf0df9f
screenShield: Move notifications to Unlock Dialog
...
Also adjust the CSS style classes names to match the new owner.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:51 +00:00
Georges Basile Stavracas Neto
54e2d3ceb7
unlockDialog, loginDialog: Add a 'wake-up-screen' signal
...
The signal is currently present in the notifications box, but next
commits will move the notifications box to the unlock dialog.
Add a 'wake-up-screen' signal to the dialogs.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:51 +00:00
Georges Basile Stavracas Neto
d3cfb5801b
unlockDialog: Adjust date format
...
As per design feedback at FOSDEM, adjust the time format to
not have a comma, nor padding.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:51 +00:00
Georges Basile Stavracas Neto
143cda628e
screenShield: Move clock to Unlock Dialog
...
Move the Screen Shield clock to Unlock Dialog. Also adjust
the CSS style classes names to match the new owner.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:51 +00:00
Georges Basile Stavracas Neto
e90940ae10
screenShield: Remove arrows
...
They are not present anywhere in the new mockups.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
2020-02-10 22:30:51 +00:00
Carlos Garnacho
34207cc457
keyboard: Only enable automatically if ClutterSeat::touch-mode is enabled
...
This defers the policy on backends about whether it makes sense to show
the OSK.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/872
2020-02-10 22:07:19 +00:00
Jiri Grönroos
cedcda0ccc
Update Finnish translation
2020-02-10 21:31:42 +00:00
Emin Tufan Çetin
cfcf1d5192
Update Turkish translation
2020-02-10 20:24:58 +00:00
Kukuh Syafaat
8d9bc4bc4c
Update Indonesian translation
2020-02-10 06:52:35 +00:00
Fran Dieguez
d456e938d2
Update Galician translation
2020-02-09 22:26:45 +00:00
sicklylife
f15208e26d
Update Japanese translation
2020-02-08 20:44:46 +00:00
sicklylife
1999a359fa
Update Japanese translation
2020-02-08 20:31:51 +00:00
Bruce Cowan
3c180bc8f7
Update British English translation
2020-02-08 13:03:04 +00:00
Aurimas Černius
8de42d1f63
Updated Lithuanian translation
2020-02-08 14:25:56 +02:00
Asier Sarasua Garmendia
1769a96362
Update Basque translation
2020-02-08 08:10:26 +00:00
Danial Behzadi
37a3d0d09a
Update Persian translation
2020-02-07 22:06:14 +00:00
Carlos Garnacho
e16def0c43
magnifier: Make magnification factor changes animatable
...
So we can seamlessly change between them through eg. keybindings.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
83d083f189
magnifier: Implement pointer motion tracking differently
...
The use of the core idle monitor means that focus change events
are also delayed by keyboard interaction. Since the magnifier is
already in the business of pointer tracking, it's easy enough to
fire the pointer rest timeout from here, so focus changes are
accumulated and delayed.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
b1ea4f6c35
magnifier: Animate focus/caret position changes
...
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
60c540e93a
magnifier: Add support for animating "scroll" on focus changes
...
This is nice in that it provides a hint of the relative position of
the new focus area, as opposed to a sudden jump.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
f3b56e0eb1
magnifier: Transform a11y events' coordinates by scale factor
...
We get those events in logical coordinates, which we have to transform
into actual pixels.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
c8d02be14a
magnifier: Ignore repeated a11y events
...
We may get several a11y events setting the caret on the same
coordinates it previously was. Make focus tracking ignore those,
as we're jumping to the same coordinates again during eg. mouse
operation.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
42b50051ac
magnifier: Sanity check coordinates in scrollContentsTo
...
We may receive a11y events with bogus coordinates (eg. x/y = minint),
so ensure the coordinates are sane before scrolling there.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
bda18888c0
magnifier: Clip all crosshair lines at even distances
...
If the crosshair is clipped so it doesn't cover the pointer cursor,
the clip rectangle is skewed towards the bottom/right. This was
made so to accomodate the default pointer, but the unevenness stays
on other pointer cursors, and it makes the crosshair look odd on
short crosshair length.
Make all lines clip to an even distance from the center instead.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
c150fe95b9
magnifier: Apply color inversion to crosshairs/pointer
...
It is somewhat unexpected that crosshair color and pointer cursor colors
remain the same across changes in color inversion settings, and may lead
to contrast issues. Apply the effect on the common container, so it
applies to these all.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Carlos Garnacho
8b4b9d396b
magnifier: Apply scale factor to crosshair length
...
On hidpi displays the length is double as advertised, make it match
the advertised length.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
2020-02-07 18:18:25 +01:00
Anders Jonsson
9c0f069f86
Update Swedish translation
2020-02-07 15:02:26 +00:00
Daniel van Vugt
8929c89d1f
workspace: Animate window clones using translation properties
...
Instead of position x/y properties. This reduces CPU-intensive relayouts
in JavaScript (`vfunc_allocate` etc).
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1271
since the other fix required already landed in 4c4846e9
.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/936
2020-02-07 14:43:56 +00:00
Daniel van Vugt
881eab7669
dnd: Make DND translation-property-aware
...
Previously DND only worked properly for actors with zero translation.
But it only requires a small tweak to `this._dragOffsetX/Y` to support
non-zero translation values.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/936
2020-02-07 14:43:56 +00:00
Danial Behzadi
141652b7ec
Update Persian translation
2020-02-07 13:04:10 +00:00
Daniel van Vugt
b5651e38c7
iconGrid: Avoid animating the same icon twice
...
If the icon proper has opacity of zero then that's probably because a
clone of it is animating. So avoid animating the source actor too.
And if there's any other reason for the opacity being zero, still don't
animate it because we can't see it :)
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/2167
2020-02-07 11:31:20 +00:00
Daniel van Vugt
33ae220ad2
appDisplay: Call super.vfunc_unmap last
...
So as to guarantee the unmapped state sticks and doesn't get toggled
back to mapped before we return.
Being in a mapped state when `FolderIcon.vfunc_unmap()` returned was
causing an assertion failure in `clutter_actor_set_mapped` and crashed
the shell.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/2170
2020-02-07 11:23:25 +00:00
Daniel Mustieles
6ec996e45b
Updated Spanish translation
2020-02-07 11:54:07 +01:00
Daniel Mustieles
4f3e847897
Merge branch 'master' of gitlab.gnome.org:GNOME/gnome-shell
2020-02-07 11:54:07 +01:00
Rafael Fontenelle
07a1f107cc
Update Brazilian Portuguese translation
2020-02-06 23:47:17 +00:00
Florian Müllner
e062f27edc
Bump version to 3.35.90
...
Update NEWS.
2020-02-06 21:42:49 +01:00
nana-4
36c417e6d9
theme: Get back .weather-header-box styling
...
This introduced in f2df9f1a
was lost in 9ea745bc
.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/957
2020-02-06 20:31:42 +00:00
nana-4
87ca1e034f
theme: Move .world-clocks-button before .weather-button
...
As per the layout.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/957
2020-02-06 20:31:42 +00:00