Hello community, here is the log from the commit of package yast2-qt for openSUSE:11.4 checked in at Mon May 23 18:50:33 CEST 2011.
-------- --- old-versions/11.4/all/yast2-qt/yast2-qt.changes 2011-02-21 17:34:06.000000000 +0100 +++ 11.4/yast2-qt/yast2-qt.changes 2011-05-19 14:47:26.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 19 14:46:09 CEST 2011 - [email protected] + +- Fixed selection of tree widget items (bnc #680107) +- V.2.20.5 + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/yast2-qt Destination is old-versions/11.4/UPDATES/all/yast2-qt calling whatdependson for 11.4-i586 Old: ---- yast2-qt-2.20.4.tar.bz2 New: ---- yast2-qt-2.20.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-qt.spec ++++++ --- /var/tmp/diff_new_pack.AdJS1u/_old 2011-05-23 18:49:54.000000000 +0200 +++ /var/tmp/diff_new_pack.AdJS1u/_new 2011-05-23 18:49:54.000000000 +0200 @@ -18,13 +18,13 @@ Name: yast2-qt -Version: 2.20.4 -Release: 1.<RELEASE2> +Version: 2.20.5 +Release: 0.<RELEASE2> BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-qt-2.20.4.tar.bz2 +Source0: yast2-qt-2.20.5.tar.bz2 Group: System/YaST -License: GPLv2+ +License: GPL v2 or later BuildRequires: docbook-xsl-stylesheets BuildRequires: doxygen BuildRequires: libdrm-devel @@ -59,7 +59,7 @@ X Window System. %package devel -License: GPLv2+ + Summary: Development package for graphical YaST2 user interfaces Group: Development/Libraries/YaST Requires: yast2-qt = %{version} ++++++ yast2-qt-2.20.4.tar.bz2 -> yast2-qt-2.20.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-qt-2.20.4/VERSION.cmake new/yast2-qt-2.20.5/VERSION.cmake --- old/yast2-qt-2.20.4/VERSION.cmake 2011-02-21 17:40:08.000000000 +0100 +++ new/yast2-qt-2.20.5/VERSION.cmake 2011-05-19 14:55:08.000000000 +0200 @@ -1,3 +1,3 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "20") -SET(VERSION_PATCH "4") +SET(VERSION_PATCH "5") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-qt-2.20.4/package/yast2-qt.changes new/yast2-qt-2.20.5/package/yast2-qt.changes --- old/yast2-qt-2.20.4/package/yast2-qt.changes 2011-02-21 17:40:08.000000000 +0100 +++ new/yast2-qt-2.20.5/package/yast2-qt.changes 2011-05-19 14:55:10.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu May 19 14:46:09 CEST 2011 - [email protected] + +- Fixed selection of tree widget items (bnc #680107) +- V.2.20.5 + +------------------------------------------------------------------- Mon Feb 21 17:37:47 CET 2011 - [email protected] - Fixed unselecting items for tree widget (bnc #673801) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-qt-2.20.4/src/YQTree.cc new/yast2-qt-2.20.5/src/YQTree.cc --- old/yast2-qt-2.20.4/src/YQTree.cc 2011-02-21 17:40:08.000000000 +0100 +++ new/yast2-qt-2.20.5/src/YQTree.cc 2011-05-19 14:55:08.000000000 +0200 @@ -327,6 +327,14 @@ void YQTree::slotSelectionChanged( ) { + QList<QTreeWidgetItem *> items = _qt_treeWidget->selectedItems (); + + if ( ! hasMultiSelection() && ! items.empty() ) + { + QTreeWidgetItem *qItem = items.first(); + selectItem( dynamic_cast<YQTreeItem *> (qItem) ); + } + if ( notify() && ! YQUI::ui()->eventPendingFor( this ) ) YQUI::ui()->sendEvent( new YWidgetEvent( this, YEvent::SelectionChanged ) ); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
