diff options
author | markd <markd@pkgsrc.org> | 2006-10-12 10:35:55 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-12 10:35:55 +0000 |
commit | 3cea8e21a95f1dd5d45dc86c5040596d386711cb (patch) | |
tree | 385f894668ca9dfd03134477fc11425b937a818c /x11/kdebase3/PLIST | |
parent | 016fb8c4a64f81b751a9cd1cbdc506eba5609308 (diff) | |
download | pkgsrc-3cea8e21a95f1dd5d45dc86c5040596d386711cb.tar.gz |
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.
Diffstat (limited to 'x11/kdebase3/PLIST')
-rw-r--r-- | x11/kdebase3/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase3/PLIST b/x11/kdebase3/PLIST index 086ee5174be..50c2059d53c 100644 --- a/x11/kdebase3/PLIST +++ b/x11/kdebase3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.44 2006/08/02 13:45:51 markd Exp $ +@comment $NetBSD: PLIST,v 1.45 2006/10/12 10:35:55 markd Exp $ bin/appletproxy bin/drkonqi bin/extensionproxy @@ -2084,6 +2084,7 @@ share/kde/apps/konsole/vim.schema share/kde/apps/konsole/vt100.keytab share/kde/apps/konsole/vt420pc.keytab share/kde/apps/konsole/wallpapers/Blkmarble.jpg +share/kde/apps/konsole/wallpapers/Metric-Monospace-14.png share/kde/apps/konsole/wallpapers/Paper01.jpg share/kde/apps/konsole/wallpapers/gray02.jpg share/kde/apps/konsole/x11r5.keytab |