commit oxygen-gtk3 for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2014-10-31 09:39:49

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2014-08-27 
07:47:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2014-10-31 12:28:12.0 +0100
@@ -1,0 +2,12 @@
+Wed Oct 29 23:20:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.4.1
+  * Properly handle GTK_STATE_FLAG_CHECKED when rendering check
+buttons or radio buttons (kde#338538)
+  * Fixed progressbars rendering
+  * Changed AnimationType::None into AnimationType::NoAnimation
+due to possible conflict with X11 None.
+  * Disconnect old button if already set (kde#339174) 
+  * Fixed decoColor consistently with Qt
+
+---

Old:

  oxygen-gtk3-1.4.0.tar.bz2

New:

  oxygen-gtk3-1.4.1.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.UZp868/_old  2014-10-31 12:28:13.0 +0100
+++ /var/tmp/diff_new_pack.UZp868/_new  2014-10-31 12:28:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.4.0.tar.bz2 - oxygen-gtk3-1.4.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.4.0/CMakeLists.txt 
new/oxygen-gtk3-1.4.1/CMakeLists.txt
--- old/oxygen-gtk3-1.4.0/CMakeLists.txt2014-07-02 12:07:10.0 
+0200
+++ new/oxygen-gtk3-1.4.1/CMakeLists.txt2014-10-22 09:24:47.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR hugo.pere...@free.fr )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 4 )
-set( CPACK_PACKAGE_VERSION_PATCH 0 )
+set( CPACK_PACKAGE_VERSION_PATCH 1 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk3-1.4.0/src/animations/oxygencomboboxdata.cpp 
new/oxygen-gtk3-1.4.1/src/animations/oxygencomboboxdata.cpp
--- old/oxygen-gtk3-1.4.0/src/animations/oxygencomboboxdata.cpp 2014-07-02 
12:07:10.0 +0200
+++ new/oxygen-gtk3-1.4.1/src/animations/oxygencomboboxdata.cpp 2014-10-22 
09:24:26.0 +0200
@@ -78,7 +78,13 @@
 void ComboBoxData::setButton( GtkWidget* widget )
 {
 if( _button._widget == widget ) return;
-assert( !_button._widget );
+
+if( _button._widget )
+{
+std::cerr  Oxygen::WindowManager::wmButtonPress - warning: a 
button was already set for this combobox  std::endl;
+_button._toggledId.disconnect();
+_button._sizeAllocateId.disconnect();
+}
 
 _button._toggledId.connect( G_OBJECT(widget), toggled, G_CALLBACK( 
childToggledEvent ), this );
 _button._sizeAllocateId.connect( G_OBJECT(widget), size-allocate, 
G_CALLBACK( childSizeAllocateEvent ), this );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.4.0/src/oxygencolorutils.cpp 
new/oxygen-gtk3-1.4.1/src/oxygencolorutils.cpp
--- old/oxygen-gtk3-1.4.0/src/oxygencolorutils.cpp  2014-02-17 
11:11:14.0 +0100
+++ new/oxygen-gtk3-1.4.1/src/oxygencolorutils.cpp  2014-10-08 
11:11:17.0 +0200
@@ -242,7 +242,7 @@
 
 //_
 ColorUtils::Rgba ColorUtils::decoColor( const ColorUtils::Rgba 
background, const ColorUtils::Rgba color )
-{ return mix( background, color, 0.4 + 0.8*contrast() ); }
+{ return mix( background, color, 0.8*(1.0 + contrast() ) ); }
 
 //_
 ColorUtils::Rgba ColorUtils::alphaColor( const ColorUtils::Rgba color, 
double alpha )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.4.0/src/oxygenstyleoptions.h 
new/oxygen-gtk3-1.4.1/src/oxygenstyleoptions.h
--- old/oxygen-gtk3-1.4.0/src/oxygenstyleoptions.h  2014-07-02 
12:07:10.0 +0200
+++ new/oxygen-gtk3-1.4.1/src/oxygenstyleoptions.h  2014-10-22 
09:24:26.0 +0200
@@ -78,6 +78,10 @@
 if( flags  GTK_STATE_FLAG_SELECTED ) (*this) |= (Selected|Active);
 if( flags  GTK_STATE_FLAG_ACTIVE ) 

commit oxygen-gtk3 for openSUSE:Factory

2014-08-26 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2014-08-27 07:46:34

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2014-04-14 
12:08:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2014-08-27 07:47:01.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul  5 20:27:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.4.0
+  * New upstream release, no changelog provided from upstream
+
+---

Old:

  oxygen-gtk3-1.3.5.tar.bz2

New:

  oxygen-gtk3-1.4.0.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.XfF0Qs/_old  2014-08-27 07:47:03.0 +0200
+++ /var/tmp/diff_new_pack.XfF0Qs/_new  2014-08-27 07:47:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.3.5
+Version:1.4.0
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.3.5.tar.bz2 - oxygen-gtk3-1.4.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.3.5/CMakeLists.txt 
new/oxygen-gtk3-1.4.0/CMakeLists.txt
--- old/oxygen-gtk3-1.3.5/CMakeLists.txt2014-04-10 08:47:47.0 
+0200
+++ new/oxygen-gtk3-1.4.0/CMakeLists.txt2014-07-02 12:07:10.0 
+0200
@@ -12,8 +12,8 @@
 set( CPACK_PACKAGE_DESCRIPTION_SUMMARY Oxygen Gtk3 theme )
 set( CPACK_PACKAGE_VENDOR hugo.pere...@free.fr )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
-set( CPACK_PACKAGE_VERSION_MINOR 3 )
-set( CPACK_PACKAGE_VERSION_PATCH 5 )
+set( CPACK_PACKAGE_VERSION_MINOR 4 )
+set( CPACK_PACKAGE_VERSION_PATCH 0 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.3.5/rc/gtk-csd.css 
new/oxygen-gtk3-1.4.0/rc/gtk-csd.css
--- old/oxygen-gtk3-1.3.5/rc/gtk-csd.css2014-04-10 08:47:33.0 
+0200
+++ new/oxygen-gtk3-1.4.0/rc/gtk-csd.css2014-07-02 12:07:10.0 
+0200
@@ -2,48 +2,35 @@
 /***
  * CSD *
  ***/
-.titlebar {
-border-radius: 7px 7px 0px 0px;
+.titlebar, .headerbar
+{
+border-radius: 4px 4px 0px 0px;
 }
 
-.tiled .titlebar {
+.tiled .titlebar,
+.tiled .headerbar,
+.maximized .titlebar,
+.maximized .headerbar
+{
 border-radius: 0;
 }
 
-.maximized .titlebar {
-border-radius: 0;
-}
 
 /* this is the default titlebar that is added by GTK
  * when client-side decorations are in use and the application
  * did not set a custom titlebar.
  */
-.titlebar.default-decoration {
+.titlebar.default-decoration
+{
 border: none;
 box-shadow: none;
 }
 
-.titlebar .titlebutton {
+.titlebar .titlebutton
+{
 background: none;
 padding: 5px 5px 6px 5px;
 border-radius: 3px;
 }
 
-.window-frame {
-border-radius: 4px;
-border-width: 1px;
-border-style: solid;
-
-box-shadow: 0 2px 8px 3px black;
-
-/* this is used for the resize cursor area */
-margin: 10px;
-}
-
-.window-frame.tiled {
-border-radius: 0;
-}
-
-.window-frame:backdrop {
-box-shadow: 0 2px 5px 1px black;
-}
+/* shadows are handled in oxygenqtsettings */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.3.5/rc/gtk.css 
new/oxygen-gtk3-1.4.0/rc/gtk.css
--- old/oxygen-gtk3-1.3.5/rc/gtk.css2014-04-10 08:47:33.0 +0200
+++ new/oxygen-gtk3-1.4.0/rc/gtk.css2014-07-02 12:07:10.0 +0200
@@ -47,16 +47,16 @@
 
 * {
 -GtkPaned-handle-size: 3px;
--GtkButton-child_displacement_x: 0px;
--GtkButton-child_displacement_y: 0px;
+-GtkButton-child_displacement_x: 0;
+-GtkButton-child_displacement_y: 0;
 
--GtkButton-default_border: 0px;
--GtkButton-default_outside_border: 0px;
+-GtkButton-default_border: 0;
+-GtkButton-default_outside_border: 0;
 
 -GtkComboBox-appears-as-list: 1;
 
 -GtkMenu-horizontal-offset: -7px;
--GtkMenuBar-internal-padding: 0px;
+-GtkMenuBar-internal-padding: 0;
 
 -GtkScrolledWindow-scrollbar-spacing: 1px;
 
@@ -71,8 +71,8 @@
 -GtkMenubar-shadow-type: none;
 -GtkToolbar-shadow-type: none;
 
--GtkWindow-resize-grip-height: 0px;
--GtkWindow-resize-grip-width: 0px;
+-GtkWindow-resize-grip-height: 0;
+-GtkWindow-resize-grip-width: 0;
 
 -GtkWidget-wide-separators: 1;
 -GtkWidget-separator-width: 

commit oxygen-gtk3 for openSUSE:Factory

2014-04-14 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2014-04-14 12:08:34

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2014-03-09 
18:32:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2014-04-14 12:08:35.0 +0200
@@ -1,0 +2,19 @@
+Sun Apr 13 20:34:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.3.5
+  * made more widgets 'transparent' via css, to get the proper
+background gradient behind
+  * fix crash with menubar animations when invalid menubar was passed
+  * fixed updates for treeviews embedded in scrolled-windows
+  * added (still not perfect) support for firefox compiled against gtk3
+- Drop 0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch,
+ merged upstream
+
+---
+Tue Mar 18 17:45:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added crashfix from upstream:
+  0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch,
+  kde#331879
+
+---

Old:

  oxygen-gtk3-1.3.4.tar.bz2

New:

  oxygen-gtk3-1.3.5.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.HBujoB/_old  2014-04-14 12:08:35.0 +0200
+++ /var/tmp/diff_new_pack.HBujoB/_new  2014-04-14 12:08:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.3.4
+Version:1.3.5
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.3.4.tar.bz2 - oxygen-gtk3-1.3.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.3.4/CMakeLists.txt 
new/oxygen-gtk3-1.3.5/CMakeLists.txt
--- old/oxygen-gtk3-1.3.4/CMakeLists.txt2014-03-07 16:20:03.0 
+0100
+++ new/oxygen-gtk3-1.3.5/CMakeLists.txt2014-04-10 08:47:47.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR hugo.pere...@free.fr )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 3 )
-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-gtk3-1.3.4/src/oxygenthemingengine.cpp 
new/oxygen-gtk3-1.3.5/src/oxygenthemingengine.cpp
--- old/oxygen-gtk3-1.3.4/src/oxygenthemingengine.cpp   2014-03-07 
16:20:03.0 +0100
+++ new/oxygen-gtk3-1.3.5/src/oxygenthemingengine.cpp   2014-04-10 
08:47:33.0 +0200
@@ -251,7 +251,8 @@
 gtk_widget_path_is_type( path, GTK_TYPE_LIST_BOX ) ||
 gtk_widget_path_is_type( path, GTK_TYPE_VIEWPORT ) ||
 gtk_widget_path_is_type( path, GTK_TYPE_EVENT_BOX ) ||
-gtk_widget_path_is_type( path, GTK_TYPE_PANED )
+gtk_widget_path_is_type( path, GTK_TYPE_PANED ) ||
+Gtk::g_object_is_a( G_OBJECT( widget ), GdlDockItemGrip )
 ) )
 {
 
@@ -703,7 +704,10 @@
 }
 
 // make sure child is registered
-if( borderStyle ==  GTK_BORDER_STYLE_INSET  
gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( widget ) ) == 
GTK_SHADOW_IN )
+if(
+borderStyle ==  GTK_BORDER_STYLE_INSET 
+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(
@@ -1432,7 +1436,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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, 

commit oxygen-gtk3 for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2014-03-09 18:32:34

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2014-01-29 
07:16:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2014-03-09 18:32:35.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar  8 16:16:49 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.3.4
+  * Bugfix release, no changelog provided from upstream
+
+---

Old:

  oxygen-gtk3-1.3.3.tar.bz2

New:

  oxygen-gtk3-1.3.4.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.AMxWCw/_old  2014-03-09 18:32:36.0 +0100
+++ /var/tmp/diff_new_pack.AMxWCw/_new  2014-03-09 18:32:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.3.3
+Version:1.3.4
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.3.3.tar.bz2 - oxygen-gtk3-1.3.4.tar.bz2 ++
 1784 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk3 for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2014-01-29 07:16:29

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2013-12-18 
07:51:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2014-01-29 07:16:42.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 24 19:20:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.3.3
+  * Bugfix release, no changelog provided from upstream
+
+---

Old:

  oxygen-gtk3-1.3.1.tar.bz2

New:

  oxygen-gtk3-1.3.3.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.frKats/_old  2014-01-29 07:16:42.0 +0100
+++ /var/tmp/diff_new_pack.frKats/_new  2014-01-29 07:16:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oxygen-gtk3
 #
-# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.3.1
+Version:1.3.3
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.3.1.tar.bz2 - oxygen-gtk3-1.3.3.tar.bz2 ++
 6910 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk3 for openSUSE:Factory

2013-12-17 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2013-12-18 07:51:41

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2013-09-02 
15:01:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2013-12-18 07:51:42.0 +0100
@@ -1,0 +2,8 @@
+Mon Dec 16 02:04:42 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.3.1
+  * Bugfix release, no changelog provided from upstream
+- Adjust Source URL (ftp will soon no longer be used on KDE's mirrors)
+- Bump minimal pkgconfig(gtk+-3.0) BuildRequires to = 3.10.0
+
+---

Old:

  oxygen-gtk3-1.2.0.tar.bz2

New:

  oxygen-gtk3-1.3.1.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.7zAAbX/_old  2013-12-18 07:51:43.0 +0100
+++ /var/tmp/diff_new_pack.7zAAbX/_new  2013-12-18 07:51:43.0 +0100
@@ -17,18 +17,19 @@
 
 
 Name:   oxygen-gtk3
-Version:1.2.0
+Version:1.3.1
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
-Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2
+Source0:
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.2.0
+# See https://bugs.kde.org/show_bug.cgi?id=328854#c2
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.10.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ oxygen-gtk3-1.2.0.tar.bz2 - oxygen-gtk3-1.3.1.tar.bz2 ++
 3066 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk3 for openSUSE:Factory

2013-09-02 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2013-09-02 15:01:07

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2013-06-05 
13:06:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2013-09-02 15:01:09.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 29 22:18:13 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.2.0
+  * Bugfix release, no changelog provided from upstream
+
+---

Old:

  oxygen-gtk3-1.1.4.tar.bz2

New:

  oxygen-gtk3-1.2.0.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.QmK37G/_old  2013-09-02 15:01:10.0 +0200
+++ /var/tmp/diff_new_pack.QmK37G/_new  2013-09-02 15:01:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.1.4
+Version:1.2.0
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.1.4.tar.bz2 - oxygen-gtk3-1.2.0.tar.bz2 ++
 2079 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk3 for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2013-06-05 13:06:44

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2013-04-24 
16:07:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2013-06-05 13:06:44.0 +0200
@@ -1,0 +2,12 @@
+Fri May 31 17:16:52 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.1.4
+  * Use popen instead of g_spawn_command_line_sync() (kde#318891)
+  * Make sure that 'runCommand' reads the full output of the command
+(kde#318891)
+  * Fix command output reading for multi-read case
+  * Re-added x2 size increment in case of overflow
+  * Check event mask for all GtkWindow and GtkViewport before
+enabling window drag
+
+---

Old:

  oxygen-gtk3-1.1.3.tar.bz2

New:

  oxygen-gtk3-1.1.4.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.LBPMGH/_old  2013-06-05 13:06:45.0 +0200
+++ /var/tmp/diff_new_pack.LBPMGH/_new  2013-06-05 13:06:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.1.3.tar.bz2 - oxygen-gtk3-1.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.3/CMakeLists.txt 
new/oxygen-gtk3-1.1.4/CMakeLists.txt
--- old/oxygen-gtk3-1.1.3/CMakeLists.txt2013-04-22 20:26:36.0 
+0200
+++ new/oxygen-gtk3-1.1.4/CMakeLists.txt2013-05-31 13:17:03.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR h...@oxygen-icons.org )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 1 )
-set( CPACK_PACKAGE_VERSION_PATCH 3 )
+set( CPACK_PACKAGE_VERSION_PATCH 4 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.3/empty_areas.patch 
new/oxygen-gtk3-1.1.4/empty_areas.patch
--- old/oxygen-gtk3-1.1.3/empty_areas.patch 1970-01-01 01:00:00.0 
+0100
+++ new/oxygen-gtk3-1.1.4/empty_areas.patch 2013-05-02 16:34:22.0 
+0200
@@ -0,0 +1,17 @@
+diff --git a/src/oxygenwindowmanager.cpp b/src/oxygenwindowmanager.cpp
+index 3c669b7..a3764f2 100644
+--- a/src/oxygenwindowmanager.cpp
 b/src/oxygenwindowmanager.cpp
+@@ -124,9 +124,9 @@ namespace Oxygen
+ in which case we should not use them for grabbing
+ */
+ if(
+-std::string( G_OBJECT_TYPE_NAME( widget ) ) == GtkWindow 
+-(gtk_widget_get_events ( widget ) 
+-(GDK_BUTTON_PRESS_MASK|GDK_BUTTON_RELEASE_MASK) ) )
++( GTK_IS_WINDOW( widget ) || GTK_IS_VIEWPORT( widget ) ) 
++( gtk_widget_get_events ( widget ) 
++( GDK_BUTTON_PRESS_MASK|GDK_BUTTON_RELEASE_MASK ) ) )
+ {
+ registerBlackListWidget( widget );
+ return false;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.3/src/oxygenqtsettings.cpp 
new/oxygen-gtk3-1.1.4/src/oxygenqtsettings.cpp
--- old/oxygen-gtk3-1.1.3/src/oxygenqtsettings.cpp  2013-04-22 
20:26:36.0 +0200
+++ new/oxygen-gtk3-1.1.4/src/oxygenqtsettings.cpp  2013-05-31 
13:16:20.0 +0200
@@ -207,6 +207,33 @@
 }
 
 //_
+bool QtSettings::runCommand( const std::string command, char* result ) 
const
+{
+
+if( FILE* fp = popen( command.c_str(), r ) )
+{
+
+// read command output. Make sure that the buffer is large enough 
to read the entire
+// output, by multiplying its initial size by two as long as the 
last character is not '\n'
+// note that the allocated string must be freed by the calling 
method
+gulong bufSize=512;
+size_t currentOffset=0;
+result= static_castchar*(g_malloc(bufSize));
+while( fgets( result+currentOffset, bufSize-currentOffset, fp )  
result[strlen(result)-1] != '\n' )
+{
+currentOffset = bufSize-1;
+bufSize *= 2;
+result = static_castchar*( g_realloc( result, bufSize ) );
+}
+
+pclose(fp);
+return 

commit oxygen-gtk3 for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2013-04-24 16:07:22

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2013-01-31 
10:27:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2013-04-24 16:07:25.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 23 15:30:47 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.1.3
+  * Detect aurora as a XUL app (kde#315163)
+  * Bump needed cairo version for cairo_surface_create_for_rectangle()
+(kde#316066)
+  * Only check pixmap list size in ::isValid (kde#304381) 
+  * Check cursor shape before accepting event for window dragging 
+(kde#317292)
+  * Fix crash in pidgin when enabling debug (kde#318002)
+  * Fixed memory leaks (kde#318002)
+
+---

Old:

  oxygen-gtk3-1.1.2.tar.bz2

New:

  oxygen-gtk3-1.1.3.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.nmZqAW/_old  2013-04-24 16:07:31.0 +0200
+++ /var/tmp/diff_new_pack.nmZqAW/_new  2013-04-24 16:07:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.1.2.tar.bz2 - oxygen-gtk3-1.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.2/CMakeLists.txt 
new/oxygen-gtk3-1.1.3/CMakeLists.txt
--- old/oxygen-gtk3-1.1.2/CMakeLists.txt2013-01-29 13:55:41.0 
+0100
+++ new/oxygen-gtk3-1.1.3/CMakeLists.txt2013-04-22 20:26:36.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR h...@oxygen-icons.org )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 1 )
-set( CPACK_PACKAGE_VERSION_PATCH 2 )
+set( CPACK_PACKAGE_VERSION_PATCH 3 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk3-1.1.2/src/animations/oxygenanimations.cpp 
new/oxygen-gtk3-1.1.3/src/animations/oxygenanimations.cpp
--- old/oxygen-gtk3-1.1.2/src/animations/oxygenanimations.cpp   2013-01-29 
13:55:21.0 +0100
+++ new/oxygen-gtk3-1.1.3/src/animations/oxygenanimations.cpp   2013-04-22 
20:26:36.0 +0200
@@ -157,7 +157,7 @@
 if( _allWidgets.find( widget ) != _allWidgets.end() ) return false;
 
 #if OXYGEN_DEBUG
-std::cerr  Oxygen::Animations::registerWidget -   widget   ( 
 G_OBJECT_TYPE_NAME( widget )  )  std::endl;
+std::cerr  Oxygen::Animations::registerWidget -   widget   ( 
 (widget ? G_OBJECT_TYPE_NAME( widget ):0x0)  )  std::endl;
 #endif
 
 Signal destroyId;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk3-1.1.2/src/animations/oxygeninnershadowdata.cpp 
new/oxygen-gtk3-1.1.3/src/animations/oxygeninnershadowdata.cpp
--- old/oxygen-gtk3-1.1.2/src/animations/oxygeninnershadowdata.cpp  
2013-01-29 13:55:21.0 +0100
+++ new/oxygen-gtk3-1.1.3/src/animations/oxygeninnershadowdata.cpp  
2013-04-22 20:26:36.0 +0200
@@ -184,7 +184,6 @@
 
 #if ENABLE_INNER_SHADOWS_HACK
 GtkWidget* child( gtk_bin_get_child( GTK_BIN( widget ) ) );
-GdkWindow* window( gtk_widget_get_window( widget ) );
 GdkWindow* childWindow( gtk_widget_get_window( child ) );
 
 #if OXYGEN_DEBUG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.2/src/oxygengtkicons.cpp 
new/oxygen-gtk3-1.1.3/src/oxygengtkicons.cpp
--- old/oxygen-gtk3-1.1.2/src/oxygengtkicons.cpp2013-01-29 
13:55:21.0 +0100
+++ new/oxygen-gtk3-1.1.3/src/oxygengtkicons.cpp2013-04-22 
20:26:36.0 +0200
@@ -229,6 +229,7 @@
 
 // add source to iconSet
 gtk_icon_set_add_source( iconSet, iconSource );
+gtk_icon_source_free( iconSource );
 break;
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.2/src/oxygenqtsettings.cpp 
new/oxygen-gtk3-1.1.3/src/oxygenqtsettings.cpp
--- old/oxygen-gtk3-1.1.2/src/oxygenqtsettings.cpp  2013-01-29 
13:55:21.0 +0100
+++ 

commit oxygen-gtk3 for openSUSE:Factory

2013-01-31 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2013-01-31 10:27:51

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-10-06 
18:40:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2013-01-31 10:27:53.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan 30 16:23:56 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.1.2
+  * Bugfix release
+  * Fixes for running oxygen-gtk with gnome shell 
+
+---

Old:

  oxygen-gtk3-1.1.1.tar.bz2

New:

  oxygen-gtk3-1.1.2.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.wGYSfz/_old  2013-01-31 10:27:54.0 +0100
+++ /var/tmp/diff_new_pack.wGYSfz/_new  2013-01-31 10:27:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oxygen-gtk3
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.1.1.tar.bz2 - oxygen-gtk3-1.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.1/CMakeLists.txt 
new/oxygen-gtk3-1.1.2/CMakeLists.txt
--- old/oxygen-gtk3-1.1.1/CMakeLists.txt2012-10-04 10:12:10.0 
+0200
+++ new/oxygen-gtk3-1.1.2/CMakeLists.txt2013-01-29 13:55:41.0 
+0100
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR h...@oxygen-icons.org )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 1 )
-set( CPACK_PACKAGE_VERSION_PATCH 1 )
+set( CPACK_PACKAGE_VERSION_PATCH 2 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.1/rc/gtk.css 
new/oxygen-gtk3-1.1.2/rc/gtk.css
--- old/oxygen-gtk3-1.1.1/rc/gtk.css2012-10-04 10:12:10.0 +0200
+++ new/oxygen-gtk3-1.1.2/rc/gtk.css2013-01-29 13:55:21.0 +0100
@@ -58,9 +58,6 @@
 -GtkCalendar-horizontal-separation: 0px;
 -GtkComboBox-appears-as-list: 1px;
 
-
--GtkMenu-horizontal-padding: 3px;
--GtkMenu-vertical-padding: 5px;
 -GtkMenu-horizontal-offset: -7px;
 -GtkMenuBar-internal-padding: 0px;
 
@@ -111,8 +108,6 @@
 }
 
 GtkMenuBarGtkMenuItem { padding: 2px 5px; }
-GtkMenuGtkMenuItem { padding: 5px 1px; }
-GtkMenuGtkSeparatorMenuItem { padding: 1px 1px; }
 
 /* menu toolbutton */
 GtkMenuToolButton, GtkMenuToolButton * {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk3-1.1.1/src/animations/oxygeninnershadowdata.cpp 
new/oxygen-gtk3-1.1.2/src/animations/oxygeninnershadowdata.cpp
--- old/oxygen-gtk3-1.1.1/src/animations/oxygeninnershadowdata.cpp  
2012-10-04 10:12:10.0 +0200
+++ new/oxygen-gtk3-1.1.2/src/animations/oxygeninnershadowdata.cpp  
2013-01-29 13:55:21.0 +0100
@@ -179,7 +179,7 @@
 }
 
 
//_
-gboolean InnerShadowData::targetExposeEvent( GtkWidget* widget, 
GdkEventExpose* event, gpointer )
+gboolean InnerShadowData::targetExposeEvent( GtkWidget* widget, cairo_t 
*context, gpointer )
 {
 
 #if ENABLE_INNER_SHADOWS_HACK
@@ -206,17 +206,14 @@
 // make sure the child window doesn't contain garbage
 gdk_window_process_updates( childWindow, TRUE );
 
-// get window geometry
-GtkAllocation allocation( Gtk::gdk_rectangle() );
-gdk_window_get_geometry( childWindow, allocation.x, allocation.y, 
allocation.width, allocation.height );
-
-// properly map to parent window
-Gtk::gdk_window_translate_origin( window, childWindow, allocation.x, 
allocation.y );
-
-// create context with clipping
-Cairo::Context context(gtk_widget_get_window(widget), allocation );
+GtkAllocation allocation;
+gtk_widget_translate_coordinates (child, widget, 0, 0, allocation.x, 
allocation.y);
+allocation.width = gdk_window_get_width 

commit oxygen-gtk3 for openSUSE:Factory

2012-10-06 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2012-10-05 18:38:29

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-07-24 
17:20:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2012-10-06 18:40:04.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  5 08:20:46 UTC 2012 - m...@suse.com
+
+- Update to version 1.1.1
+  * Thread-proof timers used for transitions and animations (kde#306671)
+  * Safer code for Groupbox appearance (kde#305833)
+  * Proper rendering of flat GtkEntries
+  * More testing options for the demo application 
+
+---

Old:

  oxygen-gtk3-1.1.0.tar.bz2

New:

  oxygen-gtk3-1.1.1.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.SjTImT/_old  2012-10-06 18:40:04.0 +0200
+++ /var/tmp/diff_new_pack.SjTImT/_new  2012-10-06 18:40:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.1.0.tar.bz2 - oxygen-gtk3-1.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.0/CMakeLists.txt 
new/oxygen-gtk3-1.1.1/CMakeLists.txt
--- old/oxygen-gtk3-1.1.0/CMakeLists.txt2012-07-16 19:17:32.0 
+0200
+++ new/oxygen-gtk3-1.1.1/CMakeLists.txt2012-10-04 10:12:10.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR h...@oxygen-icons.org )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 1 )
-set( CPACK_PACKAGE_VERSION_PATCH 0 )
+set( CPACK_PACKAGE_VERSION_PATCH 1 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.0/demo/oxygeninputdemowidget.cpp 
new/oxygen-gtk3-1.1.1/demo/oxygeninputdemowidget.cpp
--- old/oxygen-gtk3-1.1.0/demo/oxygeninputdemowidget.cpp2012-07-16 
19:17:32.0 +0200
+++ new/oxygen-gtk3-1.1.1/demo/oxygeninputdemowidget.cpp2012-10-04 
10:12:10.0 +0200
@@ -68,6 +68,8 @@
 gtk_entry_set_text( GTK_ENTRY( lineEditor ), Example text );
 gtk_widget_show( lineEditor );
 
+_entries.push_back( lineEditor );
+
 // invisible line editor
 gtk_grid_attach( GTK_GRID( grid ), label = gtk_label_new( Password 
editor:  ), 0, 1, 1, 1 );
 gtk_misc_set_alignment( GTK_MISC( label ), 1, 0.5 );
@@ -78,6 +80,8 @@
 gtk_entry_set_visibility( GTK_ENTRY( lineEditor ), false );
 gtk_widget_show( lineEditor );
 
+_entries.push_back( lineEditor );
+
 // combobox
 gtk_grid_attach( GTK_GRID( grid ), label = gtk_label_new( Editable 
combobox:  ), 0, 2, 1, 1 );
 gtk_misc_set_alignment( GTK_MISC( label ), 1, 0.5 );
@@ -116,6 +120,17 @@
 gtk_grid_attach( GTK_GRID( grid ), spinButton = 
gtk_spin_button_new_with_range( 0, 100, 1 ), 1, 3, 1, 1 );
 gtk_widget_show( spinButton );
 
+_entries.push_back( spinButton );
+
+// flat widget button
+GtkWidget* checkbutton;
+gtk_grid_attach( GTK_GRID( grid ), checkbutton = 
gtk_check_button_new_with_label( Use flat widgets ), 0, 4, 2, 1 );
+gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( checkbutton ), false 
);
+gtk_widget_show( checkbutton );
+
+_flatModeChangedId.connect( G_OBJECT( checkbutton ), toggled, 
G_CALLBACK( flatModeChanged ), this );
+
+
 // separator
 GtkWidget* separator( gtk_separator_new( GTK_ORIENTATION_HORIZONTAL ) 
);
 gtk_box_pack_start( GTK_BOX( mainWidget ), separator, false, true, 0 );
@@ -165,7 +180,6 @@
 gtk_box_pack_start( GTK_BOX( mainWidget ), scrolledWindow, true, true, 
0 );
 gtk_widget_show( scrolledWindow );
 
-GtkWidget* checkbutton;
 gtk_box_pack_start( GTK_BOX( mainWidget ), checkbutton = 
gtk_check_button_new_with_label( Wrap words ), false, true, 0 );
 gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( checkbutton ), true );
 gtk_widget_show( checkbutton );
@@ -179,9 +193,17 @@
 {}
 
 //
-void InputDemoWidget::wrapModeChanged( GtkToggleButton* button, gpointer 
data )
+void 

commit oxygen-gtk3 for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2012-06-25 11:52:54

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-05-15 
17:42:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2012-06-25 11:53:01.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun 18 16:42:04 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 1.0.5:
+  Bugfix release. Fixes include:
+  * Several rendering issues with libre-office.
+  * Icon positionning in text entries.
+
+---

Old:

  oxygen-gtk3-1.0.4.tar.bz2

New:

  oxygen-gtk3-1.0.5.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.YNz3Ty/_old  2012-06-25 11:53:02.0 +0200
+++ /var/tmp/diff_new_pack.YNz3Ty/_new  2012-06-25 11:53:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.0.4.tar.bz2 - oxygen-gtk3-1.0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.0.4/CMakeLists.txt 
new/oxygen-gtk3-1.0.5/CMakeLists.txt
--- old/oxygen-gtk3-1.0.4/CMakeLists.txt2012-05-14 08:38:34.0 
+0200
+++ new/oxygen-gtk3-1.0.5/CMakeLists.txt2012-06-15 08:46:03.0 
+0200
@@ -9,11 +9,11 @@
 set( CPACK_PACKAGE_NAME oxygen-gtk3 )
 set( CPACK_SOURCE_PACKAGE_NAME oxygen-gtk3 )
 set( CPACK_SOURCE_GENERATOR TBZ2 )
-set( CPACK_PACKAGE_DESCRIPTION_SUMMARY Oxygen Gtk2 theme )
+set( CPACK_PACKAGE_DESCRIPTION_SUMMARY Oxygen Gtk3 theme )
 set( CPACK_PACKAGE_VENDOR h...@oxygen-icons.org )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 0 )
-set( CPACK_PACKAGE_VERSION_PATCH 4 )
+set( CPACK_PACKAGE_VERSION_PATCH 5 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
@@ -102,10 +102,10 @@
 find_package( X11 REQUIRED )
 
 # PKG_CONFIG
-find_package(PkgConfig REQUIRED )
+find_package( PkgConfig REQUIRED )
 
 # GTK
-pkg_check_modules( GTK REQUIRED gtk+-3.0 )
+pkg_check_modules( GTK REQUIRED gtk+-3.0=3.2.0 )
 
 # Cairo
 pkg_check_modules( CAIRO REQUIRED cairo )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.0.4/src/oxygenthemingengine.cpp 
new/oxygen-gtk3-1.0.5/src/oxygenthemingengine.cpp
--- old/oxygen-gtk3-1.0.4/src/oxygenthemingengine.cpp   2012-05-14 
08:38:34.0 +0200
+++ new/oxygen-gtk3-1.0.5/src/oxygenthemingengine.cpp   2012-06-15 
08:46:03.0 +0200
@@ -2572,7 +2572,7 @@
 
 // call parent method with stated pixbuf
 #if OXYGEN_DEBUG
-std::cerr  Calling parentClass()-render_icon()\n;
+std::cerr  Oxygen::render_icon - calling 
parentClass()-render_icon()\n;
 #endif
 ThemingEngine::parentClass()-render_icon( engine, context, 
stated, x, y );
 
@@ -2580,11 +2580,17 @@
 if( stated != pixbuf ) g_object_unref( stated );
 return;
 
+} else if( gtk_widget_path_is_type( path, GTK_TYPE_ENTRY ) ) {
+
+// call parent method with extra vertical offset due to gtk3 bug
+ThemingEngine::parentClass()-render_icon( engine, context, 
pixbuf, x, y-2 );
+return;
+
 } else {
 
 // call parent method
 #if OXYGEN_DEBUG
-std::cerr  Calling parentClass()-render_icon()\n;
+std::cerr  Oxygen::render_icon - calling 
parentClass()-render_icon()\n;
 #endif
 ThemingEngine::parentClass()-render_icon( engine, context, 
pixbuf, x, y );
 return;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk3 for openSUSE:Factory

2012-05-15 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2012-05-15 17:42:21

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-04-17 
22:00:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2012-05-15 17:42:33.0 +0200
@@ -1,0 +2,6 @@
+Tue May 15 03:01:37 UTC 2012 - m...@suse.com
+
+- Update to version 1.0.4
+  * Bugfix release
+
+---

Old:

  oxygen-gtk3-1.0.3.tar.bz2

New:

  oxygen-gtk3-1.0.4.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.QBFWeg/_old  2012-05-15 17:42:33.0 +0200
+++ /var/tmp/diff_new_pack.QBFWeg/_new  2012-05-15 17:42:33.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   oxygen-gtk3
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
-Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/1.0.3/src/%{name}-1.0.3.tar.bz2
+Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -87,7 +87,7 @@
 This package contains the Oxygen gtk 3.x theme.
 
 %prep
-%setup -q -n %{name}-1.0.3
+%setup -q
 
 %build
 mkdir -p build

++ oxygen-gtk3-1.0.3.tar.bz2 - oxygen-gtk3-1.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.0.3/CMakeLists.txt 
new/oxygen-gtk3-1.0.4/CMakeLists.txt
--- old/oxygen-gtk3-1.0.3/CMakeLists.txt2012-04-13 15:02:08.0 
+0200
+++ new/oxygen-gtk3-1.0.4/CMakeLists.txt2012-05-14 08:38:34.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR h...@oxygen-icons.org )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 0 )
-set( CPACK_PACKAGE_VERSION_PATCH 3 )
+set( CPACK_PACKAGE_VERSION_PATCH 4 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
@@ -46,6 +46,11 @@
 set( OXYGEN_DEBUG_INNERSHADOWS 0 )
 endif( NOT DEFINED OXYGEN_DEBUG_INNERSHADOWS )
 
+# Set to 1 to build windeco test app (normal users rarely need this)
+if( NOT DEFINED BUILD_DECO_TEST )
+set( BUILD_DECO_TEST 0 )
+endif( NOT DEFINED BUILD_DECO_TEST )
+
 # Set to 1 to replace gtk stock icons
 # with oxygen-icons
 if( NOT DEFINED OXYGEN_ICON_HACK )
@@ -145,6 +150,7 @@
 #
 message( Flags:  )
 message(   OXYGEN_DEBUG ${OXYGEN_DEBUG} )
+message(   BUILD_DECO_TEST ${BUILD_DECO_TEST} )
 message(   OXYGEN_DEBUG_INNERSHADOWS ${OXYGEN_DEBUG_INNERSHADOWS} )
 message(   OXYGEN_ICON_HACK ${OXYGEN_ICON_HACK} )
 message(   OXYGEN_FORCE_KDE_ICONS_AND_FONTS 
${OXYGEN_FORCE_KDE_ICONS_AND_FONTS} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.0.3/rc/gtk.css 
new/oxygen-gtk3-1.0.4/rc/gtk.css
--- old/oxygen-gtk3-1.0.3/rc/gtk.css2012-04-13 15:02:08.0 +0200
+++ new/oxygen-gtk3-1.0.4/rc/gtk.css2012-05-14 08:38:34.0 +0200
@@ -127,10 +127,16 @@
 GtkFrame { padding: 4px; }
 GtkViewport { padding: 0px; }
 GtkProgressBar { padding: 0px; }
+GtkAssistant .sidebar { padding: 4px; }
 
 /* switchs */
 GtkSwitch { padding: 0px; }
 
+/* spinners */
+.spinner:active {
+transition: 750ms linear loop;
+}
+
 /* combo boxes */
 GtkComboBox { padding: 0px 0px; }
 GtkComboBoxGtkFrame { padding: 0px 0px 0px 4px; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.0.3/rc/icons4 
new/oxygen-gtk3-1.0.4/rc/icons4
--- old/oxygen-gtk3-1.0.3/rc/icons4 2012-04-13 15:02:08.0 +0200
+++ new/oxygen-gtk3-1.0.4/rc/icons4 2012-05-14 08:38:34.0 +0200
@@ -101,19 +101,22 @@
 gtk-zoom-out actions/zoom-out.png
 stock_edit-bookmark actions/bookmarks-organize.png
 
+gimp-info status/dialog-information.png
+gimp-warning status/dialog-warning.png
+gimp-reset actions/view-refresh.png
+gimp-images mimetypes/image-x-generic.png
+gimp-tool-options actions/configure.png
+
+gimp-edit NONE
 gimp-anchor NONE
 gimp-duplicate NONE
-gimp-edit actions/edit.png
-gimp-info actions/dialog-information.png
 gimp-linked NONE
 gimp-paste-as-new NONE
 gimp-paste-into NONE
-gimp-reset actions/reload.png
 gimp-selection-stroke NONE
 

commit oxygen-gtk3 for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2012-03-26 11:04:19

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-03-13 
09:37:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2012-03-26 11:04:23.0 +0200
@@ -1,0 +2,8 @@
+Sun Mar 25 12:16:30 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 1.0.2.1:
+  * Bugfix release.
+- Removed dbus-glib-1 build requirement (not needed anymore because of use of
+  glib's built-in dbus interface).
+
+---

Old:

  oxygen-gtk3-1.0.2.tar.bz2

New:

  oxygen-gtk3-1.0.2-1.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.I1K5hY/_old  2012-03-26 11:04:24.0 +0200
+++ /var/tmp/diff_new_pack.I1K5hY/_new  2012-03-26 11:04:24.0 +0200
@@ -17,18 +17,17 @@
 
 
 Name:   oxygen-gtk3
-Version:1.0.2
+Version:1.0.2.1
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
-Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2
+Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/1.0.2-1/src/%{name}-1.0.2-1.tar.bz2
 Source100:  baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -88,7 +87,7 @@
 This package contains the Oxygen gtk 3.x theme.
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.0.2-1
 
 %build
 mkdir -p build

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.I1K5hY/_old  2012-03-26 11:04:24.0 +0200
+++ /var/tmp/diff_new_pack.I1K5hY/_new  2012-03-26 11:04:24.0 +0200
@@ -1 +1,2 @@
-oxygen-gtk3
+gtk3-engine-oxygen
+gtk3-theme-oxygen

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk3 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2012-03-13 09:37:43

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-03-01 
17:21:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2012-03-13 09:37:46.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 12 20:35:18 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 1.0.2:
+  Fixes include:
+  * Cleanup of signals and hooks when unloading theme.
+  * Use of glib's built-in dbus interface.
+  * Fixed crash in gtk-chtheme (and possibly other theme-switching
+applications).
+  * Fixed margins and spacing for several widgets to make them look more
+similar to Qt's version.
+
+---

Old:

  oxygen-gtk3-1.0.1.tar.bz2

New:

  oxygen-gtk3-1.0.2.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.GVyjrE/_old  2012-03-13 09:37:47.0 +0100
+++ /var/tmp/diff_new_pack.GVyjrE/_new  2012-03-13 09:37:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.0.1.tar.bz2 - oxygen-gtk3-1.0.2.tar.bz2 ++
 1742 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk3 for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2012-01-30 12:27:08

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-01-19 
09:43:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2012-01-30 12:27:12.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 18 08:34:55 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+
+  COPYING has a LGPL-2.1+ license
+
+---



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.tYC4FV/_old  2012-01-30 12:27:13.0 +0100
+++ /var/tmp/diff_new_pack.tYC4FV/_new  2012-01-30 12:27:13.0 +0100
@@ -20,7 +20,7 @@
 Version:1.0.0
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
-License:LGPL-2.0+
+License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
 Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org