- 22 Sep, 2020 3 commits
-
-
-
Avatars in https://gitlab.gnome.org/Teams/Design/os-mockups/-/blob/master/lock-login/lock-screen.png have a white circular border around them. GNOME/gnome-shell!379
-
-
- 21 Sep, 2020 3 commits
-
-
Florian Müllner authored
The purpose of password peeking is to spot and correct errors; the latter isn't possible when the entry is non-editable, so we can hide the password again while authentication is ongoing. GNOME/gnome-shell#3138
-
Florian Müllner authored
Just like the internal ClutterText, the icon actors are part of the entry. It therefore makes sense for the icons to not react to clicks when the entry itself is non-reactive; again, just like the text. That behavior is also consistent with icons in GTK entries. GNOME/gnome-shell#3138
-
Bastien Nocera authored
This update is necessary to add support for recent UCM related changes in ALSA and PulseAudio. See GNOME/libgnome-volume-control!10 GNOME/gnome-shell!1444
-
- 20 Sep, 2020 1 commit
-
-
- 19 Sep, 2020 1 commit
-
-
- 16 Sep, 2020 1 commit
-
-
Georges Basile Stavracas Neto authored
BaseAppView not disconnecting from the 'app-filter-changed' signal means parental controls may trigger callbacks on a destroyed grid, which tries to access destroyed icons, which spams the journal with stack traces. Disconnect from parental controls when BaseAppView is destroyed. GNOME/gnome-shell!1441
-
- 15 Sep, 2020 2 commits
-
-
-
In getAppPosition it's not needed to continue looking for an app in the page manager if the app is found in a page. This patch breaks the search loop just after the first ocurrence is found. !1434
-
- 14 Sep, 2020 5 commits
-
-
This is useful functionality that got lost when replacing the built-in recorder with an external screencast service; bring it back. GNOME/gnome-shell#3171
-
We split the search string into words using whitespace, while GLib.tokenize_and_fold() splits on any non-alphanumeric characters. That is, a valid search term like ',' will be tokenized as [], so the original non-empty terms may get mapped to an empty array. And as [].every() returns true for any condition[0], we end up matching *all* system actions in that case. We want the exact opposite and not return any results, so handle that case explicitly. [0] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/every GNOME/gnome-shell#3169
-
GLib.str_tokenize_and_fold() returns an array rather than a string (the "tokenize" bit), so flatten the folded search terms like we do for keywords. GNOME/gnome-shell#3169
-
Florian Müllner authored
Update NEWS.
-
Florian Müllner authored
It's best to not mix transient indicators with (probably) permanently visible items, so move the remote-access indicator (which also handles screencasts now) to the position of the old screen recorder icon. GNOME/gnome-shell!1438
-
- 12 Sep, 2020 1 commit
-
-
- 10 Sep, 2020 3 commits
-
-
Aron Xu authored
-
-
-
- 09 Sep, 2020 3 commits
-
-
-
Claude Paroz authored
-
-
- 07 Sep, 2020 3 commits
-
-
Andy Holmes authored
Like `GtkAdjustment`, `StAdjustment:changed` is not emitted for the `value` property except when changed with `st_adjustment_set_values()`. Note this behaviour in the signal documentation closes #3147
-
-
-
- 06 Sep, 2020 2 commits
-
-
- 05 Sep, 2020 3 commits
-
-
Florian Müllner authored
Update NEWS.
-
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). GNOME/gnome-shell#2968
-
Carlos Garnacho authored
Track this new org.gnome.Mutter.DisplayConfig property, so the autorotation UI is shown/hidden according to both accelerometer availability and touch-mode. GNOME/gnome-shell!1311
-
- 04 Sep, 2020 1 commit
-
-
This is consistent with the filtering done for switch-group when org.gnome.shell.app-switcher current-workspace-only is set to true. GNOME/gnome-shell#3116
-
- 03 Sep, 2020 2 commits
-
-
Jordi Mas authored
-
So that when the 'Show Applications' button is clicked the icons don't fly *through* the tooltip. GNOME/gnome-shell!1423
-
- 02 Sep, 2020 5 commits
-
-
Florian Müllner authored
... instead of using the original template as file name. GNOME/gnome-shell#3097
-
Daniel Mustieles García authored
-
-
-
Florian Müllner authored
The shadows are hardly visible in the darkened overview, but have a noticeable impact on performance. This reverts commit 4e195d78.
-
- 01 Sep, 2020 1 commit
-
-
Georges Basile Stavracas Neto authored
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. !1428
-