diff options
author | markd <markd@pkgsrc.org> | 2006-03-30 02:39:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-03-30 02:39:39 +0000 |
commit | 4c754d16e13d4e1d2eae7bacdb4643a921d6cb9a (patch) | |
tree | a73e909d5f0bc1eaf965c2dca89600b387d86ad6 /x11/kdebase3/PLIST | |
parent | 78dfca0b70c8728d97b0d78b78058d7eb12900f5 (diff) | |
download | pkgsrc-4c754d16e13d4e1d2eae7bacdb4643a921d6cb9a.tar.gz |
Update to KDE 3.5.2
* Klipper
o Handle URLs as URLs and not as Text
o Prevent crashes caused by corrupted history
o XFixes support (especially helps with broken clipboard
implementations of some non-KDE applications)
o Images are ignored by default, add 'IgnoreImages=false' to
'[General]' in klipperrc
o Avoid repeated action popup with the same URL with some
non-KDE applications with broken clipboard implementations
* Konsole
o Correct issue where history size is unlimited when dealing
with History options in profiles
o Correctly set Tab bar when set to Dynamic Hide after session
restore
* Country settings
o Fix short date format for Switzerland
o Fix address format (especially P.O. Box) for Switzerland
* KSysGuard
o Show the sensors with values of more than two digits correctly
in the applet
* Kicker
o Connect the applications to systray correctly on startup
o Panels properly reserve space at screen edges even for
differently sized Xinerama screens
* Konqueror
o Resolve symlinks only on the desktop
* KWin
o Added new window-specific rules for OpenOffice.org, XV and
Mozilla family applications for turning off focus stealing
prevention, as these applications don't work well with it
o Reverted a workaround that as a side-effect had broken systray
docking of some applications
o Each virtual desktop has a separate focus chain
* KDesktop
o Fixed stacking of some dialogs
Diffstat (limited to 'x11/kdebase3/PLIST')
-rw-r--r-- | x11/kdebase3/PLIST | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/x11/kdebase3/PLIST b/x11/kdebase3/PLIST index 866ca5e9f77..e5166acd498 100644 --- a/x11/kdebase3/PLIST +++ b/x11/kdebase3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2006/02/24 21:54:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.41 2006/03/30 02:39:39 markd Exp $ bin/appletproxy bin/drkonqi bin/extensionproxy @@ -144,6 +144,7 @@ include/kwin/workspace.h include/libkonq_export.h lib/kconf_update_bin/khotkeys_update lib/kconf_update_bin/kicker-3.4-reverseLayout +lib/kconf_update_bin/kwin_update_default_rules lib/kconf_update_bin/kwin_update_window_settings lib/kde3/appletproxy.la lib/kde3/clock_panelapplet.la @@ -1110,6 +1111,9 @@ share/doc/kde/HTML/en/kwrite/index.docbook share/doc/kde/HTML/en/kxkb/common share/doc/kde/HTML/en/kxkb/index.cache.bz2 share/doc/kde/HTML/en/kxkb/index.docbook +share/doc/kde/HTML/en/kxkb/layout.png +share/doc/kde/HTML/en/kxkb/switching.png +share/doc/kde/HTML/en/kxkb/xkb.png share/examples/kdebase3/applications-merged/kde-essential.menu share/examples/kdebase3/kde-information.menu share/examples/kdebase3/kde-screensavers.menu @@ -1449,6 +1453,7 @@ share/kde/apps/kconf_update/kwin_focus1.sh share/kde/apps/kconf_update/kwin_focus1.upd share/kde/apps/kconf_update/kwin_focus2.sh share/kde/apps/kconf_update/kwin_focus2.upd +share/kde/apps/kconf_update/kwin_fsp_workarounds_1.upd share/kde/apps/kconf_update/kwiniconify.upd share/kde/apps/kconf_update/kwinsticky.upd share/kde/apps/kconf_update/kwinupdatewindowsettings.upd @@ -2147,6 +2152,7 @@ share/kde/apps/kthememanager/themes/YellowOnBlue-big/YellowOnBlue-big.xml share/kde/apps/kthememanager/themes/YellowOnBlue/YellowOnBlue.preview.png share/kde/apps/kthememanager/themes/YellowOnBlue/YellowOnBlue.xml share/kde/apps/kwin/b2.desktop +share/kde/apps/kwin/default_rules/fsp_workarounds_1 share/kde/apps/kwin/eventsrc share/kde/apps/kwin/keramik.desktop share/kde/apps/kwin/laptop.desktop @@ -4248,6 +4254,7 @@ ${PKGLOCALEDIR}/locale/l10n/zw/flag.png @dirrm share/kde/apps/naughtyapplet @dirrm share/kde/apps/kwrite @dirrm share/kde/apps/kwin/pics +@dirrm share/kde/apps/kwin/default_rules @comment in kde: @dirrm share/kde/apps/kwin @dirrm share/kde/apps/kthememanager/themes/YellowOnBlue-big @dirrm share/kde/apps/kthememanager/themes/YellowOnBlue |