baba4a9c92
Fix g-s-d to start fine OBS-URL: https://build.opensuse.org/request/show/99169 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=120
1775 lines
69 KiB
Plaintext
1775 lines
69 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jan 5 14:42:14 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Remove data/gnome-settings-daemon.desktop.in from tarball before
|
|
building since we need to generate it with the proper libexec
|
|
directory, else gnome-settings-daemon will never start properly.
|
|
See bgo#666772.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 5 08:03:19 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Update to version 3.3.3.1:
|
|
+ Wacom:
|
|
- Fix referenced module name
|
|
- Changes from version 3.3.3:
|
|
+ Common:
|
|
- Remove unused X key event code
|
|
+ Wacom:
|
|
- Lots of infrastructure buildup that I can't really summarize
|
|
here
|
|
- Rename plugin to avoid name clash with libwacom
|
|
- Use libwacom to get tablet metadata
|
|
- Implement per-device and per-stylus settings
|
|
+ Power:
|
|
- Add the vendor name to the battery recall warning
|
|
(bgo#664418)
|
|
- Add automatic dimming of keyboard backlight
|
|
+ Print:
|
|
- Prevent crashes when cups sends malformed D-Bus signals
|
|
(bgo#665689)
|
|
+ XSettings:
|
|
- Set GtkShellShowsAppMenu xsetting when the shell is running
|
|
+ Updated translations.
|
|
- Add xz BuildRequires because we can't build a package for a
|
|
xz-compressed tarball without explicitly specifying that... See
|
|
bnc#697467 for more details.
|
|
- Add pkgconfig(libwacom) BuildRequires: new dependency upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 21 18:38:24 UTC 2011 - dimstar@opensuse.org
|
|
|
|
- Update to version 3.3.2:
|
|
+ Common:
|
|
- Remove left-over debug (bgo#660073)
|
|
- Fix handling of <Primary>
|
|
- Update required gnome-desktop version
|
|
- Return opcode when detecting XInput2
|
|
- Add helper to get the input device node
|
|
- Use XInput2 to capture and match keys
|
|
- Use GTK+ functions instead of own impl (bgo#663343)
|
|
- Fix small memleak
|
|
- Allow to grab 'Print' without modifiers (bgo#663623)
|
|
- Require gsettings-desktop-schemas 3.3.0
|
|
+ A11y keyboard:
|
|
- Port to GSettings (bgo#631502)
|
|
+ Automount:
|
|
- Call bind_textdomain_codeset()
|
|
+ Color:
|
|
- Do not load all the color devices twice at startup
|
|
- Don't assign the same device more than once at startup
|
|
- Fix a crash if ~/.local is deleted at runtime (bgo#660664)
|
|
- Simplify gcm_profile_store_mkdir_with_parents()
|
|
- Cancel any in-progress directory searching on plugin unload
|
|
- Do not check for directory presence sync
|
|
- Fix critical warning if the user disables the internal LCD
|
|
screen
|
|
- Reset the gamma tables when the screen configuration changes
|
|
(bgo#660164)
|
|
- Unbreak loading profiles at startup (bgo#660790)
|
|
- Do not prefix the EDID profile title with 'Default'
|
|
- Set model and vendor to 'unknown' if not specified or
|
|
unavailable
|
|
+ Daemon:
|
|
- Create reference to a GnomePnpIds object to speed up loading
|
|
+ Datetime:
|
|
- Fix build requirements
|
|
+ Media keys:
|
|
- Use a GCancellable for g_bus_get calls so that they can be
|
|
cancelled
|
|
- Don't assert if the user sets the 'button-power' action to
|
|
'shutdown'
|
|
- Don't assert if the user sets the 'button-power' action to
|
|
'nothing'
|
|
- Only ever send signals to specific apps
|
|
- Document the MediaPlayerKeyPressed signal
|
|
- Add some D-Bus API documentation
|
|
- Fix OSD touchpad icon names (bgo#661179)
|
|
- Fix suspend button not locking the screen (bgo#660267)
|
|
- Fix the suspend key not working (bgo#660267)
|
|
- Remove unused allowed-keys entry
|
|
- Cache the volume change event sound
|
|
- Update for GVC API
|
|
- Print warning for real errors
|
|
- Apply volume on the device the key came from (bgo#340720)
|
|
- Add custom shortcut type
|
|
- Implement GConf keyboard shortcuts (bgo#625228)
|
|
- Redraw volume OSD when not composited (bgo#660990)
|
|
- Update for gsd-keygrab API change (bgo#663343)
|
|
- Move some metacity shortcuts into g-s-d (bgo#663623)
|
|
- Port custom keybindings to GSettings (bgo#631502)
|
|
+ Power:
|
|
- Use a GCancellable for g_bus_get calls so that they can be
|
|
cancelled
|
|
- Do not revert to the pre-idle brightness if idle dimming is
|
|
disabled (bgo#660434)
|
|
- Remove some unused schema for enabling the sleep-inactive
|
|
actions (bgo#660395)
|
|
- Clarify what a value of 0 is for sleep-inactive-x-timeout
|
|
- Do not sleep-on-idle by default
|
|
- Simplify hiding/showing the status icon
|
|
- Ensure the DPMS state is 'on' at startup (bgo#660482)
|
|
- Close low-battery notification when plugged in (bgo#660942)
|
|
- Remove the window filter when the plugin is unloaded
|
|
- Don't crash when setting the dim timeout when using NX
|
|
(bgo#661000)
|
|
- Call XSyncInitialize() in case GTK+ wasn't compiled with
|
|
XSync support
|
|
- Emit 'Changed' signal to all listeners
|
|
- Fix "undefined symbol: WEXITSTATUS" error (bgo#662020)
|
|
- Make non-urgent notifications transient (bgo#662711)
|
|
+ Printers:
|
|
- Fix build on systems without LC_PAPER (bgo#660626)
|
|
- Call setlocale() (bgo#660632)
|
|
- Exit gsd-printer when session ends (bgo#660158)
|
|
- Correct signature when calling PrinterAddOptionDefault
|
|
- Don't show "Not connected?" when not needed
|
|
- Unown name on the system bus when session goes idle
|
|
(bgo#660158)
|
|
- Set requesting-user-name when getting job info
|
|
- Show printer-state-reasons only when printing my jobs
|
|
- Don't allow "/" in printer name (bgo#661774)
|
|
- Make notifications resident
|
|
- Fix a leak
|
|
+ Xrandr:
|
|
- Use a GCancellable for g_bus_get calls so that they can be
|
|
cancelled
|
|
+ Xsettings:
|
|
- Remove workaround to deal with g-s-d not exiting correctly
|
|
- Plug mem leaks (bgo#663239)
|
|
+ Wacom:
|
|
- Fix possible crasher (bgo#661170)
|
|
- Set cursor devices to be in relative mode by default
|
|
(bgo#662977)
|
|
- Add classes to manage settings and properties
|
|
+ Updated translations.
|
|
- Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 15 10:37:55 UTC 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 3.2.2:
|
|
+ Fix a number of memory leaks and static analysis bugs
|
|
+ Media keys:
|
|
- Fix suspend key not working
|
|
- Fix newly captured keybindings with GTK+ 3.2.1 not working
|
|
('<Primary>' key)
|
|
- Fix OSD display problem in fallback mode
|
|
- Allow grabbing the Print key without a modifier
|
|
+ Power:
|
|
- Fix possible undefined symbol
|
|
+ Printers:
|
|
- Fix crash on start when registering a D-Bus service
|
|
- Fix problems getting ownership information for print jobs
|
|
- Only show errors when the print job triggering it is ours
|
|
- Make error notifications resident, and dismiss them when
|
|
the problem is resolved
|
|
+ Wacom:
|
|
- Set cursor devices to be in relative mode by default
|
|
- Drop gnome-settings-daemon-upower-system-bus.patch: fixed
|
|
upstream.
|
|
- Drop gnome-settings-daemon-fix-missing-wexitstatus.patch: fixed
|
|
upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 2 15:50:48 UTC 2011 - rbrownccb@opensuse.org
|
|
|
|
- Add gnome-settings-daemon-upower-system-bus.patch to fix
|
|
suspend and hibernate keyboard buttons [bgo#660267]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 17 21:37:35 UTC 2011 - malcolmlewis@opensuse.org
|
|
|
|
- Add gnome-settings-daemon-fix-missing-wexitstatus.patch: add
|
|
missing include that can cause issues at runtime, especially
|
|
on 11.4 (bgo#662020).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 17 18:21:59 CEST 2011 - dimstar@opensuse.org
|
|
|
|
- Update to version 3.2.1:
|
|
+ Common:
|
|
- Remove left-over debug (bgo#660073)
|
|
+ Color:
|
|
- Fix a crash if ~/.local is deleted at runtime (bgo#660664)
|
|
- Do not load all the color devices twice at startup
|
|
- Don't assign the same device more than once at startup
|
|
- Fix critical warning if the user disables the internal LCD
|
|
screen
|
|
- Reset the gamma tables when the screen configuration changes
|
|
(bgo#660164)
|
|
- Fix 'make check' by including -lm for powf()
|
|
+ Media keys:
|
|
- Use a GCancellable for g_bus_get calls so that they can be
|
|
cancelled
|
|
- Don't assert if the user sets the 'button-power' action to
|
|
'shutdown' or 'nothing'
|
|
- Fix OSD touchpad icon names (bgo#661179)
|
|
- Fix suspend button not locking the screen (bgo#660267)
|
|
+ Power:
|
|
- Don't restore the brightness if it's never been set
|
|
- Fix two small reference leaks when using the D-Bus interface
|
|
- Use a GCancellable for g_bus_get calls so that they can be
|
|
cancelled
|
|
- Do not sleep-on-idle by default (bgo#660395)
|
|
- Do not revert to the pre-idle brightness if idle dimming is
|
|
disabled (bgo#660434)
|
|
- Ensure the DPMS state is 'on' at startup (bgo#660482)
|
|
- Close low-battery notification when plugged in (bgo#660942)
|
|
- Don't crash when setting the dim timeout when using NX
|
|
(bgo#661000)
|
|
- Call XSyncInitialize() in case GTK+ wasn't compiled with
|
|
XSync support
|
|
- Emit 'Changed' signal to all listeners (bgo#659908)
|
|
+ Printers:
|
|
- Fix build on systems without LC_PAPER (bog#660626)
|
|
- Call setlocale() (bgo#660632)
|
|
- Exit gsd-printer when session ends (bgo#660158)
|
|
- Correct signature when calling PrinterAddOptionDefault
|
|
- Don't show "Not connected?" when not needed
|
|
- Unown name on the system bus when session goes idle
|
|
+ Wacom:
|
|
- Fix possible crasher (bgo#661170)
|
|
+ Xrandr:
|
|
- Use a GCancellable for g_bus_get calls so that they can be
|
|
cancelled
|
|
+ Updated translations.
|
|
- Drop gnome-settings-daemon-emit-power-signal-to-listeners.patch:
|
|
fixed upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 08:08:06 UTC 2011 - glin@suse.com
|
|
|
|
- Add gnome-settings-daemon-emit-power-signal-to-listeners.patch
|
|
to emit 'Changed' signal to all power plugin listeners. This
|
|
fixes the power indicator not working in gnome-shell (bnc#717814,
|
|
bgo#659908).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 26 16:39:28 UTC 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 3.2.0:
|
|
+ Power:
|
|
- Correctly put the screen and computer to sleep when idle
|
|
(bgo#659066)
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 20 08:18:06 UTC 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 3.1.92:
|
|
+ A11Y keyboard:
|
|
- Show the a11y dialogue on right-click (bgo#564171)
|
|
+ Color:
|
|
- Be less chatty when creating duplicate profiles
|
|
- Do not segfault when doing fast-user-switching into a new
|
|
account (bgo#736846)
|
|
- Use a username suffix on the profile ID (bgo#736846)
|
|
- Do not show a warning when switching to a new user account
|
|
- Use the correct profiles when fast user switching
|
|
- Fix linking (bgo#659086)
|
|
+ Common:
|
|
- Add helper to list disabled devices
|
|
- Clean up X11 library dependencies (bgo#657178)
|
|
- Bump colord dependency
|
|
+ Datetime:
|
|
- Allow chrony to be used on Fedora (bgo#655119)
|
|
- Add NTP support for SUSE variants (bgo#654970)
|
|
+ GConf:
|
|
- Plug some memory leaks
|
|
- Disconnect callbacks when cleaning up
|
|
+ Keyboard:
|
|
- Remember and apply NumLock status (bgo#631989)
|
|
+ Media keys:
|
|
- Don't show a level when muted (bgo#644537)
|
|
- Fix keyboard brightness (bgo#658689)
|
|
- Use the same "Music" mime-type as g-c-c
|
|
- There's no Beagle anymore
|
|
- Use gtk_show_uri() to launch nautilus
|
|
- Clean up app launching (bgo#141379)
|
|
- Clean up upower req
|
|
- Remove unused empty LIBS linkage
|
|
- Fix compile-time warning
|
|
- Move keyboard brightness icon here
|
|
- Remove OSD icons
|
|
+ Mouse:
|
|
- Add more debug for "touchpad disabled"
|
|
- Try harder to re-enable devices (bgo#656397)
|
|
+ Power:
|
|
- Make ABS_TO_PERCENTAGE warn on invalid input (bgo#657364)
|
|
- Correctly check for helper exit status
|
|
- Avoid warnings without backlights
|
|
- Do not connect to signals if we failed to connect
|
|
- Don't crash if we try to calculate the idle state before
|
|
connected to gnome-session (bgo#657917)
|
|
- Be less chatty when optional hardware is not attached
|
|
(bgo#658613)
|
|
- Fix a critical warning when getting the session inhibit state
|
|
- Do not handle the idle state transaction when the session is
|
|
not active (bgo#658568)
|
|
- Don't fall through the switch statement when shutting down
|
|
(bgo#659202)
|
|
- Do not leak the icon when getting device status (bgo#659213)
|
|
- Protect against a potential SIGFE (bgo#659205)
|
|
- Do not emit multiple 'Changed' signals when recalculating
|
|
(bgo#659204)
|
|
- Do not use G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES when we
|
|
want to read properties (bgo#659066)
|
|
- Fix compilation without libcanberra-gtk
|
|
+ Printers:
|
|
- Use the best PPD for new printer (bgo#658544)
|
|
- Style fixes
|
|
+ Updates:
|
|
- Ignore virtual mountpoints when looking for external media
|
|
(bgo#658282)
|
|
- Use the correct icons in the notifications
|
|
+ Updated translations.
|
|
- Add pkgconfig() BuildRequires: kbproto, x11. Those are new
|
|
explicit dependencies.
|
|
- Drop gnome-settings-daemon-ntp-support.patch: fixed upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 8 06:59:13 UTC 2011 - vuntz@opensuse.org
|
|
|
|
- Disable gnome-settings-daemon-system-proxy-configuration.diff for
|
|
now: we really need to fix it the proper way, which likely
|
|
involves libproxy, as mentioned in
|
|
http://code.google.com/p/libproxy/issues/detail?id=165 (tracked
|
|
in bnc#690493).
|
|
- Also note that gnome-packagekit-fate302445.patch is not enabled
|
|
right now (tracked in bnc#689592).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 5 15:51:46 UTC 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 3.1.91:
|
|
+ Common:
|
|
- Don't list XINPUT_LIBS twice, move X11_LIBS from LDFLAGS to
|
|
LIBADD
|
|
+ Color:
|
|
- Ensure the 'Recalibration required' notification has a custom
|
|
app name
|
|
- Fix a critical warning on startup
|
|
- Do not notify to recalibrate on every startup
|
|
+ Daemon:
|
|
- Fix possible double-free outside gnome-session
|
|
+ Gconf:
|
|
- Double check stuff we add to the hash table (bgo#658055)
|
|
+ Housekeeping:
|
|
- NULL-terminate the ignore-paths array (bgo#657849)
|
|
+ Power:
|
|
- Do not exit gnome-settings-daemon if upower fails to load
|
|
- Fix impossible to hit error paths (bgo#657364)
|
|
- Fix BRIGHTESS_STEP_AMOUNT calculation macro
|
|
- Do most of the work in _start () (bgo#657924)
|
|
- Never idle-dim the display to a higher brightness level
|
|
(bgo#658144)
|
|
+ Printers:
|
|
- Remove redundant code
|
|
+ Xsettings:
|
|
- Handle rgba-order key (bgo#657525)
|
|
- Don't poke at an empty hashtable (bgo#657464)
|
|
- Fix a stray brace
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 1 14:28:30 UTC 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 3.1.90:
|
|
+ A11Y-keyboard:
|
|
- Use GIO's DBus API instead of dbus-glib's
|
|
+ Color:
|
|
- Don't use uninitialized GErrors
|
|
- Do not set an age for display and printer profiles
|
|
- Remove the ability to disable notifications
|
|
- Do not search user-icc directories if they do not exist
|
|
(bgo#657484)
|
|
+ Daemon:
|
|
- Add Unity to OnlyShowIn value for autostart desktop file
|
|
(bgo#654919)
|
|
+ Media keys:
|
|
- Don't go up to 11 (bgo#649411)
|
|
+ Mouse:
|
|
- Be more careful to avoid segfaults (bgo#657462)
|
|
+ Power:
|
|
- Ensure the critical battery beep is stopped when the AC is
|
|
inserted
|
|
- Ensure we lock the screen before suspending on lid close
|
|
(bgo#655924)
|
|
- Add mention of bgo#652183
|
|
+ Smartcard:
|
|
- Use GIO's DBus API instead of dbus-glib's
|
|
+ Updates:
|
|
- Do not log a warning if the firmware-missing file does not
|
|
exist
|
|
- Do not log a warning at startup if getting the upgrade list
|
|
is not supported (bgo#657483)
|
|
+ Updated translations.
|
|
- Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
|
|
- Add polkit Requires: the power plugin uses pkexec.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 18 08:58:07 CEST 2011 - dimstar@opensuse.org
|
|
|
|
- Update to version 3.1.5:
|
|
+ A11y-keyboard:
|
|
- Enable plugin by default (bgo#656287)
|
|
+ Automount:
|
|
- Link against the private profiler library
|
|
- Add some missing includes
|
|
- Don't ship the .in file, just the .in.in one
|
|
- Silence two trivial -Wformat-security warnings
|
|
+ Color:
|
|
- Do not show multiple warnings if colord is not available at
|
|
runtime
|
|
- Fix a potential crash when unloading the color plugin
|
|
- Fix a potential crash if creating the per-user ICC directory
|
|
fails
|
|
- Make lcms2 a hard dependency
|
|
+ Housekeeping:
|
|
- Use g_format_size() instead of g_format_size_for_display()
|
|
+ Media keys:
|
|
- Don't preserve the path after filling
|
|
- Remove the half pixel offset from the progressbar fill
|
|
- Always round the render coordinates for media icons
|
|
+ Power:
|
|
- Add the idle actions
|
|
- Show a status icon when in fallback mode
|
|
- Respect the idle-dim-ac and idle-dim-battery configuration
|
|
keys
|
|
- Add a backlight helper, as xbacklight isn't always present
|
|
- Fall back to the backlight helper if xbacklight is not
|
|
available
|
|
- Fix a potential crash when unloading the power plugin
|
|
- Ensure we return the new percentage when changing the
|
|
brightness
|
|
+ Updates:
|
|
- Do not use deprecated PackageKit #defines
|
|
+ Wacom:
|
|
- Invert TPCButton setting (bgo#656372)
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 29 04:19:01 UTC 2011 - glin@suse.com
|
|
|
|
- Rebase gnome-settings-daemon-system-proxy-configuration.diff and
|
|
gnome-settings-daemon-bnc462640-mute-action.patch, and re-enable
|
|
the the call to autoreconf.
|
|
- Add gnome-settings-daemon-stop-reload-proxy-settings.patch to
|
|
stop the g-s-d packagekit plugin from popping up an
|
|
authentication window when reloading the proxy settings
|
|
(bnc#689592#c1 for bnc#538353)
|
|
- Port gnome-packagekit-fate302445.patch to gnome-settings-daemon
|
|
and GSettings.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 25 12:54:49 CEST 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 3.1.4:
|
|
+ A11y-keyboard:
|
|
- Do proper cleanup when the plugin is stopped
|
|
+ Automount:
|
|
- Turn the automount plugin in a separate binary (bgo#653521)
|
|
- Fix distcheck of .desktop.in.in file
|
|
+ Common:
|
|
- Fix grabbing of multimedia keys
|
|
+ Daemon:
|
|
- Set locale environment on gnome-session as early as possible
|
|
(bgo#654182)
|
|
- Plug memory leak
|
|
+ Datetime:
|
|
- Use friendlier wording for date & time policykit prompt
|
|
(bgo#645951)
|
|
+ Media keys:
|
|
- Add button handling code from gnome-power-manager
|
|
+ Power:
|
|
- Add power plugin to replace g-p-m
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 20 15:48:10 CEST 2011 - vuntz@opensuse.org
|
|
|
|
- Add gnome-settings-daemon-ntp-support.patch: add SUSE support for
|
|
datetime polkit helper, to setup NTP. Fix bnc#675969.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 4 14:56:35 CEST 2011 - vuntz@opensuse.org
|
|
|
|
- Update to version 3.1.3:
|
|
+ Common:
|
|
- Use defines instead of variables for ranges
|
|
- Fix function keys not being grabbed (bgo#649222)
|
|
- Allow the "Pause" key to be used (bgo#653524)
|
|
+ Clipboard:
|
|
- Fix incremental sending from the clipboard manager
|
|
(bgo#652609)
|
|
+ Color:
|
|
- Fix a potential buffer-overflow when converting to wide text
|
|
+ Keyboard:
|
|
- Use the same kbd layout menu labels as Gnome Shell
|
|
(bgo#652836)
|
|
- Add missing "Settings" to the string
|
|
- Fix menu items actions
|
|
+ Media keys:
|
|
- Use constant for icon size in OSD
|
|
- Remove progress bar borders (bgo#652321)
|
|
+ Mouse:
|
|
- Check device is a touchpad before enabling/disabling it
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 16 16:09:10 CEST 2011 - vuntz@opensuse.org
|
|
|
|
- Add pkgconfig(xfixes) BuildRequires, needed for the new cursor
|
|
plugin.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 14 09:40:28 CEST 2011 - dimstar@opensuse.org
|
|
|
|
- Update to version 3.1.2:
|
|
+ Common:
|
|
- Don't try to convert show-keyboard-leds-indicator in
|
|
gnome-settings-daemon.convert
|
|
- Add touchscreen detection
|
|
- Add X property setting helper
|
|
- Add code to detect accelerometers
|
|
- Add better error reporting for egg key parsing
|
|
- Add code to allow disabling input devices
|
|
+ Color:
|
|
- Add new color plugin
|
|
+ Cursor:
|
|
- Hide cursor on tablets with only a touchscreen [bgo#650604]
|
|
- Show the cursor again on exit
|
|
- Fix XFixes version checking
|
|
- Ignore PS/2 mice as well
|
|
- Fix checking for extension pointer
|
|
+ Datetime:
|
|
- Fix ntp logic on Debian to include ntpdate as well as ntpd
|
|
[bgo#644821]
|
|
+ GConf:
|
|
- bgo#652200: Add missing schema for
|
|
org.gnome.settings-daemon.plugins.gconf
|
|
+ Keybindings:
|
|
- Complete update to egg key parsing change
|
|
+ Media keys:
|
|
- Only start D-Bus when _start() is called
|
|
- Simplify touchpad OSD
|
|
- Hardcode the "toggle touchpad" button
|
|
- Remove old-style OSD
|
|
- Always use the primary monitor for display [bgo#650159]
|
|
- Make sound changes quiet with Alt [bgo#651704]
|
|
+ Mouse:
|
|
- Use new disable/enable device code
|
|
+ Orientation:
|
|
- Add orientation plugin
|
|
+ Updates:
|
|
- Fix a string that is hard to translate [bgo#645749]
|
|
+ Wacom:
|
|
- Enable wacom touch key by default
|
|
- Use property settings helper in common/
|
|
- Typedef the Wacom device types
|
|
+ Xrandr:
|
|
- Switch touchscreen rotation as well
|
|
- Fix small memory leak on shutdown
|
|
- Remove the functionality to call gcm-apply when outputs
|
|
change
|
|
- Remove rotation handling for wacom tablets
|
|
+ Updated translations.
|
|
- Add pkgconfig(colord) and pkgconfig(lcms2) BuildRequires.
|
|
- Pass --with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids to
|
|
configure: the color plugin needs to have access to the pnp.ids
|
|
file. This comes with the gnome-desktop library; as
|
|
gnome-settings-daemon already depend on this library, we know the
|
|
file will be available at runtime.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 17 18:31:10 CEST 2011 - dimstar@opensuse.org
|
|
|
|
- Update to version 3.1.1:
|
|
+ Common:
|
|
- Add input-helper test application
|
|
- bgo#648885: Fix syndaemon never getting started
|
|
- bgo#648911: Add meaningful app names to notifications from
|
|
plugins
|
|
+ Datetime:
|
|
- Simplify NTP handling for distros
|
|
- Fix setting NTP on Fedora 15
|
|
+ Media keys:
|
|
- Show a popup when no media player is running
|
|
- bgo#649523: Use symbolic icon for Eject action
|
|
+ Mouse:
|
|
- Clean up error handling
|
|
- bgo#649539: Don't crash if mouse has no FeedbackStates
|
|
+ Updates:
|
|
- Fix the interface name
|
|
- Deal with absence of gnome-session gracefully
|
|
+ Xrandr:
|
|
- bgo#648303: Never use a notification for errors
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 2 16:40:38 CEST 2011 - vuntz@opensuse.org
|
|
|
|
- Drop temporary rpmlintrc as bnc#690496 got fixed.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 28 09:49:09 UTC 2011 - fcrozat@novell.com
|
|
|
|
- Update to version 3.0.1:
|
|
+ Media-keys: Fix possible crash when sound device is removed.
|
|
+ Updates: Fix firmware auto-installation.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 28 11:06:18 CEST 2011 - vuntz@opensuse.org
|
|
|
|
- Pass --enable-gconf-bridge to build the gconf bridge (that
|
|
mirrors settings between gsettings and gconf).
|
|
- Add nautilus Recommends, as the housekeeping plugin uses a dbus
|
|
service provided by nautilus to empty the trash. This is
|
|
optional at runtime, though, so don't make it a Requires.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 6 13:16:57 UTC 2011 - fcrozat@novell.com
|
|
|
|
- Update to version 3.0.0.1:
|
|
+ Keyboard: Fix crash showing the keyboard layout in fallback
|
|
mode.
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 6 09:31:43 UTC 2011 - fcrozat@novell.com
|
|
|
|
- Update to version 3.0.0:
|
|
+ Common:
|
|
- Change default inactive sleep on battery to suspend.
|
|
+ Keyboard:
|
|
- Clarify actual units used for repeat rate (bgo#646241)
|
|
+ Printers:
|
|
- Cancel CUPS' subscription policy
|
|
- Make CUPS' subscriptions expirable
|
|
- Remove old subscriptions
|
|
+ XSettings:
|
|
- Try a few times to start the xsettings manager (bgo#634988)
|
|
+ Updated translations.
|
|
- Changes from version 2.91.92:
|
|
+ Common:
|
|
- Update priority of a few plugins
|
|
- gdk_display_get_device_manager() retval handling
|
|
(bgo#685020).
|
|
- Improve CUPS detection (bgo#644063)
|
|
- Make sure G_LOG_DOMAIN is set to the plugin name for each
|
|
plugin.
|
|
- Make sure we mop up stray idle handlers.
|
|
- Simplify input helper.
|
|
- Launch a custom script on input devices (bgo#635486)
|
|
+ Daemon:
|
|
- Fix possible crasher on exit (bgo#639347)
|
|
+ Media keys:
|
|
- Update gvc copy/paste from control-center
|
|
- Make volume go up to 11 (bgo#631030)
|
|
- Simplify volume keys handling (bgo#640963)
|
|
+ Mouse:
|
|
- Fix possible memory leak
|
|
- Implement touchpad motion settings (bgo#642474)
|
|
- Fix shape handling in locate-pointer (bgo#645092)
|
|
- Handle touchpad handedness changing
|
|
- Don't apply any settings if XInput isn't present
|
|
- Separate device dependent calls
|
|
- Remove duplicated calls on start
|
|
- Remove unused supports_xinput_devices() call
|
|
- Make sure syndaemon is killed when touchpad disappears
|
|
- Hook up input device customisation script
|
|
- Fix double-free when handling one-button touchpad
|
|
- Fix crash in GHashTable usage
|
|
+ Power:
|
|
- Set the default display off time to be same as session idle
|
|
time.
|
|
+ Updates:
|
|
- g_get_real_time() returns microseconds, not seconds since the
|
|
epoch.
|
|
- Ensure te user gets the updates notification if it's never
|
|
been shown.
|
|
- Ensure the user gets notified of normal updates at the
|
|
correct interval.
|
|
- Changes from version 2.91.91:
|
|
+ Automount:
|
|
- Fix crash when unlocking the screen saver
|
|
- Don't queue volumes when session is inactive
|
|
+ Housekeeping:
|
|
- Use nautilus's D-Bus API to empty the trash
|
|
+ Media keys:
|
|
- Add magnifier in/out keybindings
|
|
- Fix larger text/smaller text keybindings
|
|
+ Mouse:
|
|
- Make locate pointer feature work with GTK+ 3
|
|
+ Printers:
|
|
- Use new CUPS D-Bus API
|
|
+ Updates:
|
|
- Use auto-download updates when possible
|
|
+ XSettings:
|
|
- Also accept .gtk-module for GTK+ modules
|
|
- Don't set Xft.lcdfilter, it's broken
|
|
- Use "text-scaling-factor" key instead of DPI
|
|
- Changes from version 2.91.90:
|
|
+ A11Y Settings:
|
|
- Add new plugin
|
|
+ Automount:
|
|
- Look if the session is active before automounting
|
|
new volumes
|
|
- Disable automounting while screen is locked
|
|
+ Background:
|
|
- Stop pending fades if new ones initiated
|
|
+ Date & Time:
|
|
- Add Debian support to NTP service activation (bgo#641598)
|
|
- Fix gsd_datetime_check_tz_name() never working (bgo#674999)
|
|
+ Keyboard:
|
|
- Update for new libgnomekbd API
|
|
- Match shell behaviour for visibility
|
|
- Explicitly calling gtk_widget_show_all for kbd layout
|
|
+ Media keys:
|
|
- Fix crash when keybindings change
|
|
- Add more Universal Access keybindings (bgo#641279)
|
|
+ Mouse:
|
|
- Use event driven mode for syndaemon (bgo#639623)
|
|
- Use syndaemon -K to ignore Ctrl+C and other combos
|
|
(bgo#639487)
|
|
+ Print notification:
|
|
- Go back to using name in notifications
|
|
- Check that cups is recent enough
|
|
+ Updates:
|
|
- Add an updates plugin to integrate with PackageKit
|
|
+ XSettings:
|
|
- Fix memleak, using wrong unref function
|
|
+ Updated translations
|
|
- Changes from version 2.91.9:
|
|
+ Date & Time:
|
|
- Use a single polkit action for this
|
|
+ Housekeeping:
|
|
- Fix an untranslatable string
|
|
+ Keybindings:
|
|
- Rename Accessibility keybindings to 'Universal Access'
|
|
- Mark Accessibility keybindings as system
|
|
+ Keyboard:
|
|
- Don't create kbd indicators in the shell
|
|
- Remove $GDM_KEYBOARD_LAYOUT handling
|
|
- Fix control-center invocation
|
|
+ Media keys:
|
|
- Prevent volume underflow
|
|
- Use symbolic icons for OSD
|
|
+ Print notification:
|
|
- New plugin for print notifications
|
|
- Appearance and wording tweaks
|
|
+ XSettings:
|
|
- Initialize gtk-modules setting
|
|
- Support GTK/AutoMnemonics setting
|
|
+ Updated translations
|
|
- Changes from version 2.91.8:
|
|
+ Connect to the right GnomeRRScreen signal
|
|
- Changes from version 2.91.7:
|
|
+ Adapt to new gnome-desktop API
|
|
+ Remove unused macros
|
|
+ Updated translations
|
|
- Changes from version 2.91.6.2:
|
|
+ Fix a crasher with GTK+ 2.91.7
|
|
- Changes from version 2.91.6.1:
|
|
+ Suppress warnings due to gdk_error_trap_pop
|
|
+ Fix build with GTK+ 2.91.7
|
|
- Drop gnome-settings-daemon-bnc427745-force-dpi.patch: fixed
|
|
upstream as the DPI from the X server is not used anymore.
|
|
- Disable gnome-settings-daemon-add-layout-switcher.patch: this
|
|
needs to be rebased.
|
|
- Move gnome-packagekit-BNC383261.patch and
|
|
gnome-packagekit-fate302445.patch from gnome-packagekit to here,
|
|
since the code moved to the update plugin. They need to be
|
|
rebased, though.
|
|
- Add BuildRequires : cups-devel, pkgconfig(gudev-1.0),
|
|
pkgconfig(packagekit-glib2), pkgconfig(upower-glib).
|
|
- Set libexecdir to %_libexecdir/gnome-settings-daemon-3.0 to
|
|
ensure upgrade from g-s-d 2.x works fine.
|
|
- Update temporary rpmlintrc since the action is now named
|
|
configure instead of configurentp.
|
|
- Add support for source service checkout, with %BUILD_FROM_VCS:
|
|
+ Add gnome-common BuildRequires.
|
|
+ Add call to ./autogen.sh.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 13 16:15:25 CET 2011 - vuntz@opensuse.org
|
|
|
|
- Call relevant macros in %post/%postun:
|
|
+ %icon_theme_cache_post/postun because the package ships themed
|
|
icons.
|
|
- Remove ldconfig in %post/%postun: there is no library here.
|
|
- Pass %{?no_lang_C} to %find_lang so that english documentation
|
|
can be packaged with the program, and not in the lang subpackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 23 15:52:50 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.91.6:
|
|
+ Port to GtkStyleContext
|
|
+ Suspend by default on battery power
|
|
+ Timezone and NTP improvements
|
|
+ Port to GtkAppChooserButton
|
|
+ Port background code to GDBus
|
|
+ Support multiple smartcard drivers
|
|
+ Background plugin misc fixes
|
|
- Add a temporary rpmlintrc file to ignore the
|
|
polkit-unauthorized-privilege error for
|
|
org.gnome.settingsdaemon.datetimemechanism.configurentp.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 19 17:23:04 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.91.5.1:
|
|
+ Handle rename of org.gnome.media-handling
|
|
- Changes from version: 2.91.5:
|
|
+ Add automount plugin
|
|
+ Don't pass NULL strings to g_variant_new()
|
|
+ Properly handle gnome-session EndSession signals
|
|
- Changes from version: 2.91.4:
|
|
+ Add Wacom configuration plugin
|
|
+ Add support for the XF86TouchpadOn/Off keys
|
|
+ Move some gnome-power-manager settings, so it can be used in
|
|
the control center
|
|
+ Only ever call g_bus_own_name() once for the main D-Bus name
|
|
+ Register with gnome-session to avoid timeouts, and transition
|
|
problems on login
|
|
+ Fix possible warnings or crashers when _stop() is called
|
|
without _start() having been completed
|
|
- Changes from version: 2.91.3:
|
|
+ Remove xrdb plugin
|
|
+ Remove outdated GConf schemas
|
|
+ Handle a11y toggle shortcut keys in media-keys
|
|
+ Make volume down work when muted
|
|
+ Fix logout key shortcut not asking for a confirmation
|
|
+ Fix crashes in media-keys
|
|
+ Export the "cursor-blink-timeout" XSetting
|
|
+ Use a notification for the low space warning in housekeeping
|
|
+ Don't warn about low space when over 1GB is free
|
|
+ Port daemon and xrandr plugin to GDBus
|
|
+ Fix possible warnings in keyboard plugin
|
|
- Changes from version: 2.91.2.1:
|
|
+ Require a newer gnome-desktop with GSettings support for the
|
|
background plugin
|
|
- Changes from version: 2.91.2:
|
|
+ Migration to GSettings
|
|
+ Use MIME types for URL handlers
|
|
+ Remove typing break plugin
|
|
+ Remove outdated font plugin
|
|
+ Add GConf<->GSettings bridge plugin
|
|
+ Don't choke if there are old plugins laying around
|
|
+ Set priority for plugins based on settings
|
|
+ Never daemonise the "daemon"
|
|
+ Port to GDBus
|
|
+ Add support for more multimedia keys
|
|
+ Keyboard plugin improvements
|
|
+ Remove status icon for monitors (bgo#631995)
|
|
+ More network filesystems not to monitor (bgo#606421)
|
|
+ Don't access free'd memory if a volume is unmounted whilst the
|
|
dialog is running
|
|
+ Fix loading plugins information (bgo#631933)
|
|
+ For media key, use the default application for audio/ogg
|
|
+ Make the "log out" key really do that
|
|
+ Handle video out keys in media-keys (bgo#623223)
|
|
+ Use virtual modifier <Super> for the Windows key
|
|
+ Remove horrible xmodmap fallback code (bgo#150542)
|
|
+ Show a touchpad-disabled if no touchpad
|
|
+ Use Gdk to get events about input devices being added
|
|
+ Add middle-button-enabled key (bgo#633863)
|
|
+ Add gnome-settings-daemon man page (bgo#588716)
|
|
+ Export Xft.lcdfilter for OO.o's benefit (bgo#631924)
|
|
+ If the stored configuration fails at startup, use the fallback
|
|
configurations
|
|
+ Use $(sysconfigdir) for .ad files, since they are settings
|
|
+ Don't display the gnome-settings-daemon autostart in the
|
|
startup applications list
|
|
+ Add settings key for disabling boot time configuration
|
|
(bgo#631388)
|
|
+ Other bug fixes: bgo#631963, bgo#631931, bgo#631866,
|
|
bgo#591798, bgo#612024, bgo#582703, bgo#632122, bgo#579021,
|
|
bgo#630535, bgo#632569, bgo#623223, bgo#634092, bgo#633320.
|
|
+ Build system changes.
|
|
+ Updated translations.
|
|
- Changes from version: 2.91.0:
|
|
+ Give a name to the keyboard status icon (bgo#610319)
|
|
+ Fix include directory to match API version
|
|
+ Add daemon path to pkg-config files
|
|
+ Don't switch mouse buttons for XTest devices (bgo#627084)
|
|
+ Use gdk-pixbuf header (bgo#630975)
|
|
+ Use cairo regions to set input shape
|
|
+ Use an empty region to ignore events
|
|
+ Adapt to GTK+ 3.0, gnome-desktop 3.0, libgnomekbd API changes.
|
|
+ Updated translations.
|
|
- Changes from version: 2.90.1:
|
|
+ Apply keyboard a11y settings for newly plugged keyboards
|
|
+ Loads of compilation fixes for GTK3
|
|
+ Fix crasher when certain items are copied to the clipboard
|
|
+ Silent build by default
|
|
+ Display:
|
|
- Don't try to activate display configurations where all the
|
|
outputs are off
|
|
- Don't cycle through custom display configurations on
|
|
XF86Display button press
|
|
- Add logging infrastructure
|
|
- Change gnome-desktop-2.0, gtk+-2.0, libcanberra-gtk pkgconfig()
|
|
BuildRequires to gnome-desktop-3.0, gtk+-3.0, libcanberra-gtk3.
|
|
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
|
|
gsettings-desktop-schemas Requires.
|
|
- Rebase gnome-settings-daemon-bnc427745-force-dpi.patch.
|
|
- Rewrite gnome-settings-daemon-add-layout-switcher.patch,
|
|
following the move to GSettings.
|
|
- Disable gnome-settings-daemon-system-proxy-configuration.diff,
|
|
gnome-settings-daemon-apport-monitor.patch,
|
|
gnome-settings-daemon-bnc462640-mute-action.patch: those patches
|
|
need to be rebased. Because of this, we also comment out the
|
|
support for gnome-patch-translation and the call to autoreconf.
|
|
- Remove dbus-1-devel, dbus-1-glib-devel, glib2-devel,
|
|
gnome-desktop-devel, gnome-menus-devel, gtk2-devel Requires of
|
|
devel package: the ones really needed will be automatically added
|
|
the pkgconfig() way.
|
|
- Do not pass --libexecdir=%{_prefix}/lib/gnome-settings-daemon to
|
|
configure: there is no reason to do so.
|
|
- Remove all the gconf schema handling (%gconf_schemas_prereq,
|
|
%find_gconf_schemas and scriptlets).
|
|
- Handle gsettings schemas: add %glib2_gsettings_schema_requires
|
|
and %glib2_gsettings_schema_post(un) in the scriptlets.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 16 09:27:00 CET 2010 - dimstar@opensuse.org
|
|
|
|
- Update to version 2.32.1:
|
|
+ Revert calling g-c-c 3.0's display configuration tool
|
|
+ Use the fallback configurations if the stored configuration
|
|
fails at startup
|
|
+ Don't access free'd memory if a volume is unmounted whilst
|
|
the dialog is displayed
|
|
+ bgo#631388: Add gconf key for disabling boot time configuration
|
|
+ Use Xorg monitor settings by default
|
|
+ Updated translations.
|
|
- Drop gnome-settings-daemon-display-tool.patch: fixed upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 27 16:35:15 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.32.0:
|
|
+ Check whether XGetWindowProperty returns no items, and return
|
|
if so
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 14 10:27:04 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.31.92:
|
|
+ Don't use the Stored/custom configuration type in the
|
|
XF86Display cycle
|
|
+ Basic infrastructure for RANDR logging
|
|
+ Log when handling RANDR events (bgo#615804)
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 8 01:11:10 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Change old-style BuildRequires to pkgconfig() style
|
|
BuildRequires:
|
|
+ old-style: gnome-desktop-devel, libcanberra-devel,
|
|
libgnomekbd-devel, libnotify-devel, libpulse-devel,
|
|
mozilla-nss-devel, polkit-devel, xorg-x11.
|
|
+ new-style: dbus-glib-1, fontconfig, gconf-2.0, glib-2.0,
|
|
gnome-desktop-2.0, gtk+-2.0, libcanberra-gtk, libgnomekbd,
|
|
libgnomekbdui, libnotify, libpulse, libxklavier, nss,
|
|
polkit-gobject-1, xi.
|
|
- This will make it easier to switch to GNOME 3 libraries.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 4 22:41:36 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Add gnome-settings-daemon-display-tool.patch to fix the display
|
|
notification area to use the right tool to configure display. The
|
|
patch reverts a commit that is GNOME 3-only. Fix bnc#636849.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 31 15:03:22 CEST 2010 - dimstar@opensuse.org
|
|
|
|
- Update to version 2.31.91:
|
|
+ bgo#628056: Don't try to activate configurations without any
|
|
'on' outputs
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 31 09:58:06 UTC 2010 - aj@suse.de
|
|
|
|
- Change lang package Requires to Recommends since the data there
|
|
is not mandatory at runtime.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 6 11:31:50 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.31.6:
|
|
+ Apply keyboard a11y settings for new keyboards
|
|
+ Require gnome-2.32 modules, not 3.0
|
|
+ Updated translations.
|
|
- Changes from version 2.31.5.1:
|
|
+ Include fixes from 2.31.4.2
|
|
+ Updated translations.
|
|
- Changes from version 2.31.5:
|
|
+ Depend on gnome-desktop-3.0
|
|
+ Updated translations.
|
|
- Changes from version 2.31.4.2:
|
|
+ Fix the binary name in the datetime DBus .service file
|
|
+ Updated translations.
|
|
- Changes from version 2.31.4.1:
|
|
+ Fix the datetime DBus .service file
|
|
- Changes from version 2.31.4:
|
|
+ Fix build for --disable-smartcard-support (bgo#617748)
|
|
+ Use gtk+-3.0
|
|
+ Fix launching the display configuration tool
|
|
+ Move clock service from gnome-panel
|
|
+ Define plugindir in .pc file
|
|
+ Updated translations.
|
|
- Changes from version 2.31.3:
|
|
+ Fixed icon names, prefixed with kbd-
|
|
+ Use "show layout" dialog from libgnomekbd
|
|
+ Updated translations.
|
|
- Changes from version 2.31.2:
|
|
+ Fix installation of the xrandr helper binary (bgo#617782)
|
|
+ Always dist smartcard.gnome-settings-plugin (bgo#617748)
|
|
+ Adjust XF86Display timestamps if they are out of order with RANDR
|
|
timestamps (bgo#610482)
|
|
+ Don't install template files into the icon theme
|
|
+ Fix loading OSD icons when there's no SVG version (bgo#618023)
|
|
+ Only check for baobob if we're about to show a dialog
|
|
+ Updated translations.
|
|
- Changes from version 2.31.1:
|
|
+ Create the directory for the system's RANDR configuration
|
|
+ Add the logic needed for the "Make Default" button in
|
|
gnome-display-properties
|
|
+ Use $sysconfdir for /etc installation
|
|
+ Replace deprecated GTK_WIDGET_STATE
|
|
+ Compile with -DGSEAL_ENABLE (bgo#612588)
|
|
+ Use Layouts instead of Groups (bgo#553108)
|
|
+ Add smartcard plugin to lock screen/log out when a card is
|
|
removed
|
|
+ Software LED indicators (bgo#616380)
|
|
+ Use LED icons instead of files
|
|
+ Updated translations.
|
|
- Rebase gnome-settings-daemon-system-proxy-configuration.diff.
|
|
- Update gnome-settings-daemon-apport-monitor.patch to apply
|
|
without fuzz.
|
|
- Update gnome-settings-daemon-add-layout-switcher.patch to use new
|
|
API from libgnomekbd that helps remove some code.
|
|
- Add mozilla-nss-devel and polkit-devel BuildRequires for
|
|
smartcard support and datetime PolicyKit helper.
|
|
- Create a gnome-settings-daemon-polkit-datetime subpackage because
|
|
this polkit helper can be useful to other users that might not
|
|
want to depend on gnome-settings-daemon. The main package
|
|
requires it.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 4 17:03:23 CEST 2010 - sbrabec@suse.cz
|
|
|
|
- Added support for translation-update-upstream (FATE#301344).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 29 14:28:51 CEST 2010 - dimstar@opensuse.org
|
|
|
|
- Update to version 2.30.1:
|
|
+ bgo#613666: Fix keyboard indicator displaying
|
|
+ Default to system settings for handling multiple keyboard
|
|
layouts
|
|
+ bgo#612240: Introduce gconf key that allows hiding the
|
|
indicator
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 29 17:38:21 CEST 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.30.0:
|
|
+ Protect XInput code by ifdefs if XInput isn't available
|
|
(bgo#611670)
|
|
+ Don't play a sound when the volume doesn't change (bgo#610001)
|
|
+ Fix linking with pedantic linkers (bgo#610244)
|
|
+ Remove unused do_sleep_action function
|
|
+ Apply all keyboard settings to new keyboards (bgo#610245)
|
|
+ Ensure the window is realized before we invalidate it
|
|
(bgo#604918)
|
|
+ Replace "eject" spawn with GIO code (bgo#580779)
|
|
+ Don't spawn xrdb (bgo#586276)
|
|
+ Add translator hint (bgo#613647)
|
|
+ Disable font plugin by default (bgo#613604)
|
|
+ Updated translations.
|
|
- Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 26 22:58:04 UTC 2010 - sreeves@novell.com
|
|
|
|
- Fix gnome-settings-daemon-add-layout-switcher.patch
|
|
+ call maybe_add_layout_switcher method at the right level
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 8 15:02:14 CET 2010 - dimstar@opensuse.org
|
|
|
|
- Update to version 2.29.92:
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 26 14:28:56 CET 2010 - dimstar@opensuse.org
|
|
|
|
- Update to version 2.29.91.1:
|
|
+ bgo#594831: Fn-F8 should disable/enable touch points
|
|
+ Always set the position of outputs, even if they are already
|
|
turned on
|
|
+ bgo#610245: Apply keyboard settings to newly plugged in devices
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 10 16:26:53 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.29.90:
|
|
+ Add gthread-2.0 to required modules for the daemon (bgo#608217)
|
|
+ Centralize the use of gnome_rr_config_apply_with_time
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 27 13:07:00 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.29.6:
|
|
+ Don't allow left-handed setting for single-button touchpads
|
|
+ Don't die on X servers without XKB (bgo#604651)
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 15 15:53:10 CET 2010 - vuntz@opensuse.org
|
|
|
|
- Do not package en@shaw locale on openSUSE 11.2 and earlier.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 06:22:25 CET 2010 - captain.magnus@opensuse.org
|
|
|
|
- Update to version 2.29.5:
|
|
+ Fix variant handling in $GDM_KEYBOARD_LAYOUT (bgo#596897)
|
|
+ Tighten check for XInput
|
|
+ Fix bluriness in level bar, and popup (bgo#567249)
|
|
+ Remove unused variable (bgo#599904)
|
|
+ Honour libexecdir when spawning gsd-locate-pointer
|
|
(bgo#599209)
|
|
+ Allow left-handed setting for touchpads
|
|
+ Use a rounded instead of curved rectangle
|
|
+ Improve the media keys overlay design (bgo#596136)
|
|
+ Add brightness to the media-keys popup (bgo#599677)
|
|
+ Fix for GSEAL goal (bgo#599861)
|
|
+ Avoid volumes going over 100% (bgo#600770)
|
|
+ Make OSD display more generic (bgo#600951)
|
|
+ Support loading -rtl and -ltr variants of icons (bgo#600984)
|
|
+ Relicense gsd-media-keys-window.[ch] to LGPL (bgo#600986)
|
|
+ Hide the status icon before unreffing it (bgo#601696)
|
|
+ Make eject behave better on OpenBSD (bgo#598573)
|
|
+ Export libexecdir in .pc file (bgo#596388)
|
|
+ Run gnome-color-manager apply program when the outputs change
|
|
+ Factor out function to get keycodes from keysym names
|
|
+ Handle the XF86RotateWindows hotkey by rotating a laptop's
|
|
display
|
|
+ Respond to monitor configuration changes when in charge
|
|
(bgo#601203)
|
|
+ Filter invalid layouts before looking for the index of one
|
|
passed by gdm (bgo#585868)
|
|
+ Add linsysfs to list of virtual filesystems (bgo#604396)
|
|
+ Remove sleep keybindings (bgo#170175)
|
|
+ Start an on-screen-display window (OSD)
|
|
+ Split the composited and non-composited code for the
|
|
expose-event handler
|
|
+ Use a hand-drawn frame instead of a GtkBuilder frame
|
|
+ Using GkbdStatus for the automatic notification icon
|
|
+ Implement popup menu for the notification icon
|
|
+ Add extra API required by GsdMediaKeysWindow
|
|
+ Add timed exit option
|
|
+ Fixes for new libxklavier
|
|
+ Translation updates
|
|
- Remove gnome-settings-daemon-activate-xkb-with-broken.patch.
|
|
Fixed upstream
|
|
- Remove gnome-settings-daemon-gdm-layout-variant.patch. Fixed
|
|
upstream
|
|
- Update the following patches to apply with fuzz=0:
|
|
gnome-settings-daemon-add-layout-switcher.patch,
|
|
gnome-settings-daemon-apport-monitor.patch,
|
|
gnome-settings-daemon-bnc427745-force-dpi.patch,
|
|
gnome-settings-daemon-bnc462640-mute-action.patch,
|
|
gnome-settings-daemon-system-proxy-configuration.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 2 16:44:02 CET 2009 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.28.1:
|
|
+ Try harder to use the keyboard layout passed by gdm.
|
|
+ Updated translations.
|
|
- Drop gnome-settings-daemon-try-harder-gdm-layout.patch: part of
|
|
it is upstream, the other part is in a new patch.
|
|
- Add gnome-settings-daemon-add-layout-switcher.patch, which is the
|
|
part that was in the old patch.
|
|
- Add gnome-settings-daemon-gdm-layout-variant.patch to fix some
|
|
bug in the GDM keyboard layout handling.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 22 09:54:35 CEST 2009 - mxwu@novell.com
|
|
|
|
- Update spec file to add the missing BuildRequire of
|
|
libcanberra-devel. Fix bnc#547565.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 22 14:25:48 CEST 2009 - dimstar@opensuse.org
|
|
|
|
- Update to version 2.28.0:
|
|
+ Fix incomplete function declaration
|
|
+ bgo#578538 - Don't install the dummy plugin whilst keeping the
|
|
Makefile.am almost intact for copy/paste
|
|
+ bgo#594617 - Fix Touchpad left-handed issues
|
|
+ bgo#404683 - Add sound effect to volume key handling
|
|
+ Remove useless custom eject icon
|
|
+ bgo#594821 - Validate xsettings GConf keys read from the
|
|
configuration
|
|
+ Fix compiler warnings
|
|
+ Updated translations.
|
|
- Drop gnome-settings-daemon-build-warning.patch, upstreamed.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 9 05:02:42 CEST 2009 - vuntz@opensuse.org
|
|
|
|
- Update to version 2.27.92:
|
|
+ Make 'Locate Pointer a separate process (bgo#524499)
|
|
+ Skip button mappings only for core devices
|
|
+ Updated translations.
|
|
- Add gnome-settings-daemon-build-warning.patch to fix build.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 25 14:05:49 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 2.27.91:
|
|
+ Update gnome-volume-control code
|
|
+ Update cut'n'paste from gnome-media
|
|
+ Update volume control code for new API
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 14 16:24:02 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 2.27.90:
|
|
+ Update gnome-volume-control from gnome-media (bgo#589825)
|
|
+ Fix crash in gvc_mixer_stream_is_running() (bgo#590073)
|
|
+ Add '-k' option to syndaemon call for 'Disable touchpad while
|
|
typing' (bgo#590588)
|
|
+ Low disk space warning bug-fixes (bgo#591153)
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 28 18:02:32 CEST 2009 - lmedinas@gmail.com
|
|
|
|
- Update to version 2.27.5:
|
|
+ Only use applicable configurations for switching with the
|
|
XF86Display hotkey
|
|
+ Only use applicable configurations when auto-configuring
|
|
outputs during hotplug
|
|
+ Really lay out displays from left to right when using the
|
|
XF86Display hotkey
|
|
+ For the XF86Display hotkey, preserve the cycle order when
|
|
sanitizing the configurations
|
|
+ Remove last libglade dependency
|
|
+ Improved low disk space warning (bgo#573980)
|
|
+ Fix compiler warnings
|
|
+ Translation updates.
|
|
- Remove libglade2-devel BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 20 12:50:35 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 2.27.4:
|
|
+ Remove screensaver plugin, it's autostarted now
|
|
+ Don't take too long in RANDR D-Bus method implementation
|
|
+ Add support for Synaptics touchpads
|
|
+ Don't spawn more than one syncdaemon
|
|
+ Depend on gnome-desktop >= 2.26.3
|
|
+ Update gnome-volume-control code from master
|
|
+ Fix order of arguments to strstr
|
|
+ Depend on libxklavier 4.0
|
|
+ Remove libglade dependency from media-keys and keyboard plugins
|
|
+ Updated translations.
|
|
- Respin gnome-settings-daemon-system-proxy-configuration.diff.
|
|
- Update gnome-settings-daemon-try-harder-gdm-layout.patch for
|
|
libxklavier API change.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 15 18:45:21 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 2.27.3:
|
|
+ Make the RANDR tray icon's per-monitor labels explicitly black
|
|
(bgo#556050)
|
|
+ Include config.h so that the notifications code in housekeeping
|
|
plugin can actually be built (bgo#584217)
|
|
+ Use "screen reader" instead of "screenreader" in schema
|
|
(bgo#572911)
|
|
+ Lots of RANDR fixes and improvements
|
|
+ Nicer handling of broken XKB configuration in gconf
|
|
(bgo#585259)
|
|
+ Make 'locate pointer' deal with wm/cm changes (bgo#585209)
|
|
+ Be more careful when comparing two key structs (bgo#580616)
|
|
+ Updated translations.
|
|
- Drop gnome-settings-daemon-filter-invalid-xkb.patch: fixed
|
|
upstream.
|
|
- Add gnome-settings-daemon-activate-xkb-with-broken.patch to fix a
|
|
minor bug in xkb handling on login, with broken config.
|
|
- Update gnome-settings-daemon-try-harder-gdm-layout.patch to also
|
|
make sure a keybinding to switch layouts is available, and to not
|
|
add the gdm layout if we already have a variant for the layout.
|
|
- Comment out
|
|
gnome-settings-daemon-bnc461755-randr-rotate-wacom.diff: it needs
|
|
to be rebased.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 11 15:30:37 CEST 2009 - vuntz@novell.com
|
|
|
|
- Add gnome-settings-daemon-filter-invalid-xkb.patch: when the xkb
|
|
config from gconf can't be used, try to remove invalid xkb
|
|
layouts first before showing an error dialog. The old gdm used to
|
|
have invalid layouts.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 10 00:02:37 CEST 2009 - vuntz@novell.com
|
|
|
|
- Add gnome-settings-daemon-try-harder-gdm-layout.patch: try harder
|
|
to use the keyboard layout passed from GDM.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 25 13:36:28 CDT 2009 - federico@novell.com
|
|
|
|
- Added gnome-settings-daemon-bnc461755-randr-rotate-wacom.diff to fix
|
|
bnc#461755 - Add the option of rotating Wacom tablets when the
|
|
display is rotated.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 5 17:04:51 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 2.27.1:
|
|
+ Use ngettext for the reset dialog (bgo#575409)
|
|
+ Replace deprecated gtk_status_icon_set_tooltip (bgo#578480)
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 23:49:18 CEST 2009 - vuntz@novell.com
|
|
|
|
- Update to version 2.26.1:
|
|
+ Fix crash when closing the lid on some laptops (bgo#576875)
|
|
+ Fix crash when closing a11y notification bubble (bgo#576535)
|
|
+ Fix problems with saving/restoring screen setup
|
|
+ Make the screen resolution confirmation dialog always appear in
|
|
front of the settings window (bgo#576006)
|
|
+ Increase confirmation timeout to 30 seconds to give slower
|
|
devices (like projectors) time to adjust
|
|
+ Avoid some GConf roundtrips (bgo#578539, bgo#578542)
|
|
+ Build fixes
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 16 18:15:22 CET 2009 - vuntz@novell.com
|
|
|
|
- Update to version 2.26.0:
|
|
+ Make build work with -Wl,-z,defs (bgo#574452)
|
|
+ Updated translations.
|
|
- Remove -fno-strict-aliasing from CFLAGS.
|
|
- Remove AutoReqProv: it's default now.
|
|
- Remove BuildRequires on gnome-control-center and own directories
|
|
instead, to avoid a build loop.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 10 21:53:17 CET 2009 - vuntz@novell.com
|
|
|
|
- Drop gnome-settings-daemon-bnc369263-broken-xkb-layout.patch: we
|
|
now have a recent enough X server. Fix bnc#483651.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 6 13:49:34 CET 2009 - vuntz@novell.com
|
|
|
|
- Update to version 2.25.92:
|
|
+ don't print warnings for disabled custom shortcuts
|
|
+ revert screen resolution change if the user closes the
|
|
confirmation window using the close icon or by pressing escape
|
|
(bgo#571492)
|
|
+ add missing keys for a11y shortcut keys to GConf schemas
|
|
(bgo#572807)
|
|
+ install gnome-settings-daemon-plugin.h for custom plugin
|
|
developement (bgo#573610)
|
|
+ Updated translations.
|
|
- Drop gnome-settings-daemon-bnc473980-unknown-media-key.patch:
|
|
fixed upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 19 04:20:38 CET 2009 - vuntz@novell.com
|
|
|
|
- Add gnome-settings-daemon-bnc462640-mute-button-always-mute.patch
|
|
to make it possible to always mute sound instead of toggling mute
|
|
status. Part of bnc#462640. The other part is in gconf2-branding,
|
|
to set the gconf key to actually do that.
|
|
Patch by Holger Macht.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 11 20:34:31 CET 2009 - vuntz@novell.com
|
|
|
|
- Add gnome-settings-daemon-bnc473980-unknown-media-key.patch to
|
|
fix crasher in media keys with unknown keys. Fix bnc#473980.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 5 11:22:50 CET 2009 - vuntz@novell.com
|
|
|
|
- Add libnotify-devel and libpulse-devel BuildRequires to get all
|
|
the features.
|
|
- Remove gstreamer-0_10-plugins-base-devel BuildRequires: it's not
|
|
needed anymore (replaced by use of libpulse).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 5 04:08:06 CET 2009 - mboman@suse.de
|
|
|
|
- Update to version 2.25.90:
|
|
+ Initialize thread system (bgo#565515)
|
|
+ Better support for Eject and Sleep actions on BSD (bgo#565472)
|
|
+ Spawn screensaver after a 30 second timeout instead of when
|
|
idle so that it doesn't compete with other processes when the
|
|
session starts (bgo#564059)
|
|
+ Add low diskspace notification (bgo#557647)
|
|
+ Support hotkeys for a11y tools (bgo#565310)
|
|
+ Quiet xrdb when there are duplicate rules in the .ad files
|
|
(bgo#566610)
|
|
+ Add debugging output when de/registering media players
|
|
(bgo#564433)
|
|
+ Add a new sound plugin that tells PulseAudio to drop its
|
|
sample cache when the sound theme changes (bgo#545386)
|
|
+ Don't pop up an error message when there's no randr
|
|
configuration file
|
|
+ Ungrab keys when key-related plugins are disabled (bgo#567867)
|
|
+ Use PulseAudio directly to change the volume (bgo#567177)
|
|
+ Don't draw_background immediately when nautilus is disabled,
|
|
GnomeBG will send a signal
|
|
+ Add crossfade transition when switching backgrounds
|
|
(bgo#552857)
|
|
+ Use XF86Explorer to launch the file manager
|
|
+ Fix possible crash when pressing Fn-F7 (bgo#568713)
|
|
+ Delay drawing the background until SessionRunning
|
|
+ Ask for confirmation with a timeout after changing the randr
|
|
configuration (bgo#545115)
|
|
+ Plug leaks
|
|
+ Build fixes
|
|
+ Translation updates
|
|
- Remove gnome-settings-daemon-low-disk-space.patch. Fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 23 15:58:19 CET 2009 - vuntz@novell.com
|
|
|
|
- Re-enable gnome-settings-daemon-apport-monitor.patch, after
|
|
fixing some #include in the patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 14 19:46:53 CST 2009 - federico@novell.com
|
|
|
|
- Updated gnome-settings-daemon-randr-gerror.diff to fix bnc#465968 -
|
|
The RANDR plugin was displaying a confusing error message during
|
|
GDM's startup.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 14:03:11 CST 2009 - mboman@suse.de
|
|
|
|
- Remove gnome-settings-daemon-randr-gerror.diff. Fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 9 14:03:11 CST 2009 - federico@novell.com
|
|
|
|
- Added gnome-settings-daemon-randr-gerror.diff. This makes the RANDR
|
|
plugin for gnome-settings-daemon process GError arguments from the
|
|
GnomeRR API, so that it can give good error reporting.
|
|
- Removed gnome-settings-daemon-randr-fnf7.diff as it is already contained
|
|
within the patch above.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 2 08:06:51 EST 2009 - mboman@suse.de
|
|
|
|
- Update to version 2.25.3:
|
|
+ Bugs fixed: bgo#562977, bgo#563543, bgo#563796, bgo#559346, bgo#559482,
|
|
bgo#559564, bgo#559550, bgo#559562, bgo#559558, bgo#559639, bgo#559827,
|
|
bgo#559695, bgo#553434, bgo#560618, bgo#559797, bgo#522673, bgo#561275,
|
|
bgo#554951, bgo#555009, bgo#555873, bgo#555553, bgo#556307, bgo#556797,
|
|
bgo#552383, bgo#557307, bgo#557806, bgo#557808, bgo#549267, bgo#558503,
|
|
bgo#557807, bgo#559162, bgo#559163, bgo#559164, bgo#559165, bgo#559166,
|
|
bgo#559167, bgo#559168
|
|
+ Add support for fn-f7 type keys (Søren Sandmann)
|
|
+ Use D-Bus instead of an X client mesage in the xrandr plugin, so
|
|
the front-end can get error messages as well
|
|
+ Shut the daemon down properly when the SIGTERM signal is received or the
|
|
D-Bus bus goes away
|
|
+ Restore AccessX bits to original values on exit, fixes sticky keys
|
|
coming on when gnome-settings-daemon has exited
|
|
+ Add some performance annotations around libxklavier calls
|
|
+ Reshufle plugin priorities a bit
|
|
+ Listen for DeviceEnabled instead of DeviceAdded to be sure the mouse has
|
|
+ Add debugging output for volume_step
|
|
+ Fix --no-daemon
|
|
+ Depend on libxklavier 3.8
|
|
+ Fix checks for various X libraries
|
|
+ Fix check for xklavier device discovery
|
|
+ Ignore the 'activate' signal for deselected items so that the rotation
|
|
+ Spawn screensaver process in idle callback
|
|
+ Don't close stderr to not lose warnings
|
|
+ Use a pipe to communicate between children and parent process instead
|
|
of a signal
|
|
+ Translation updates
|
|
- Remove gnome-settings-daemon-randr-fnf7.diff. Fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 8 16:13:26 CST 2008 - federico@novell.com
|
|
|
|
- Updated gnome-settings-daemon-system-proxy-configuration.diff to fix
|
|
https://bugzilla.novell.com/show_bug.cgi?id=456131 - the system's
|
|
proxy configuration was not being set in GNOME's proxy
|
|
configuration.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 27 10:06:22 CET 2008 - jblunck@suse.de
|
|
|
|
- Add gnome-settings-daemon-apport-monitor.patch, to launching apport-gtk in
|
|
case a new crash report is available (bnc#439203)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 23 20:09:12 CEST 2008 - vuntz@novell.com
|
|
|
|
- Add gnome-settings-daemon-low-disk-space.patch, to help drop
|
|
gnome-volume-manager.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 4 08:46:10 WST 2008 - mboman@suse.de
|
|
|
|
- Update to version 2.24.0:
|
|
- Fix the fix for read-only home directories (bgo#530975)
|
|
- Make the volume popup not crash when invoking it on any screen but
|
|
the first when using a compositing manager (bgo#551677)
|
|
- Add GPLv2 copyright notice explicitly so that newer versions of
|
|
autotools don't declare us GPLv3 (bgo#551956)
|
|
- Specify GTK modules to load in a GConf directory instead of the
|
|
single /desktop/gnome/gtk-modules key (bgo#539840)
|
|
- 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 (bgo#552680)
|
|
- Updated translations
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 26 14:46:58 CEST 2008 - vuntz@novell.com
|
|
|
|
- Add gnome-settings-daemon-bnc427745-force-dpi.patch to force the
|
|
DPI to 96. This fixes huge fonts on login on recent laptops.
|
|
Fixes bnc#427745.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 18 13:34:48 CEST 2008 - rodrigo@novell.com
|
|
|
|
- Update to 2.23.92:
|
|
+ Try harder to use the keyboard layout passed by GDM (bgo#551062)
|
|
+ Updated translations
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 10 17:49:29 CDT 2008 - federico@novell.com
|
|
|
|
- Added gnome-settings-daemon-randr-fnf7.diff to support switching
|
|
between display output modes on laptop by using the Fn-F7 hotkey
|
|
(i.e. XF86Display).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 9 13:27:14 CDT 2008 - federico@novell.com
|
|
- Made gnome-settings-daemon obsolete resapplet, since g-s-d now provides
|
|
the tray icon to set display settings.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 1 16:42:32 CEST 2008 - rodrigo@suse.de
|
|
|
|
- Update to version 2.23.91:
|
|
- Removed translatable property on stock gtk-close (Claude Paroz)
|
|
- Fix a constness warning (Jens Granseuer)
|
|
- Fix a crash due to an incorrect signal handler definition (William Jon
|
|
McCann)
|
|
- Use a scale factor instead of a fixed DPI (William Jon McCann)
|
|
- Use g_warning instead of g_error when setup fails so we don't abort
|
|
(Jens Granseuer) (bgo#549483)
|
|
- Updated translations
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 1 11:54:25 CEST 2008 - rodrigo@suse.de
|
|
|
|
- Actually remove upstreamed patch from package.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 26 16:40:30 CEST 2008 - rodrigo@suse.de
|
|
|
|
- Update to version 2.23.90:
|
|
- PulseAudio check to not ouput "no" twice (Jens Granseuer)
|
|
- Add status icon when a11y hotkeys are enabled, and display Universal
|
|
Access preferences when it is clicked (William Jon McCann) (bgo#526070)
|
|
- Simplify libnotify check, fix fontconfig result output (Jens Granseuer)
|
|
- Put the Glade file where all the others are (jens Granseuer)
|
|
- Remove some unnecessary boilerplate (Jens Granseuer)
|
|
- Use g_file_monitor instead of g_file_monitor_file/_directory (Jens
|
|
Granseuer) (bgo#546372)
|
|
- Remove warning that isn't (Jens Granseuer)
|
|
- Fixed crash in randr startup (Jens Granseuer)
|
|
- Fail xrandr initialization if we couldn't start xrandr (Matthias Clasen)
|
|
(bgo#546446)
|
|
- Try harder to clean up xrandr in _stop so we can enable/disable the plugin
|
|
on the fly (Jens Granseuer)
|
|
- For LIBSOUNDS, check for libgnomeui, not just libgnome (Federico Mena Quintero)
|
|
- Add sexy labels when setting up dual monitors (Federico Mena Quintero)
|
|
- Add a separator to the menu before "Configure display settings" (Federico Mena
|
|
Quintero)
|
|
- Use GDK to get DPI (William Jon McCann)
|
|
- Updated translations
|
|
- Remove upstreamed patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 18 16:25:20 CEST 2008 - cthiel@suse.de
|
|
|
|
- fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 15 18:23:25 CEST 2008 - federico@novell.com
|
|
|
|
- Updated to gnome-settings-daemon-2.23.6.
|
|
+ Bugs fixed: bgo#544347, bgo#544737, bgo#544733, bgo#165343, bgo#539786,
|
|
bgo#543289, bgo#543095, bgo#542275, bgo#538699, bgo#533198
|
|
- Added gnome-settings-daemon-monitor-labeling.diff to implement
|
|
labeling of monitors in the tray icon, and monitor rotation support
|
|
as well.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 20 17:51:33 CEST 2008 - maw@suse.de
|
|
|
|
- Update to version 2.23.4:
|
|
+ Bugs fixed: bgo#523743, bgo#523159, bgo#507386, bgo#525042,
|
|
bgo#524425, bgo#525426, bgo#530356, bgo#531487, bgo#531589,
|
|
bgo#530975, bgo#531861, bgo#531862, bgo#522017, bgo#531665,
|
|
bgo#536177, bgo#490374, bgo#536581, and bgo#531868
|
|
+ Updated translations
|
|
- Drop obsolete patches: gnome-settings-daemon-randr-1.2.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 29 20:39:30 CEST 2008 - federico@novell.com
|
|
|
|
- Updated gnome-settings-daemon-randr-1.2.diff with the latest fixes from upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 26 17:10:43 CEST 2008 - vuntz@suse.de
|
|
|
|
- Add gnome-settings-daemon-bnc369263-broken-xkb-layout.patch to
|
|
unbreak corrupted keymaps on automatic login. This is only a
|
|
workaround for openSUSE 11.0, unfortunately, since nobody found
|
|
the right fix yet. Fix bnc#369263.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 6 12:59:34 CEST 2008 - rodrigo@suse.de
|
|
|
|
- Updated gnome-settings-daemon-system-proxy-configuration.patch
|
|
to add a missing return in non-void function
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 30 19:51:08 CEST 2008 - rodrigo@suse.de
|
|
|
|
- Updated gnome-settings-daemon-system-proxy-configuration.patch
|
|
to make it apply again
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 25 18:44:45 CEST 2008 - federico@novell.com
|
|
|
|
- Added gnome-settings-daemon-randr-1.2.diff to integrate the new
|
|
functionality to configure RandR 1.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 11 16:07:14 CEST 2008 - maw@suse.de
|
|
|
|
- Update to version 2.22.1:
|
|
+ Fix segfault when shutting down the typing break monitor (Jens Granseuer)
|
|
(bgo#521786)
|
|
+ Set window type hint on the volume popup (bgo#522232)
|
|
+ Remove unused properties from actions GUI
|
|
+ Reset opacity when removing the timeout (bgo#522499)
|
|
+ Fix handling of child process
|
|
+ Add a tool to test media keys
|
|
+ Add some profiling code
|
|
+ Fix compiler warnings
|
|
+ Fix leaks (bgo#524183)
|
|
+ Add more stuff to the configuration summary
|
|
+ Don't eat key events (bgo#523676)
|
|
+ Apply keyboard settings on startup (bgo#525440)
|
|
+ Make "Home" keybinding work again
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 14 05:41:13 CET 2008 - maw@suse.de
|
|
|
|
- Update to version 2.22.0:
|
|
+ Actually link against libXi when building with XInput support
|
|
(bgo#519488)
|
|
+ Disable debug by default
|
|
+ Don't pass GErrorss if we're not going to use them
|
|
+ Remove obsolete settings for the removed default editor plugin
|
|
+ Updated translations.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 13 16:58:01 CET 2008 - sbrabec@suse.cz
|
|
|
|
- Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 19 23:28:50 CET 2008 - maw@suse.de
|
|
|
|
- Update to version 2.21.91:
|
|
+ Use a flat directory instead of a hierarchy to install plugins
|
|
into (bgo#513246)
|
|
+ Don't scan the plugins directory recursively (bgo#513246)
|
|
+ Install the settings plugin to a versioned directory to fix install
|
|
with libdir == libexecdir (bgo#504203)
|
|
+ Review short and long descriptions for GConf keys (bgo#514047)
|
|
+ Don't crash when running the screensaver fails (bgo#514385)
|
|
+ Rename src folder to gnome-settings-daemon (bgo#511820)
|
|
+ Add uninstalled.pc file for building against an uninstalled copy of
|
|
g-s-d (bgo#511820)
|
|
+ Add separate checks for libbackground and use external copy
|
|
+ Use gnome_settings_daemon for the GConf path (bgo#514411)
|
|
+ Release the Glade XML ASAP and keep track of the 2 widgets we need
|
|
+ Make sure we return a GError if initialization fails (bgo#514926)
|
|
+ Load the XKB settings initially (bgo#511771)
|
|
+ Fix leaks
|
|
+ Unref the GConfClient only after done with it
|
|
+ Check for xinput (bgo#514942)
|
|
+ Fix copy'n'paste error (bgo#515426)
|
|
+ Declare variables at the beginning of a block to make older compilers
|
|
happy
|
|
+ Add back support for defining plugin start order
|
|
+ Assign return value from g_slist_sort to the plugins list variable
|
|
(bgo#515340)
|
|
+ Replace gnome_vfs usage with GIO (bgo#513990).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 1 12:57:52 CET 2008 - rodrigo@suse.de
|
|
|
|
- Update to version 2.21.90.2:
|
|
* Use correct binary path in DBus service file
|
|
* Updated translations
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 25 14:37:20 CET 2008 - rodrigo@suse.de
|
|
|
|
- Added missing unpackaged files
|
|
- Depend on gstreamer-0_10-plugins-base-devel for the sound module
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 16 17:44:05 CET 2008 - rodrigo@suse.de
|
|
|
|
- Disabled patches that need rebase.
|
|
- No need for gnome-patch-translation
|
|
- Updated BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 16 14:24:29 CET 2008 - rodrigo@suse.de
|
|
|
|
- First version of new gnome-settings-daemon package.
|