Hello community, here is the log from the commit of package kdebase3 checked in at Tue Oct 31 14:57:50 CET 2006. -------- --- KDE/kdebase3/kdebase3.changes 2006-10-30 16:28:24.000000000 +0100 +++ /mounts/work_src_done/STABLE/kdebase3/kdebase3.changes 2006-10-31 12:49:55.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 31 12:49:22 CET 2006 - coolo@suse.de + +- update 3.5 branch and kickoff diff to fix restart (#216092) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase3.spec ++++++ --- /var/tmp/diff_new_pack.OROtK8/_old 2006-10-31 14:56:58.000000000 +0100 +++ /var/tmp/diff_new_pack.OROtK8/_new 2006-10-31 14:56:58.000000000 +0100 @@ -52,7 +52,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.kde.org/ Version: 3.5.5 -Release: 28 +Release: 29 %define kde_version 3.5.5 Source0: kdebase-%{kde_version}.tar.bz2 Source3: startkde.suse.sh @@ -368,7 +368,7 @@ Summary: Set and list fileshares Group: System/Management Version: 2.0 -Release: 157 +Release: 158 %description -n fileshareset This package contains the the fileshareset utility to allow users to @@ -1475,6 +1475,8 @@ %endif %changelog -n kdebase3 +* Tue Oct 31 2006 - coolo@suse.de +- update 3.5 branch and kickoff diff to fix restart (#216092) * Mon Oct 30 2006 - coolo@suse.de - don't install your own xdm-xp (#192400) * Mon Oct 30 2006 - coolo@suse.de ++++++ 3_5_BRANCH.diff ++++++ ++++ 4118 lines (skipped) ++++ between KDE/kdebase3/3_5_BRANCH.diff ++++ and /mounts/work_src_done/STABLE/kdebase3/3_5_BRANCH.diff ++++++ kickoff.diff ++++++ --- /var/tmp/diff_new_pack.OROtK8/_old 2006-10-31 14:56:59.000000000 +0100 +++ /var/tmp/diff_new_pack.OROtK8/_new 2006-10-31 14:56:59.000000000 +0100 @@ -2549,7 +2549,7 @@ +} --- kicker/ui/k_new_mnu.cpp +++ kicker/ui/k_new_mnu.cpp -@@ -0,0 +1,3990 @@ +@@ -0,0 +1,3995 @@ +/***************************************************************** + + Copyright (c) 1996-2000 the kicker authors. See file AUTHORS. @@ -3092,7 +3092,12 @@ + raiseWidget = m_exitView; + if ( raiseWidget ) + raiseFrame = dynamic_cast<QFrame*>(receiver); -+ if ((receiver == m_searchLabel || receiver == m_searchPixmap || receiver==m_kcommand->lineEdit()) && !m_isShowing) { ++ /* we do not want hover activation for the search line edit as this can be ++ * pretty disturbing */ ++ if ( (receiver == m_searchPixmap || ++ ( ( receiver == m_searchLabel || receiver==m_kcommand->lineEdit() ) && ++ ( e->type() == QEvent::KeyPress || e->type() == QEvent::Wheel ) ) ) && ++ !m_isShowing) { + raiseWidget = m_searchWidget; + raiseFrame = m_searchFrame; + } @@ -5358,7 +5363,7 @@ +#ifdef KDELIBS_SUSE + QByteArray params; + QDataStream stream(params, IO_WriteOnly); -+ stream << 1 << -1 << ""; ++ stream << 1 << -1 << QString::null; + + kapp->dcopClient()->send("ksmserver", "default", "logoutTimed(int,int,QString)", params); +#else ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de