- Aug 05, 2018
-
-
Simon McVittie authored
-
- Aug 02, 2018
- Aug 01, 2018
-
-
Carlos Garnacho authored
-
Didier Roche authored
Shows a volume above 100% icon for output only in case we have a current level above 100. This new icon will be sent to any Shell version, including older version which will show up 100 for level and this volume above 100% icon. See https://bugzilla.gnome.org/show_bug.cgi?id=790280
-
Didier Roche authored
This option is sent to the Shell so that we can set the maximum level limit when showing the OSD. 100 is the default value, when the parameter is unset. max_level can only be above 100. Old versions of the shell will display a level 100% in the OSD if current level is above 100 and will ignore the max_level parameter. See https://bugzilla.gnome.org/show_bug.cgi?id=790280
-
Didier Roche authored
Use the pulseaudio maximum allowed volume if allow-volume-above-100-percent gsettings key is true. Pass that information to the OSD so that the Shell can show it without any UI change: The > 100% volume values are scaled to fit into the 100% fill bar. Depends on the required gsettings-desktop-schemas version. https://bugzilla.gnome.org/show_bug.cgi?id=710424
- Jul 29, 2018
-
-
Aurimas Černius authored
-
- Jul 27, 2018
-
-
Tim Sabsch authored
-
- Jul 26, 2018
-
-
Iain Lane authored
-
Iain Lane authored
-
Iain Lane authored
We don't need root for any part of building the package.
-
Iain Lane authored
-
Iain Lane authored
-
Iain Lane authored
-
Iain Lane authored
-
Iain Lane authored
Update to upstream version '3.29.0' with Debian dir e817fd61f61d0744d90c2f7331618b044a1dc7c3
-
Iain Lane authored
-
Iain Lane authored
-
Iain Lane authored
So that it creates errors - you currently need to pass this manually.
-
- Jul 19, 2018
-
-
Benjamin Berg authored
Port the test suite to python 3. Fixes #65
-
Benjamin Berg authored
Reset the idle time and wait for lid inhibition to be removed. This should make the test more reliable avoiding some potential race conditions.
-
Benjamin Berg authored
This drops Rui and Oliver from the maintainer list and adds Carlos and Benjamin.
-
Christian Hergert authored
notify_notification_close() expects that a parameter will be available for the error location, which could be a dangling pointer in a register or on the stack in the case of some architectures. This was caught by GNOME/glib#1425 which allows us to check proper type parameters.
-
- Jul 10, 2018
-
-
Bruno Lopes da Silva authored
-
- Jun 27, 2018
-
-
Fabio Tomat authored
-
- Jun 22, 2018
-
-
Yi-Jyun Pan authored
-
- Jun 21, 2018
-
-
Daniel Mustieles authored
-
- Jun 20, 2018
-
-
Philip Withnall authored
Remove the duplicate list of system file system types from g-s-d in favour of the one in GLib, as long as we depend on a suitable GLib version (2.56.0). In time, this conditional check can be dropped. GLib doesn’t list network file systems in its list, so check those separately. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Ting-Wei Lan authored
HAVE_WAYLAND is always defined. We should check whether it is set to a non-zero value instead of checking whether it is defined.
-
-
Benjamin Berg authored
Otherwise we might not be updating the night light status for a long time after the system time is updated. https://bugzilla.gnome.org/show_bug.cgi?id=788026
-
Benjamin Berg authored
Disabled until tomorrow needs to detect whether sunrise has passed since it was turned on. Test this logic to be correct in various cases.