Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2014-08-20 17:53:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes      2014-07-16 
16:16:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2014-08-20 
17:54:02.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Aug 13 15:23:20 UTC 2014 - [email protected]
+
+- Fixed Table(:multiSelection) selecting 1st item when focused
+  (bnc#888090).
+- 2.46.13
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-2.46.12.tar.bz2

New:
----
  libyui-qt-2.46.13.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libyui-qt-doc.spec ++++++
--- /var/tmp/diff_new_pack.oiVhIC/_old  2014-08-20 17:54:03.000000000 +0200
+++ /var/tmp/diff_new_pack.oiVhIC/_new  2014-08-20 17:54:03.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-qt-doc
-Version:        2.46.12
+Version:        2.46.13
 Release:        0
 Source:         libyui-qt-%{version}.tar.bz2
 

++++++ libyui-qt.spec ++++++
--- /var/tmp/diff_new_pack.oiVhIC/_old  2014-08-20 17:54:03.000000000 +0200
+++ /var/tmp/diff_new_pack.oiVhIC/_new  2014-08-20 17:54:03.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-qt
-Version:        2.46.12
+Version:        2.46.13
 Release:        0
 Source:         libyui-qt-%{version}.tar.bz2
 

++++++ libyui-qt-2.46.12.tar.bz2 -> libyui-qt-2.46.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.12/.dir-locals.el 
new/libyui-qt-2.46.13/.dir-locals.el
--- old/libyui-qt-2.46.12/.dir-locals.el        1970-01-01 01:00:00.000000000 
+0100
+++ new/libyui-qt-2.46.13/.dir-locals.el        2014-08-15 09:00:11.000000000 
+0200
@@ -0,0 +1,3 @@
+; 
https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html#Directory-Variables
+((c++-mode . ((indent-tabs-mode . nil)
+              (c-basic-offset   . 4) )))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.12/.gitignore 
new/libyui-qt-2.46.13/.gitignore
--- old/libyui-qt-2.46.12/.gitignore    2014-02-21 15:05:58.000000000 +0100
+++ new/libyui-qt-2.46.13/.gitignore    2014-08-15 09:00:11.000000000 +0200
@@ -92,8 +92,6 @@
 
 # Unix/Linux
 *_archive
-.*
-!.gitignore
 *~
 *.bak
 *.log
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.12/ChangeLog 
new/libyui-qt-2.46.13/ChangeLog
--- old/libyui-qt-2.46.12/ChangeLog     2014-07-08 16:55:32.000000000 +0200
+++ new/libyui-qt-2.46.13/ChangeLog     2014-08-15 09:00:11.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Aug 13 15:23:20 UTC 2014 - [email protected]
+
+- Fixed Table(:multiSelection) selecting 1st item when focused
+  (bnc#888090).
+- 2.46.13
+
+-------------------------------------------------------------------
 Tue Jul  8 12:57:48 UTC 2014 - [email protected]
 
 - Avoid QXcbEventReader crash during library shutdown (bnc#879295).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.12/VERSION.cmake 
new/libyui-qt-2.46.13/VERSION.cmake
--- old/libyui-qt-2.46.12/VERSION.cmake 2014-07-08 16:55:32.000000000 +0200
+++ new/libyui-qt-2.46.13/VERSION.cmake 2014-08-15 09:00:11.000000000 +0200
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "12")
+SET(VERSION_PATCH "13")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.12/src/YQTable.cc 
new/libyui-qt-2.46.13/src/YQTable.cc
--- old/libyui-qt-2.46.12/src/YQTable.cc        2014-03-21 14:50:02.000000000 
+0100
+++ new/libyui-qt-2.46.13/src/YQTable.cc        2014-08-15 09:00:11.000000000 
+0200
@@ -88,20 +88,19 @@
     connect( _qt_listView,     &pclass(_qt_listView)::itemDoubleClicked,
             this,              &pclass(this)::slotActivated );
 
-    connect( _qt_listView,     &pclass(_qt_listView)::currentItemChanged,
-            this,              &pclass(this)::slotSelected );
-
     connect( _qt_listView,      
&pclass(_qt_listView)::customContextMenuRequested,
              this,             &pclass(this)::slotContextMenu );
 
-
     if ( multiSelectionMode )
     {
        // This is the exceptional case - avoid performance drop in the normal 
case
-
        connect( _qt_listView,  &pclass(_qt_listView)::itemSelectionChanged,
                 this,          &pclass(this)::slotSelectionChanged );
-
+    }
+    else
+    {
+        connect( _qt_listView,         
&pclass(_qt_listView)::currentItemChanged,
+                 this,                 &pclass(this)::slotSelected );
     }
 }
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to