Change logs for gnome-settings-daemon source package in Intrepid

  • gnome-settings-daemon (2.24.0-0ubuntu3.3) intrepid-proposed; urgency=low
    
      * debian/patches/31_multikeycodes.patch:
        - Backported patch from rev 610 of gsd trunk.
        - Makes keysyms with multiple keycodes bound to them functional.
          This fixes cases such as where XF86Eject doesn't work. (LP: #299194)
    
     -- Mario Limonciello <email address hidden>   Mon, 24 Nov 2008 16:11:01 -0600
  • gnome-settings-daemon (2.24.0-0ubuntu3.2) intrepid-proposed; urgency=low
    
      * debian/patches/20_mouse_devicepresencenotify.patch:
        - Fix the DevicePresenceNotify storm. Now we only watch for DeviceEnabled
          (rather than DeviceAdded) events. (LP: #293318)
      * debian/patches/08_extra_touchpad_options.patch:
        - device_is_touchpad: Decide that it's not a touchpad unless it is of type
          XI_TOUCHPAD.
        - set_tap_to_click: Fix a couple of potential memory leaks.
    
    gnome-settings-daemon (2.24.0-0ubuntu3.1) intrepid-proposed; urgency=low
    
      * debian/patches/20_mouse_devicepresencenotify.patch: Listen for X input
        device changes, and reconfigure pointers if necessary. This makes
        hotplugged pointing devices respect user settings. (LP: #280148)
    
     -- William Grant <email address hidden>   Sat, 08 Nov 2008 11:46:30 +1100
  • gnome-settings-daemon (2.24.0-0ubuntu3.1) intrepid-proposed; urgency=low
    
      * debian/patches/20_mouse_devicepresencenotify.patch: Listen for X input
        device changes, and reconfigure pointers if necessary. This makes
        hotplugged pointing devices respect user settings. (LP: #280148)
    
     -- William Grant <email address hidden>   Mon, 03 Nov 2008 19:35:58 +1100
  • gnome-settings-daemon (2.24.0-0ubuntu3) intrepid; urgency=low
    
      * debian/control.in: Add a build-depend on libxi-dev
        (>= 2:1.1.3-1ubuntu4) (FTBFS).
    
     -- Timo Aaltonen <email address hidden>   Fri, 10 Oct 2008 12:59:21 +0300
  • gnome-settings-daemon (2.24.0-0ubuntu2) intrepid; urgency=low
    
      [ William Grant ]
      * debian/patches/08_extra_touchpad_options.patch:
        - Update for the new property API. (LP: #274728)
          + No longer use XQueryDeviceProperty to check if a property exists - the
            function has been removed.
          + Remove the 'pending' argument from calls to XGetDeviceProperty.
        - Don't trust that a device that looks like a touchpad has all properties
          that a real touchpad does, as properties can be added by a user, and
          things segfault.
        - Label set failure warnings with the device name to make things a bit
          less scary.
        - Fix a couple of compiler warnings.
    
     -- Timo Aaltonen <email address hidden>   Fri, 10 Oct 2008 12:40:40 +0300
  • gnome-settings-daemon (2.24.0-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Fix the fix for read-only home directories
        - Make the volume popup not crash when invoking it on any screen but
          the first when using a compositing manager
        - Add GPLv2 copyright notice explicitly so that newer versions of
          autotools don't declare us GPLv3
        - Specify GTK modules to load in a GConf directory instead of the
          single /desktop/gnome/gtk-modules key
        - Also allow linking the module state to other boolean keys by using
          a string value that is the name of the key to use
        - Made the housekeeping plugin less aggressive by default
    
     -- Sebastien Bacher <email address hidden>   Tue, 23 Sep 2008 12:48:51 +0200
  • gnome-settings-daemon (2.23.92-0ubuntu3) intrepid; urgency=low
    
      * Rebuild due to libgnomekbd soname change
    
     -- Sebastien Bacher <email address hidden>   Wed, 10 Sep 2008 14:39:44 +0200
  • gnome-settings-daemon (2.23.92-0ubuntu2) intrepid; urgency=low
    
      * Drop 80_evdev_no_model.patch, since there's no need to force the
        model anymore. The evdev driver uses evdev rules instead, and so
        the user is able to change the kb model again.
    
     -- Timo Aaltonen <email address hidden>   Tue, 09 Sep 2008 18:21:36 +0300
  • gnome-settings-daemon (2.23.92-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Try harder to use the keyboard layout passed by GDM
        - Updated translations
    
     -- Sebastien Bacher <email address hidden>   Mon, 08 Sep 2008 13:35:27 +0200
  • gnome-settings-daemon (2.23.91-0ubuntu2) intrepid; urgency=low
    
      * debian/patches/08_extra_touchpad_options.patch:
        - Look for the "Synaptics Off" XInput property to determine whether
          a given device is a touchpad, rather than hardcoding the device
          name. (LP: #207781)
        - Use XInput device properties to set touchpad settings.
    
     -- William Grant <email address hidden>   Tue, 02 Sep 2008 09:07:34 +1000
  • gnome-settings-daemon (2.23.91-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Removed translatable property on stock gtk-close
        - Fix a constness warning
        - Fix a crash due to an incorrect signal handler definition
        - Use a scale factor instead of a fixed DPI
        - Use g_warning instead of g_error when setup fails so we don't abort
    
     -- Sebastien Bacher <email address hidden>   Mon, 01 Sep 2008 16:54:56 +0200
  • gnome-settings-daemon (2.23.90-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - PulseAudio check to not ouput "no" twice
        - Add status icon when a11y hotkeys are enabled, and display Universal
          Access preferences when it is clicked
        - Simplify libnotify check, fix fontconfig result output
        - Put the Glade file where all the others are
        - Remove some unnecessary boilerplate
        - Use g_file_monitor instead of g_file_monitor_file/_directory
        - Remove warning that isn't
        - Fixed crash in randr startup
        - Fail xrandr initialization if we couldn't start xrandr
        - Try harder to clean up xrandr in _stop  so we can enable/disable
          the plugin on the fly
        - For LIBSOUNDS, check for libgnomeui, not just libgnome
        - Add sexy labels when setting up dual monitors
        - Add a separator to the menu before "Configure display settings"
        - Use GDK to get DPI
      * debian/control.in:
        - updated the requirements
    
     -- Sebastien Bacher <email address hidden>   Tue, 19 Aug 2008 00:11:28 +0200
  • gnome-settings-daemon (2.23.6-0ubuntu2) intrepid; urgency=low
    
      * debian/patches/80_evdev_no_model.patch:
        - don't set a keyboard model when evdev is being used (lp: #255008)
    
     -- Sebastien Bacher <email address hidden>   Wed, 13 Aug 2008 23:27:21 +0200
  • gnome-settings-daemon (2.23.6-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Remove libgnomeui dependency
        - Bump glib dependency to 2.15
        - Use standard icon names for the OSD
        - Make the display notification icon configurable (lp: #252546)
        - Resolve NumLock dynamically
      * debian/control.in:
        - don't use libgnomeui
    
     -- Sebastien Bacher <email address hidden>   Mon, 04 Aug 2008 18:43:28 +0200
  • gnome-settings-daemon (2.23.5-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - New settings for event sounds
        - Fix include path for building against uninstalled package.
        - Remove 'daemon' from the warning message
        - Make more shortcuts with shift work
        - Update RandR code to use new gnome-desktop API
        - Fix accelerator check
        - Detect and enable PulseAudio
      * debian/control.in:
        - build-depends on libpulse-dev
        - updated libgnome-desktop requirement
      * debian/gnome-settings-daemon.install:
        - install new icons
      * debian/patches/91_gsd-add-randr-12.patch,
        debian/patches/92_gsd-xrandr-version-check.patch:
        - dropped, the new version has similar changes
      * debian/rules:
        - no need to workaround timestamp issue those are correct in the new version
    
     -- Sebastien Bacher <email address hidden>   Fri, 25 Jul 2008 14:23:09 +0200
  • gnome-settings-daemon (2.23.3-0ubuntu3) intrepid; urgency=low
    
      * rebuild due to the libgnome-desktop soname change
    
     -- Sebastien Bacher <email address hidden>   Fri, 06 Jun 2008 11:11:50 +0200
  • gnome-settings-daemon (2.23.3-0ubuntu2) intrepid; urgency=low
    
      * debian/rules:
        - the new tarball has broken timestamps again, workaround the issue
    
     -- Sebastien Bacher <email address hidden>   Wed, 04 Jun 2008 10:30:06 +0200
  • gnome-settings-daemon (2.23.3-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Execute the correct action when there are multiple keyboard shortcuts with
          the same keycode but different keysyms
        - Fix wallpaper handling for people running a session without nautilus
        - Try to keep the keyboard layout from gdm
        - Don't die when the user's home directory is read-only
        - Fix artifacts from the locate pointer animation in non-composited mode
        - Pass clicks to the media popup window through to the underlying window
        - Use new gnome-desktop background API and get rid of libbackground
        - Don't eat keypresses for multimedia key events in the mouse plugin
        - Shutdown when receiving the "SessionOver" signal from gnome-session
        - Fix memory leaks in the font plugin
        - Move the locate pointer animation with the mouse cursor
        - Fix build without GStreamer
      * debian/control.in:
        - updated libgnome-desktop requirement
      * debian/gnome-settings-daemon.install:
        - install the new autostart and the dbus service
      * debian/rules:
        - don't remove the dbus service
    
     -- Sebastien Bacher <email address hidden>   Tue, 03 Jun 2008 23:09:04 +0200
  • gnome-settings-daemon (2.23.1.1-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Sound server startup based on GConf setting, even when esd is disabled
        - Added a new "housekeeping" plugin to set limits on the size and age of the
          thumbnail cache (lp: #37643)
        - Fix mismatched modifier maping between egg and GTK
        - Replace some custom functionality with stock GTK
        - Mark string for translation
        - Use G_DEFINE_TYPE instead of open-coding
        - Change data types to match glib, avoid using time_t
        - Add mapping for Gtk/Modules xsetting using GConf
        - Set GConf keys back to false if mousetweaks is not installed
        - Don't try to add grabas with invalid modifiers
        - Remove trailing newlines from messages since g_warning already takes care
          of those
        - Fix various leaks
        - Fix TYPE macro and remove unimplemented prototype
        - Add a special volume subclass for better support of IBM Thinkpad hardware
          volume buttons
        - Initialize inited_ok or behaviour is undefined when xkb setup fails
        - Continued attempt at making XKB setup and error handling a bit less arcane
          and crufty
        - Only use the built-in default for volume_step if we get an
          error from GConf, not just when the value is 0 which might be what
          the user wants
        - Adds a "threshold" property to the AcmeVolume class that denotes
          the minimum percentage required to actually affect the volume
        - Don't install any listeners or callbacks when XKB is not available
        - Remove excessive key grab logging
        - Make plugins deactivation work
        - Properly null-terminate g_build_filename
        - Turn into a daemon by default and make --no-daemon work
        - DBus API has been stable for a while;
          don't define DBUS_API_SUBJECT_TO_CHANGE anymore
        - Drop GConf backup for xkb
        - Extract some functionality used by several plugins into a separate
          shared helper library
        - Reset GConf keys when we can't launch the daemon
        - Updated translations
      * Sync on Debian
      * debian/control.in:
        - updated maintainer information
      * debian/gnome-settings-daemon.install:
        - install the xrdb files in the correct directory
      * debian/rules:
        - don't do timestamps change since this tarball has no issue
    
     -- Sebastien Bacher <email address hidden>   Tue, 03 Jun 2008 15:46:21 +0200
  • gnome-settings-daemon (2.22.1-0ubuntu2) hardy-proposed; urgency=low
    
      * debian/patches/93_from_svn_fix_non_nautilus_background_change.patch:
        - changes from svn, make the background changes work when not using nautilus
          (lp: #214347)
    
     -- Sebastien Bacher <email address hidden>   Mon, 05 May 2008 23:12:16 +0200
  • gnome-settings-daemon (2.22.1-0ubuntu1) hardy; urgency=low
    
      * New upstream version:
        - Fix segfault when shutting down the typing break monitor
        - Set window type hint on the volume popup
        - Remove unused properties from actions GUI
        - Reset opacity when removing the timeout
        - Fix handling of child process
        - Add a tool to test media keys
        - Add some profiling code
        - Fix compiler warnings
        - Fix leaks
        - Add more stuff to the configuration summary
        - Don't eat key events
        - Apply keyboard settings on startup (lp: #213111)
        - Make "Home" keybinding work again  (lp: #194979)
      * debian/control.in:
        - updated libgnome-desktop requirement
      * debian/patches/09_locate_pointer.patch:
        - dropped distribution change, it was not accepted upstream and they fixed
          similar issues now
      * debian/patches/91_gsd-add-randr-12.patch:
        - updated redhat version
      * debian/patches/92_gsd-xrandr-version-check.patch:
        - new version update
    
     -- Sebastien Bacher <email address hidden>   Mon, 07 Apr 2008 14:50:01 +0200