Changelog
gnome-screensaver (2.14.3-0ubuntu1) dapper-updates; urgency=low
* Upstream bugfix release
- Unbreak DnD of .desktop files. Doesn't really work anyway in this
version.
- Sync with control center copy. Fix crash.
- Fix typo in property name.
- Make test-window work again after signal changes.
- Use gdk_window_focus instead of gtk_window_present to prevent theme
flicker. Patch from Ryan Lortie <email address hidden> Fixes #347853.
- Stop running screensaver themes on each window when it is completely
obscured. This happens when the VT switches. We resume running the
theme when the window is unobscured. We additionally try to attempt
unlock (or request authentication) when unobscured. Fixes #339330
- Emit a signal when activity is detected on the window. Allow the
manager to decide whether an unlock request should occur and where.
Make the dialog appear on the correct window when in xinerama.
- Don't queue escape.
- Override gtk theme background. Fixes #344936
- Make activation wait for fade to complete. Fixes #343608
- Set lock flag before activing screensaver to avoid problems when
something reacts to the ActiveChanged signal. Patch from Rodrigo Moya
<email address hidden>
- Fix typo. Patch from Paul Blazejowski <email address hidden>
Fixes #343497
- Don't set throttle to FALSE when deactivating.
- Switch user on row activation. Fixes #343045
- Add RUNNING_UNDER_GDM to env var whitelist. Found in downstream
Ubuntu patches.
- Guard against using a null window. Fixup brace style. Based on patch
from Joe Marcus Clarke <email address hidden> Fixes #341699
- Set a flag while async fading is active. If a request is seen while
fading is active then explicitly finish the fade. Don't try to start
a job if the dialog is alread up or the job is already active.
- Check that window is visible before doing stuff. Fixes #341276
- Shorten pointer poll interval to one second. Backported from HEAD.
- Create a real async API for fading. Don't set the alpha based on an
absolute scale because this causes it to be reset when a new fade is
started on top of an existing one. Fixes #333180
- Don't explicitly deactivate the lock when showing windows. The active
flag will be reset when the manager is deactivated.
- Make button presses and scroll events request an unlock.
- Connect caps lock warning to toplevel instead of entry box. Fixes
#338372
- Don't reset the throttle state when deactivating. Fixes #338814
- Remove unneeded and buggy i18n string. Patch from Benoit Dejean
<email address hidden> Fixes #337701
* drop 10_dont_flicker_on_watchdog.patch (included upstream)
* drop 88_make_RUNNING_UNDER_GDM_work.patch (included upstream)
* redone 81_thou_shalt_not_flicker_automake_uglyness.patch to match new
Makefile.{am,in}
-- Oliver Grawert <email address hidden> Wed, 2 Aug 2006 11:16:28 +0200