Hello community, here is the log from the commit of package oxygen-gtk2 for openSUSE:Factory checked in at 2014-04-14 12:05:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen-gtk2 (Old) and /work/SRC/openSUSE:Factory/.oxygen-gtk2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen-gtk2" Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen-gtk2/oxygen-gtk2.changes 2014-03-28 16:27:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.oxygen-gtk2.new/oxygen-gtk2.changes 2014-04-14 12:05:07.000000000 +0200 @@ -1,0 +2,11 @@ +Sun Apr 13 20:30:25 UTC 2014 - [email protected] + +- Update to version 1.4.5 + * background and shadows in libreoffice + * improved detection of empty areas for window dragging + * fix bluring behind tooltips in KDE on 64 bits machines + * fix calculation of the tabs area +- Droped 0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch, + merged upstream + +------------------------------------------------------------------- Old: ---- 0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch oxygen-gtk2-1.4.4.tar.bz2 New: ---- oxygen-gtk2-1.4.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen-gtk2.spec ++++++ --- /var/tmp/diff_new_pack.NGoJgr/_old 2014-04-14 12:05:08.000000000 +0200 +++ /var/tmp/diff_new_pack.NGoJgr/_new 2014-04-14 12:05:08.000000000 +0200 @@ -17,7 +17,7 @@ Name: oxygen-gtk2 -Version: 1.4.4 +Version: 1.4.5 Release: 0 Summary: A Port of the default KDE Widget Theme (Oxygen), to GTK 2.x License: LGPL-2.1+ @@ -25,8 +25,6 @@ Url: https://projects.kde.org/projects/playground/artwork/oxygen-gtk/ Source0: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2 Source100: baselibs.conf -# PATCH-FIX-UPSTREAM 0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch -- kde#331879 -Patch0: 0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(cairo) @@ -93,7 +91,6 @@ %prep %setup -q -%patch0 -p1 %build mkdir -p build ++++++ oxygen-gtk2-1.4.4.tar.bz2 -> oxygen-gtk2-1.4.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-gtk2-1.4.4/CMakeLists.txt new/oxygen-gtk2-1.4.5/CMakeLists.txt --- old/oxygen-gtk2-1.4.4/CMakeLists.txt 2014-03-07 16:26:45.000000000 +0100 +++ new/oxygen-gtk2-1.4.5/CMakeLists.txt 2014-04-10 08:41:36.000000000 +0200 @@ -13,7 +13,7 @@ set( CPACK_PACKAGE_VENDOR "[email protected]" ) set( CPACK_PACKAGE_VERSION_MAJOR "1" ) set( CPACK_PACKAGE_VERSION_MINOR "4" ) -set( CPACK_PACKAGE_VERSION_PATCH "4" ) +set( CPACK_PACKAGE_VERSION_PATCH "5" ) set( CPACK_SOURCE_IGNORE_FILES "build" "^${PROJECT_SOURCE_DIR}.*/.git/" ) ################################## diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-gtk2-1.4.4/src/oxygenstylewrapper.cpp new/oxygen-gtk2-1.4.5/src/oxygenstylewrapper.cpp --- old/oxygen-gtk2-1.4.4/src/oxygenstylewrapper.cpp 2014-03-07 16:26:39.000000000 +0100 +++ new/oxygen-gtk2-1.4.5/src/oxygenstylewrapper.cpp 2014-04-10 08:40:28.000000000 +0200 @@ -1669,7 +1669,10 @@ } // register to inner shadow engine - if( shadow == GTK_SHADOW_IN && gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( widget ) ) == GTK_SHADOW_IN ) + if( + shadow == GTK_SHADOW_IN && + gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( widget ) ) == GTK_SHADOW_IN && + Style::instance().animations().innerShadowEngine().contains( widget ) ) { Style::instance().animations().innerShadowEngine().registerChild( widget, gtk_bin_get_child( GTK_BIN( widget ) ) ); } } else if( @@ -2074,7 +2077,8 @@ if( gtk_scrolled_window_get_shadow_type( scrolledWindow ) != GTK_SHADOW_IN ) { gtk_scrolled_window_set_shadow_type( scrolledWindow, GTK_SHADOW_IN ); - Style::instance().animations().innerShadowEngine().registerChild( child, gtk_bin_get_child( GTK_BIN( child ) ) ); + if( Style::instance().animations().innerShadowEngine().contains( child ) ) + { Style::instance().animations().innerShadowEngine().registerChild( child, gtk_bin_get_child( GTK_BIN( child ) ) ); } } return; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
