Subject: CVS commit: pkgsrc/x11/kdebase3
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 10/12/2006 10:35:55
Module Name:	pkgsrc
Committed By:	markd
Date:		Thu Oct 12 10:35:55 UTC 2006

Modified Files:
	pkgsrc/x11/kdebase3: Makefile PLIST distinfo
Added Files:
	pkgsrc/x11/kdebase3/patches: patch-ap

Log Message:
Update to KDE 3.5.5

Remove the USE_TOOLS+=gawk:pkgsrc for Solaris as bootstrap now provides
a suitable awk.

Changes:
KIOslave
* Check the return value from dbus_connection_open_private(). Fixes KDED
  crashing on startup when D-BUS is unavailable.
* Properly disconnect DCOP signals in the medianotifier when unloaded.
  Avoids to have two notification dialogs when it's reloaded.
* If remote says it's a directory, go with that instead of guessing the
  mimetype based on filename.
konqueror
* Cancel and reuse single-shot timer for emitActivePartChanged(), instead
  of queueing them up. This makes tab switching noticeably faster.
* Fix kfmclient sometimes returning bogus exit code.
Konsole
* Fix wrong char at end of block for unicode.
* Fix Copyright/Licences missing from source files.
KDesktop
* If icons are dragged outside the desktop area, jerk them back in. Fixes
  the long-hated issue with the desktop becoming scrollable.
* NEW: Improve loading speed of background images, especially SVG ones.
kdesu
* Add sudo support.
KWin
* Support for input shape from XShape1.1.
* Draw outlines around the selected window while doing Alt+Tab.
* Fix incorrect reseting of the electric border setting.
nsplugins
* If we get redirected when grabbing a file, tell the plugin about the
  final URL and not the original one. Fixes playback of youtube videos
  embedded in other web sites.
* Fix some bugs in sizing of plugins. Fixes Google Video, and makes the
  acroread plugin behave better.
ksysguard
* Fixed bug #128306 like proposed in the patch, just with a small
  cleanup ;) Thank you very much!
ksystraycmd
* Fix argument getting de-quoted.
Kicker
* Fix stupid typo.
* Fixed a hairy problem with nested event loops deleting objects at
  inappropriate times.
* Delete all signal connections to a TaskContainer when marking it for
  deletion.
* attention blinking configurability. how fun. optimize things in some
  fairly significant ways: don't repaint taskbar buttons on window
  movements, don't set the taskmanager to track geom changes unless you
  turn on desktop previews in the pager and don't redraw the pager on
  window geometry changes unless we are actually showing desktop previews.
* optimization: don't redraw for every time windowsChanged is called.
  in the case of moving a window when desktop previews are on, moving a
  window across the screen at a reasonable pace used to result in over
  100 repaints. now it only does ~15. given that the repaints aren't
  exactly trivial for these things, this is probably a good thing.
KSMServer
* Set KDE_FULL_SESSION also as a root window X property.
* Increase timeout during session saving and killing.
KHotKeys
* Make it possible to use even keys that have no Qt keycode in input actions.
 KControl
* NEW: Make it possible to explicitly force 96DPI or 120DPI.


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 pkgsrc/x11/kdebase3/Makefile
cvs rdiff -r1.44 -r1.45 pkgsrc/x11/kdebase3/PLIST
cvs rdiff -r1.89 -r1.90 pkgsrc/x11/kdebase3/distinfo
cvs rdiff -r0 -r1.4 pkgsrc/x11/kdebase3/patches/patch-ap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.