Author: tgoettlicher Date: Tue Oct 12 15:57:37 2010 New Revision: 62607 URL: http://svn.opensuse.org/viewcvs/yast?rev=62607&view=rev Log: fixed Bug 422226 - [Qt4-Pkg] Switching patterns should scroll the package list back to the top Modified: trunk/qt-pkg/VERSION.cmake trunk/qt-pkg/package/yast2-qt-pkg.changes trunk/qt-pkg/src/YQPkgList.cc Modified: trunk/qt-pkg/VERSION.cmake URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt-pkg/VERSION.cmake?rev=62607&r1=62606&r2=62607&view=diff ============================================================================== --- trunk/qt-pkg/VERSION.cmake (original) +++ trunk/qt-pkg/VERSION.cmake Tue Oct 12 15:57:37 2010 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "20") -SET(VERSION_PATCH "0") +SET(VERSION_PATCH "1") Modified: trunk/qt-pkg/package/yast2-qt-pkg.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt-pkg/package/yast2-qt-pkg.changes?rev=62607&r1=62606&r2=62607&view=diff ============================================================================== --- trunk/qt-pkg/package/yast2-qt-pkg.changes (original) +++ trunk/qt-pkg/package/yast2-qt-pkg.changes Tue Oct 12 15:57:37 2010 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Oct 12 15:57:01 CEST 2010 - tgoettlicher@suse.de + +- fixed bnc #422226: Switching patterns should scroll the + package list back to the top +- 2.20.1 + +------------------------------------------------------------------- Tue Jul 13 13:53:01 UTC 2010 - dmacvicar@suse.de - bnc#621649 patterns with no categories were supposed to be Modified: trunk/qt-pkg/src/YQPkgList.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt-pkg/src/YQPkgList.cc?rev=62607&r1=62606&r2=62607&view=diff ============================================================================== --- trunk/qt-pkg/src/YQPkgList.cc (original) +++ trunk/qt-pkg/src/YQPkgList.cc Tue Oct 12 15:57:37 2010 @@ -154,6 +154,7 @@ ZyppPkg zyppPkg, bool dimmed ) { + scrollToTop(); scheduleDelayedItemsLayout(); if ( ! selectable ) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org