Hello community,

here is the log from the commit of package libyui-qt-pkg for openSUSE:Factory 
checked in at 2014-03-01 14:38:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt-pkg (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt-pkg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt-pkg/libyui-qt-pkg.changes      
2014-01-09 17:25:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new/libyui-qt-pkg.changes 
2014-03-01 14:38:09.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Feb 25 14:25:10 UTC 2014 - [email protected]
+
+- Ported to Qt5
+- 2.44.1
+
+-------------------------------------------------------------------
+
+Thu Feb 13 13:49:04 UTC 2014 - [email protected]
+
+- Removed hard-coded background color for pattern headline.
+- 2.43.1
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-pkg-2.43.0.tar.bz2

New:
----
  libyui-qt-pkg-2.44.1.tar.bz2

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

Other differences:
------------------
++++++ libyui-qt-pkg-doc.spec ++++++
--- /var/tmp/diff_new_pack.KF8v2E/_old  2014-03-01 14:38:10.000000000 +0100
+++ /var/tmp/diff_new_pack.KF8v2E/_new  2014-03-01 14:38:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-qt-pkg-doc
-Version:        2.43.0
+Version:        2.44.1
 Release:        0
 Source:         libyui-qt-pkg-%{version}.tar.bz2
 

++++++ libyui-qt-pkg.spec ++++++
--- /var/tmp/diff_new_pack.KF8v2E/_old  2014-03-01 14:38:10.000000000 +0100
+++ /var/tmp/diff_new_pack.KF8v2E/_new  2014-03-01 14:38:10.000000000 +0100
@@ -17,14 +17,16 @@
 
 
 Name:           libyui-qt-pkg
-Version:        2.43.0
+Version:        2.44.1
 Release:        0
 Source:         libyui-qt-pkg-%{version}.tar.bz2
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++
-BuildRequires:  libqt4-devel
+BuildRequires:  libqt5-qtbase-devel
+BuildRequires:  libqt5-qtsvg-devel
+BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  libyui-devel >= 3.0.4
 BuildRequires:  pkg-config
 

++++++ libyui-qt-pkg-2.43.0.tar.bz2 -> libyui-qt-pkg-2.44.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/CMakeLists.txt 
new/libyui-qt-pkg-2.44.1/CMakeLists.txt
--- old/libyui-qt-pkg-2.43.0/CMakeLists.txt     2014-03-01 14:38:10.000000000 
+0100
+++ new/libyui-qt-pkg-2.44.1/CMakeLists.txt     2014-03-01 14:38:10.000000000 
+0100
@@ -1 +1 @@
-symbolic link to /usr/share/libyui/buildtools/CMakeLists.common
+symbolic link to ../libyui-master/buildtools/CMakeLists.common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/ChangeLog 
new/libyui-qt-pkg-2.44.1/ChangeLog
--- old/libyui-qt-pkg-2.43.0/ChangeLog  2014-01-08 23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/ChangeLog  2014-02-25 15:31:12.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Tue Feb 25 14:25:10 UTC 2014 - [email protected]
+
+- Ported to Qt5
+- 2.44.1
+
+-------------------------------------------------------------------
+
+Thu Feb 13 13:49:04 UTC 2014 - [email protected]
+
+- Removed hard-coded background color for pattern headline.
+- 2.43.1
+
+-------------------------------------------------------------------
 Wed Jan  8 22:06:52 CET 2014 - [email protected]
 
 - adjusted to libyui so version 6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/PROJECTINFO.cmake 
new/libyui-qt-pkg-2.44.1/PROJECTINFO.cmake
--- old/libyui-qt-pkg-2.43.0/PROJECTINFO.cmake  2014-01-08 23:05:00.000000000 
+0100
+++ new/libyui-qt-pkg-2.44.1/PROJECTINFO.cmake  2014-02-21 15:09:38.000000000 
+0100
@@ -6,7 +6,7 @@
 
 SET( SUBDIRS           src examples )  # set the subdirs where your code is 
located.
 SET( PLUGINNAME                qt-pkg )        # define the your plugin's 
name, e.g. {gtk, ncurses-pkg, qt-graph}
-SET( LIB_DEPS          Qt Zypp )       # define the plugin's dependecies CMake 
should look for separated with spaces; libyui-internal deps go in the next line
+SET( LIB_DEPS          Qt5Core Qt5Gui Qt5Widgets Zypp )        # define the 
plugin's dependecies CMake should look for separated with spaces; 
libyui-internal deps go in the next line
 SET( INTERNAL_DEPS     Libyui Libyui-qt )      # include libyui or it's 
plugins (if needed), too!
 SET( LIB_LINKER                zypp )          # define the libs to link 
against with their -l name for separated with spaces, e.g. pthread dl; include 
libyui or it's plugins (if needed), too!
 SET( EXTRA_INCLUDES    )               # set include-dir which are not picked 
by CMake automagically here.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/VERSION.cmake 
new/libyui-qt-pkg-2.44.1/VERSION.cmake
--- old/libyui-qt-pkg-2.43.0/VERSION.cmake      2014-01-08 23:05:00.000000000 
+0100
+++ new/libyui-qt-pkg-2.44.1/VERSION.cmake      2014-02-25 15:31:12.000000000 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
-SET( VERSION_MINOR "43" )
-SET( VERSION_PATCH "0" )
+SET( VERSION_MINOR "44" )
+SET( VERSION_PATCH "1" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/libyui-qt-pkg.spec.in 
new/libyui-qt-pkg-2.44.1/libyui-qt-pkg.spec.in
--- old/libyui-qt-pkg-2.43.0/libyui-qt-pkg.spec.in      2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/libyui-qt-pkg.spec.in      2014-02-24 
11:05:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package @PROJECTNAME@ (Version @VERSION@)
+# spec file for package @PROJECTNAME@
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,51 +11,51 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-#
-# norootforbuild
 
-Name:          @PROJECTNAME@
-Version:       @VERSION@
-Release:       0
-License:       LGPL-2.1 or LGPL-3.0
-Source:                @PROJECTNAME@-%{version}.tar.bz2
-Group:         System/Libraries
-
-BuildRequires: boost-devel
-BuildRequires: cmake >= 2.8
-BuildRequires: gcc-c++
-BuildRequires: pkg-config
-BuildRequires: libqt4-devel
-BuildRequires: libyui-devel >= 3.0.4
-
-%define libyui_qt_devel_version        libyui-qt-devel >= 2.43.3
-BuildRequires: %{libyui_qt_devel_version}
-%define libzypp_devel_version          libzypp-devel >= 12.5.0
-BuildRequires: %{libzypp_devel_version}
 
-URL:           @URL@
-Summary:       @SUMMARY@
+Name:           @PROJECTNAME@
+Version:        @VERSION@
+Release:        0
+Source:         @PROJECTNAME@-%{version}.tar.bz2
+
+BuildRequires:  boost-devel
+BuildRequires:  cmake >= 2.8
+BuildRequires:  gcc-c++
+BuildRequires:  libqt5-qtbase-devel
+BuildRequires:  libqt5-qtsvg-devel
+BuildRequires:  libqt5-qtx11extras-devel
+BuildRequires:  libyui-devel >= 3.0.4
+BuildRequires:  pkg-config
+
+%define libyui_qt_devel_version libyui-qt-devel >= 2.43.3
+BuildRequires:  %{libyui_qt_devel_version}
+%define libzypp_devel_version           libzypp-devel >= 12.5.0
+BuildRequires:  %{libzypp_devel_version}
+
+Url:            @URL@
+Summary:        @SUMMARY@
+License:        LGPL-2.1 or LGPL-3.0
+Group:          System/Libraries
 
 %description
 @DESCRIPTION@
 
 %package -n @PROJECTNAME@@SONAME_MAJOR@
 
-Group:         System/Libraries
-
-Requires:      lib@BASELIB@@SONAME_MAJOR@
-Provides:      lib@BASELIB@-qt-pkg = %{version}
+Requires:       lib@BASELIB@@SONAME_MAJOR@
+Provides:       lib@BASELIB@-qt-pkg = %{version}
 
-Provides:      yast2-qt-pkg = 2.42.0
-Obsoletes:     yast2-qt-pkg < 2.42.0
+Provides:       yast2-qt-pkg = 2.42.0
+Obsoletes:      yast2-qt-pkg < 2.42.0
 
-Provides:      libyui_pkg
+Provides:       libyui_pkg
 
-URL:           @URL@
-Summary:       @SUMMARY@
+Url:            @URL@
+Summary:        @SUMMARY@
+Group:          System/Libraries
 
 %description -n @PROJECTNAME@@SONAME_MAJOR@
 @DESCRIPTION@
@@ -63,14 +63,13 @@
 
 %package devel
 
-Group:         Development/Languages/C and C++
-
-Requires:      @PROJECTNAME@@SONAME_MAJOR@ = %{version}
-Requires:      %{libyui_qt_devel_version}
-Requires:      %{libzypp_devel_version}
-
-URL:           @URL@
-Summary:       @PROJECTNAME_UC@ header files
+Requires:       %{libyui_qt_devel_version}
+Requires:       %{libzypp_devel_version}
+Requires:       @PROJECTNAME@@SONAME_MAJOR@ = %{version}
+
+Url:            @URL@
+Summary:        @PROJECTNAME_UC@ header files
+Group:          Development/Languages/C and C++
 
 %description devel
 @DESCRIPTION@
@@ -82,7 +81,6 @@
 %prep
 %setup -q -n @PROJECTNAME@-%{version}
 
-
 %build
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
@@ -95,21 +93,20 @@
 
 %if %{?_with_debug:1}%{!?_with_debug:0}
 cmake .. \
-       -DPREFIX=%{_prefix} \
-       -DDOC_DIR=%{_docdir} \
-       -DLIB_DIR=%{_lib} \
-       -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
+        -DPREFIX=%{_prefix} \
+        -DDOC_DIR=%{_docdir} \
+        -DLIB_DIR=%{_lib} \
+        -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
 %else
 cmake .. \
-       -DPREFIX=%{_prefix} \
-       -DDOC_DIR=%{_docdir} \
-       -DLIB_DIR=%{_lib} \
-       -DCMAKE_BUILD_TYPE=RELEASE
+        -DPREFIX=%{_prefix} \
+        -DDOC_DIR=%{_docdir} \
+        -DLIB_DIR=%{_lib} \
+        -DCMAKE_BUILD_TYPE=RELEASE
 %endif
 
 make %{?jobs:-j%jobs}
 
-
 %install
 cd build
 make install DESTDIR="$RPM_BUILD_ROOT"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/CMakeLists.txt 
new/libyui-qt-pkg-2.44.1/src/CMakeLists.txt
--- old/libyui-qt-pkg-2.43.0/src/CMakeLists.txt 2014-01-08 23:05:00.000000000 
+0100
+++ new/libyui-qt-pkg-2.44.1/src/CMakeLists.txt 2014-02-21 15:09:38.000000000 
+0100
@@ -1,2 +1,11 @@
+# Find includes in corresponding build directories
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
+# Instruct CMake to run moc automatically when needed.
+set(CMAKE_AUTOMOC ON)
+
+set(CMAKE_INCLUDE_PATH ${QT_INCLUDES} ${CMAKE_INCLUDE_PATH})
+
 PROCESS_SOURCES()
+qt5_use_modules( ${TARGETLIB} Core Gui Widgets Svg X11Extras )
+
 SUBDIRS(icons)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgDescriptionView.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgDescriptionView.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgDescriptionView.cc        2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgDescriptionView.cc        2014-02-21 
15:09:38.000000000 +0100
@@ -311,7 +311,7 @@
        QString msgid = QString( "Name(%1)" ).arg( fileInfo.fileName() );
        msgid += ": ";
        msgid += file.value( QString( "Name" )).toString();
-       name = QString::fromUtf8( dgettext( DESKTOP_TRANSLATIONS, 
msgid.toAscii() ) );
+       name = QString::fromUtf8( dgettext( DESKTOP_TRANSLATIONS, 
msgid.toLatin1() ) );
 
        if ( name == msgid )
            name = "";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgDiskUsageList.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgDiskUsageList.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgDiskUsageList.cc  2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgDiskUsageList.cc  2014-02-21 
15:09:38.000000000 +0100
@@ -116,8 +116,8 @@
 
     sortByColumn( percentageBarCol(), Qt::DescendingOrder );
 
-    header()->setResizeMode( nameCol(), QHeaderView::Stretch );
-    header()->setResizeMode( QHeaderView::Interactive );
+    header()->setSectionResizeMode( nameCol(), QHeaderView::Stretch );
+    header()->setSectionResizeMode( QHeaderView::Interactive );
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgLangList.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgLangList.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgLangList.cc       2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgLangList.cc       2014-02-21 
15:09:38.000000000 +0100
@@ -73,13 +73,13 @@
     headers <<  _( "Language");        _summaryCol     = numCol++;
     setAllColumnsShowFocus( true );
     setHeaderLabels(headers);
-    header()->setResizeMode( _nameCol, QHeaderView::ResizeToContents );
-    header()->setResizeMode( _summaryCol, QHeaderView::Stretch );
+    header()->setSectionResizeMode( _nameCol, QHeaderView::ResizeToContents );
+    header()->setSectionResizeMode( _summaryCol, QHeaderView::Stretch );
 
 
     setSortingEnabled( true );
     header()->setSortIndicatorShown( true );
-    header()->setClickable( true );
+    header()->setSectionsClickable( true );
 
     sortByColumn( nameCol(), Qt::AscendingOrder );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgList.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgList.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgList.cc   2014-01-08 23:05:00.000000000 
+0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgList.cc   2014-02-21 15:09:38.000000000 
+0100
@@ -110,13 +110,13 @@
     setHeaderLabels( headers );
 
     header()->setSortIndicatorShown( true );
-    header()->setClickable( true );
+    header()->setSectionsClickable( true );
 
     sortByColumn( statusCol(), Qt::AscendingOrder );
     setAllColumnsShowFocus( true );
     setIconSize( QSize( 22, 16 ) );
 
-    header()->setResizeMode( QHeaderView::Interactive );
+    header()->setSectionResizeMode( QHeaderView::Interactive );
 
     /* NOTE: resizeEvent() is automatically triggered afterwards => sets 
initial column widths */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgObjList.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgObjList.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgObjList.cc        2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgObjList.cc        2014-02-21 
15:09:38.000000000 +0100
@@ -661,7 +661,7 @@
 {
     if ( event )
     {
-       int special_combo = ( Qt::ControlModifier | Qt::ShiftModifier | 
Qt::AltModifier );
+       Qt::KeyboardModifiers special_combo = ( Qt::ControlModifier | 
Qt::ShiftModifier | Qt::AltModifier );
 
        if ( ( event->modifiers() & special_combo ) == special_combo )
        {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgPatchList.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgPatchList.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgPatchList.cc      2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgPatchList.cc      2014-02-21 
15:09:38.000000000 +0100
@@ -127,10 +127,10 @@
     setHeaderLabels(headers);
     setIndentation(0);
 
-    header()->setResizeMode(_statusCol, QHeaderView::ResizeToContents);
-    //header()->setResizeMode(_versionCol, QHeaderView::ResizeToContents);
-    //header()->setResizeMode(_categoryCol, QHeaderView::ResizeToContents);
-    header()->setResizeMode(_summaryCol, QHeaderView::Stretch);
+    header()->setSectionResizeMode(_statusCol, QHeaderView::ResizeToContents);
+    //header()->setSectionResizeMode(_versionCol, 
QHeaderView::ResizeToContents);
+    //header()->setSectionResizeMode(_categoryCol, 
QHeaderView::ResizeToContents);
+    header()->setSectionResizeMode(_summaryCol, QHeaderView::Stretch);
 
 
     setItemDelegateForColumn( _summaryCol, new YQPkgPatchItemDelegate( this ) 
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgPatternList.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgPatternList.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgPatternList.cc    2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgPatternList.cc    2014-02-21 
15:09:38.000000000 +0100
@@ -197,9 +197,9 @@
 
     setAllColumnsShowFocus( true );
 
-    header()->setResizeMode( statusCol(), QHeaderView::Fixed );
-    header()->setResizeMode( summaryCol(), QHeaderView::Stretch );
-    header()->setResizeMode( howmanyCol(), QHeaderView::Fixed );
+    header()->setSectionResizeMode( statusCol(), QHeaderView::Fixed );
+    header()->setSectionResizeMode( summaryCol(), QHeaderView::Stretch );
+    header()->setSectionResizeMode( howmanyCol(), QHeaderView::Fixed );
 
     header()->resizeSection( statusCol(), 25 );
     setColumnWidth( statusCol(), 25 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgProductDialog.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgProductDialog.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgProductDialog.cc  2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgProductDialog.cc  2014-02-21 
15:09:38.000000000 +0100
@@ -43,7 +43,7 @@
 #include "YUILog.h"
 
 #include <QApplication>
-#include <QtGui/qdesktopwidget.h>
+#include <qdesktopwidget.h>
 #include <QHBoxLayout>
 #include <QLabel>
 #include <QLayout>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgRepoList.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgRepoList.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgRepoList.cc       2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgRepoList.cc       2014-02-21 
15:09:38.000000000 +0100
@@ -77,7 +77,7 @@
     // headers << _( "URL");   _urlCol         = numCol++;
 
     setHeaderLabels( headers );
-    header()->setResizeMode( _nameCol, QHeaderView::Stretch );
+    header()->setSectionResizeMode( _nameCol, QHeaderView::Stretch );
 
     //setAllColumnsShowFocus( true );
     setSelectionMode( QAbstractItemView::ExtendedSelection );  // allow 
multi-selection with Ctrl-mouse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQPkgSelDescriptionView.cc 
new/libyui-qt-pkg-2.44.1/src/YQPkgSelDescriptionView.cc
--- old/libyui-qt-pkg-2.43.0/src/YQPkgSelDescriptionView.cc     2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQPkgSelDescriptionView.cc     2014-02-21 
15:09:38.000000000 +0100
@@ -155,14 +155,7 @@
     }
 
 
-    QString html = "<table width='100%'";
-
-    if ( ! YQUI::ui()->usingVisionImpairedPalette() )
-       html += " bgcolor='"
-            + QApplication::palette().color( QPalette::Active, 
QPalette::Base).name()
-             + "'";
-
-    html += "><tr><td>"
+    QString html = "<table width='100%'><tr><td>"
        + ( useBigFont ? QString( "<h2>" ) : QString( "<b>" ) )
        + summary
        + ( useBigFont ? QString( "</h2>" ) : QString( "</b>" ) )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.43.0/src/YQSimplePatchSelector.cc 
new/libyui-qt-pkg-2.44.1/src/YQSimplePatchSelector.cc
--- old/libyui-qt-pkg-2.43.0/src/YQSimplePatchSelector.cc       2014-01-08 
23:05:00.000000000 +0100
+++ new/libyui-qt-pkg-2.44.1/src/YQSimplePatchSelector.cc       2014-02-21 
15:09:38.000000000 +0100
@@ -160,7 +160,7 @@
     Q_CHECK_PTR( _diskUsageList );
     layout->addWidget(_diskUsageList);
 
-    splitter->setResizeMode( lower_vbox, QSplitter::FollowSizeHint );
+    splitter->setSectionResizeMode( lower_vbox, QSplitter::FollowSizeHint );
 #endif
 
 

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

Reply via email to