-
unity-settings-daemon (14.04.0+14.04.20151012-0ubuntu1) trusty; urgency=medium
* show correct microphone mute icon (LP: #1381856)
-- Sebastien Bacher <email address hidden> Mon, 12 Oct 2015 16:11:19 +0000
-
unity-settings-daemon (14.04.0+14.04.20150825-0ubuntu2) trusty-security; urgency=medium
* SECURITY UPDATE: Drives automount while screen is locked
(LP: #1438870)
- plugins/automount/gsd-automount-manager.c: also monitor Unity screen
lock.
- CVE-2015-1319
-- Marc Deslauriers <email address hidden> Fri, 11 Sep 2015 13:44:35 -0400
-
unity-settings-daemon (14.04.0+14.04.20150825-0ubuntu1) trusty; urgency=medium
[ Alberto Milone ]
* Make touchscreen mapping non-blocking, and kill it if it takes more
than 3 seconds; finally, in case of failure, try again after a few
seconds. This helps on resume from S3 (LP: #1471708). (LP: #1471708)
-- CI Train Bot <email address hidden> Tue, 25 Aug 2015 09:20:43 +0000
-
unity-settings-daemon (14.04.0+14.04.20140606-0ubuntu3) trusty; urgency=medium
[ Lars Uebernickel ]
* mouse: allow force-disabling touchpad (LP: #1454950)
-- Sebastien Bacher <email address hidden> Mon, 27 Jul 2015 17:37:08 +0200
-
unity-settings-daemon (14.04.0+14.04.20140606-0ubuntu2) trusty; urgency=medium
* plugins/media-keys/gsd-media-keys-manager.c:
- Open the battery info dialog when using the corresponding hotkey.
The current code was trying to display a notification with the info
but we don't have design on how that should look like with notify-osd
so go back to what we were doing before (lp: #1432976)
-- Sebastien Bacher <email address hidden> Wed, 18 Mar 2015 15:36:20 +0100
-
unity-settings-daemon (14.04.0+14.04.20140606-0ubuntu1) trusty; urgency=medium
[ Alberto Milone ]
* gsd-xrandr-manager.c:
- Add support for mapping the main touchscreen onto the laptop
display (LP: #1287341).
This makes sure that the input device knows exactly the area
that represents the display when the screen configuration
changes. Note: this doesn't cover the tablet use case.
- Add support for matching displays with touch input devices
according to the reported size. This is particularly
useful on systems that don't use embedded display connectors
i.e. all-in-one systems such as the Dell Optiplex 9030 AIO.
- This work is a partial backport of the upstream work on
touchscreens. When we finally sync with the upstream code
we can drop this.
-- Ubuntu daily release <email address hidden> Fri, 06 Jun 2014 14:39:15 +0000
-
unity-settings-daemon (14.04.0+14.04.20140414-0ubuntu1) trusty; urgency=low
[ Dmitry Shachnev ]
* Backport g-s-d patch to fix consecutive xkb grp: options not being
stripped, thanks Роман Донченко.
-- Ubuntu daily release <email address hidden> Mon, 14 Apr 2014 10:13:11 +0000
-
unity-settings-daemon (14.04.0+14.04.20140407-0ubuntu1) trusty; urgency=low
[ William Hua ]
* Revert regression caused by commit 4033. (LP: #1302353)
-- Ubuntu daily release <email address hidden> Mon, 07 Apr 2014 14:55:36 +0000
-
unity-settings-daemon (14.04.0+14.04.20140404-0ubuntu1) trusty; urgency=low
[ William Hua ]
* Add a private DBus method that allows us to change the current input
source without saving it in GSettings. This is needed for indicator-
keyboard to temporarily switch input sources on the lock screen
without affecting the user's session input source.
-- Ubuntu daily release <email address hidden> Fri, 04 Apr 2014 16:20:28 +0000
-
unity-settings-daemon (14.04.0+14.04.20140402-0ubuntu1) trusty; urgency=low
[ Jackson Doak ]
* define XF86AudioMicMute as a mic mute key
[ William Hua ]
* Treat IBus engines with 'default' layouts as 'us'. (LP: #1298740)
-- Ubuntu daily release <email address hidden> Wed, 02 Apr 2014 11:06:42 +0000
-
unity-settings-daemon (14.04.0+14.04.20140310-0ubuntu2) trusty; urgency=medium
* unity-settings-demon.user-session.upstart: Use XDG_CURRENT_DESKTOP
as the instance specifier for gnome-session upstart jobs, since
other sessions apart from ubuntu will need to use u-s-d (LP: #1224217)
-- Tim Lunn <email address hidden> Wed, 12 Mar 2014 16:45:51 +1100
-
unity-settings-daemon (14.04.0+14.04.20140310-0ubuntu1) trusty; urgency=low
[ David Henningsson ]
* Fix what-did-you-plug-in dialog showing up behind other windows.
Simplify launching of "unity-control-center sound". (LP: #1287584)
-- Ubuntu daily release <email address hidden> Mon, 10 Mar 2014 17:25:56 +0000
-
unity-settings-daemon (14.04.0+14.04.20140228-0ubuntu1) trusty; urgency=low
[ Sebastien Bacher ]
* Backport some small upstream bugfixes
* Enforce schemas from the same serie, some ppa are shipping newer
versions of gnome-settings-daemon which drop keys and that's leading
to reports against unity-settings-daemon. That way users are warned
and get to choose what option they want.
[ Luke Yelavich ]
* Look for gtk-modules related files in the correct location.
-- Ubuntu daily release <email address hidden> Fri, 28 Feb 2014 17:08:18 +0000
-
unity-settings-daemon (14.04.0+14.04.20140225-0ubuntu1) trusty; urgency=low
[ Lars Uebernickel ]
* media-keys: add support for allow-amplified-volume When that key is
set, the maximum volume is PA_VOLUME_UI_MAX instead of
PA_VOLUME_NORM. This makes it consistent with the sound indicator
and system settings.
-- Ubuntu daily release <email address hidden> Tue, 25 Feb 2014 09:33:38 +0000
-
unity-settings-daemon (14.04.0+14.04.20140221.1-0ubuntu1) trusty; urgency=low
[ Iain Lane ]
* Instead of autodetecting the scaling factor, default to 1 if the key
is set to '0'. unity-control-center should be calculating the value
and setting this key accordingly, otherwise the Unity and gtk values
can get out of sync.
-- Ubuntu daily release <email address hidden> Fri, 21 Feb 2014 18:45:23 +0000
-
unity-settings-daemon (14.04.0+14.04.20140221-0ubuntu1) trusty; urgency=low
[ Iain Lane ]
* Always use gnome-screenshot directly, not the gnome-shell screenshot
interface. We aren't using the legacy keygrabber under Unity, but
neither can we use gnome-shell's interface since Unity doesn't
implement it. (LP: #1282649)
-- Ubuntu daily release <email address hidden> Fri, 21 Feb 2014 13:48:58 +0000
-
unity-settings-daemon (14.04.0+14.04.20140219-0ubuntu1) trusty; urgency=low
[ David Henningsson ]
* Handle unknown audio jack devices.
[ William Hua ]
* Revert the legacy key grabber. (LP: #1226962)
[ Sebastien Bacher ]
* backport upstream change to support hi-dpi screens/scaling. You can
change the scaling value by writting the
"org.gnome.desktop.interface scaling-factor" gsettings key
-- Ubuntu daily release <email address hidden> Wed, 19 Feb 2014 10:44:06 +0000
-
unity-settings-daemon (14.04.0-0ubuntu2) trusty; urgency=medium
* Change power notifications from popups (expire never), to notify-osd
bubbles (default timeout).
* Start on gnome-session (ubuntu instance) only (for now).
-- Dimitri John Ledkov <email address hidden> Mon, 17 Feb 2014 11:35:35 +0000
-
unity-settings-daemon (14.04.0-0ubuntu1) trusty; urgency=low
* Fork gnome-settings-daemon so we can maintain it for Unity 7 until it is
replaced by the Unity 8 equivalent.
-- Robert Ancell <email address hidden> Fri, 07 Feb 2014 11:44:36 +0000