diff options
author | markd <markd> | 2006-06-01 13:46:31 +0000 |
---|---|---|
committer | markd <markd> | 2006-06-01 13:46:31 +0000 |
commit | 3f6ac12748673268cd882251e83d9dcc9ac62731 (patch) | |
tree | 77f74fcad41d8cfcdc5678bc7fe0532a8d0bd562 /x11/kdebase3/patches | |
parent | 5e47a897455de7dd2c0064c5e2a9a8b4f878c3fc (diff) | |
download | pkgsrc-3f6ac12748673268cd882251e83d9dcc9ac62731.tar.gz |
Update to KDE 3.5.3
Changes:
* General
o New: KDE startup reordered in order to improve startup time.
o KDialog: --title does not work in at least one case
o Don't show the screensaver when doing presentations
o If KDE shuts down while starting up (due to low battery status),
saved session is lost
o KSysGuard: Typos in the ksysguard PO file
o Random wallpapers don't change on every configuration change.
* Kicker
o Bookmarks: Look up konsole-bookmarks in the correct directory
o Show/hide arrow not shown if all icons are hidden
* KControl
o Fix the broken priority setting.
* KFind
o Don't draw a separator, it causes a couple of ugly pixels.
* Konsole
o Fix a possible crash on session save/logout
o Numerous fixes due to the Coverity reports.
o Fix DCOP call setEncoding.
o kwrited - Add a 'Clear Messages' to the popup menu.
o Fix crash when user deletes all the sessions.
o Fix underline issue when there are ampersands in tab title.
o Remember the text color while moving the tab.
o Fix issue with tab/window titles not refreshing for the
non-active session.
o Verify that the command is executable for '-e <command>.'
o Use the "DefaultSession" parameter in konsolerc.
* Kate
o Fix crash in View Difference
o Fix crash in external tools config when clicking the edit button.
* Konqueror
o Fix multi selection and Show/Hide in toolbar.
o Fix QString/KURL confusion which probably caused encoding bugs
with local paths on non-latin1 systems.
o Respect user-selected view mode when browsing removable media.
o Fixed detection of some Netscape plugins when packagers are built
with new ld flags.
* KWin
o Don't force new windows to be at the beginning of the focus chain
(windows with focus stealing prevention shouldn't be there).
o Don't deactivate the showing desktop state when a new window is
shown that belongs to the desktop.
o KWin messes up ConfigureRequest:s, causing X crashes.
o Move minimized windows to the right place in focus chain.
o Separate focus chains are nice, but KDE-style Alt+Tab not limited
to the current desktop
o Window switching (alt-tab) with focus (strictly) under or follow
mouse does not switch all windows and newly focused window
doesn't get focus
o Obey automatic un-hover option also when switching to a shaded
window with alt+tab.
o Mouse cursor covers tooltips of KDE applications
o Fixed timestamp handling on 64bit systems, fixes focus problems
when running KDE for a long time
Diffstat (limited to 'x11/kdebase3/patches')
-rw-r--r-- | x11/kdebase3/patches/patch-ep | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/x11/kdebase3/patches/patch-ep b/x11/kdebase3/patches/patch-ep index 8daea302368..49465f78d64 100644 --- a/x11/kdebase3/patches/patch-ep +++ b/x11/kdebase3/patches/patch-ep @@ -1,16 +1,7 @@ -$NetBSD: patch-ep,v 1.6 2005/12/11 11:01:48 markd Exp $ +$NetBSD: patch-ep,v 1.7 2006/06/01 13:46:31 markd Exp $ --- startkde.orig 2005-11-09 11:37:01.000000000 +1300 +++ startkde -@@ -48,7 +48,7 @@ fi - # - # * Then ksmserver is started which in turn starts - # 1) the window manager (kwin) --# 2) everything in $KDEDIR/share/autostart (kdesktop, kicker, etc.) -+# 2) everything in $KDEDIR/share/kde/autostart (kdesktop, kicker, etc.) - # 3) the rest of the session. - - # The user's personal KDE directory is usually ~/.kde, but this setting @@ -60,8 +60,9 @@ test -n "$KDEHOME" && kdehome=`echo "$KD # see kstartupconfig source for usage mkdir -m 700 -p $kdehome |