Balázs Úr
5b6d72552f
Update Hungarian translation
2020-09-06 23:31:31 +00:00
Anders Jonsson
5970018b6c
Update Swedish translation
2020-09-06 12:58:39 +00:00
Florian Müllner
2ab6edda03
Bump version to 3.37.92
...
Update NEWS.
2020-09-06 01:04:54 +02:00
Florian Müllner
7f402c1c6b
workspace: Cap scaled floating size to target layout size
...
A window preview's floating geometry is scaled down according to the
workspace's allocation, while the layout geometry is computed directly
for the available space.
For previews that maintain their real size in the layout geometry,
that scaling leads to a distracting size bounce when transitioning
between both layouts.
Address that by not allowing the scaled floating size to drop below
that layout size (which is at most equal to the unscaled floating size).
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2968
2020-09-05 16:12:08 +00:00
Carlos Garnacho
497f10178c
systemActions: Use PanelOrientationManaged to manage autorotation
...
Track this new org.gnome.Mutter.DisplayConfig property, so the
autorotation UI is shown/hidden according to both accelerometer
availability and touch-mode.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1311
2020-09-05 07:24:54 +00:00
Mitar
f7bcde6325
altTab: Support cycle-group cycling only over windows in the workspace
...
This is consistent with the filtering done for switch-group when
org.gnome.shell.app-switcher current-workspace-only is set to true.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3116
2020-09-04 19:48:33 +02:00
Jordi Mas
f9ad8a378d
Update Catalan translation
2020-09-03 22:50:24 +02:00
Daniel van Vugt
206d1fa650
dash: Hide the tooltip when an item is clicked
...
So that when the 'Show Applications' button is clicked the icons don't
fly *through* the tooltip.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1423
2020-09-03 15:25:19 +00:00
Florian Müllner
b3f35912be
dbusServices/screencast: Save under resolved file path
...
... instead of using the original template as file name.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3097
2020-09-02 16:28:48 +02:00
Daniel Mustieles
f8c043800b
Updated Spanish translation
2020-09-02 14:50:26 +02:00
Thibault Martin
ec53df0dc3
Update French translation
2020-09-02 12:01:39 +00:00
Dušan Kazik
cf997b3230
Update Slovak translation
2020-09-02 11:52:36 +00:00
Florian Müllner
69e81e4511
Revert "appDisplay: Add drop shadow to icons"
...
The shadows are hardly visible in the darkened overview, but have
a noticeable impact on performance.
This reverts commit 4e195d789a
.
2020-09-02 11:12:47 +02:00
Georges Basile Stavracas Neto
998e3e62ad
appDisplay: Connect to GSettings after reading key
...
As per GSettings documentation, it is necessary to read a particular
key at least once before being able to connect to the corresponding
'changed::' signal.
Read the 'app-picker-layout' key before connecting to the changed
signal.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1428
2020-09-01 17:12:56 -03:00
Georges Basile Stavracas Neto
95645e155e
appDisplay: Only emit layout-changed when not updating pages
...
It is wasteful to emit layout-changed when updating pages, because
the caller (AppDisplay) already has an updated state by the time
this is called.
Only emit 'layout-changed' if the GSettings notification doesn't
come from AppDisplay updating the pages.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1428
2020-09-01 16:45:54 -03:00
Georges Basile Stavracas Neto
f1bc87bf6d
appDisplay: Redisplay on layout changes
...
This was an overlook from e1ea1d2954
.
We never connected to the 'layout-changed' signal, which means
changing the GSettings externally wouldn't trigger a redisplay.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1428
2020-09-01 16:45:54 -03:00
Daniel Mustieles
f7886ac695
Updated Spanish translation
2020-09-01 11:04:12 +02:00
Florian Müllner
4e195d789a
appDisplay: Add drop shadow to icons
...
The shadow is barely visible on dark backgrounds, but it's not
wrong to be consistent with Settings, Software and GNOME Classic.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3123
2020-08-31 21:04:39 +02:00
Марко Костић
838428838d
Update Serbian translation
2020-08-31 08:25:35 +00:00
Kukuh Syafaat
1bc100c9fb
Update Indonesian translation
2020-08-31 08:17:01 +00:00
Changwoo Ryu
a593f84f91
Update Korean translation
2020-08-30 07:46:04 +00:00
Fabio Tomat
6cab57b43c
Update Friulian translation
2020-08-28 10:43:42 +00:00
Marek Černocký
8e936a271a
Updated Czech translation
2020-08-28 10:11:00 +02:00
Kukuh Syafaat
eb0276a27d
Update Indonesian translation
2020-08-27 02:59:04 +00:00
Aurimas Černius
360aeba9e3
Updated Lithuanian translation
2020-08-26 22:33:56 +03:00
Kukuh Syafaat
6550bca2ba
Update Indonesian translation
2020-08-26 12:33:30 +00:00
Danial Behzadi
b8ca1fa7a1
Update Persian translation
2020-08-25 19:03:18 +01:00
Nathan Follens
6aed9485ec
Update Dutch translation
2020-08-25 15:35:47 +00:00
Rafael Fontenelle
99bfe20316
Update Brazilian Portuguese translation
2020-08-25 01:53:19 +00:00
Zander Brown
35346e9511
Update British English translation
2020-08-24 18:20:23 +00:00
Yuri Chornoivan
77b725c3d2
Update Ukrainian translation
2020-08-24 17:17:19 +00:00
Florian Müllner
852303f71b
Bump version to 3.37.91
...
Update NEWS.
2020-08-24 17:56:01 +02:00
Florian Müllner
ba804de15e
status/bluetooth: Fix label for >1 connected devices
...
Eeeks, we want two strings here, not one with embedded double quotes.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3073
2020-08-24 15:37:08 +00:00
Zephaniah E. Loss-Cutler-Hull
093603b35e
unlockDialog: Defend against absence of blur effect
...
widget.get_effect(...) can return null while locking the screen, resulting
in a TypeError. In this situation the screen ends up black with a cursor
but never going to sleep, and moving the mouse brings the old screen
contents up but does not allow unlocking.
unlockDialog.js assumes that widget.get_effect will return non-null,
but other places such as getWindowDimmer in windowManager.js go out of
their way to be more careful.
[smcv: Add commit message, remove hard tabs, add missing semicolon]
Resolves: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3071
Bug-Debian: https://bugs.debian.org/968440
2020-08-24 17:27:14 +02:00
Daniel Mustieles
b436f3ebcb
Updated Spanish translation
2020-08-24 12:07:07 +02:00
Boyuan Yang
efea769bbe
Update Chinese (China) translation
2020-08-23 15:14:07 +00:00
Matej Urbančič
0e1622af9e
Updated Slovenian translation
2020-08-23 13:21:16 +02:00
Joonas Henriksson
b1f4ac10da
calendar: Vertically center align week numbers
...
The labels were previously aligned by using top-padding, which was
relative to font-size, and therefore didn't always align the text
correctly when font scaling was enabled.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1415
2020-08-21 21:40:22 +03:00
Björn Daase
2fc6384bca
*: Fix spelling mistakes found by codespell
...
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1416
2020-08-21 18:25:09 +00:00
Benjamin Berg
6ad9c99040
data: Fix description of org.gnome.Shell.target
...
The target is generic between X11 and wayland now, so remove the
reference to wayland.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1418
2020-08-20 08:11:11 +00:00
Benjamin Berg
56b6e65317
data: Only unset environment when the service actually ran
...
ExecStopPost= is executed even if ExecCondition= fails. As such, we need
to add a guard as we would otherwise clear environment variables on X11
sessions (rendering them utterly useless).
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1418
2020-08-20 08:11:11 +00:00
Goran Vidović
b80b22e78d
Update Croatian translation
2020-08-19 22:33:40 +00:00
Goran Vidović
4917b0423b
Update Croatian translation
2020-08-19 22:32:20 +00:00
Jiri Grönroos
abfbf1f972
Update Finnish translation
2020-08-18 19:11:26 +00:00
Danial Behzadi
283e50ab7c
Update Persian translation
2020-08-18 17:19:24 +00:00
Will Thompson
1c0be1a36b
polkitAgent: Add missing space to log string
...
In my journal, I have:
> JS LOG: polkitAuthenticationAgent: Received 2identities that can be
> used for authentication. Only considering one.
There should be a space after the number.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1413
2020-08-18 13:58:20 +00:00
Andre Moreira Magalhaes
00437750ed
authPrompt: Properly get oVirt service name
...
Commit 809f820cd
moved the definition of OVIRT_SERVICE_NAME to
'js/gdm/oVirt.js' but missed updating one occurrence. This
commit fixes it.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1414
2020-08-18 13:31:23 +00:00
sicklylife
32b1e8d0eb
Update Japanese translation
2020-08-18 10:03:28 +00:00
sicklylife
51cdd34a4b
Update Japanese translation
2020-08-18 09:46:34 +00:00
Emin Tufan Çetin
9dce262192
Update Turkish translation
2020-08-16 23:26:00 +00:00