Hello community, here is the log from the commit of package qtcurve-gtk2 for openSUSE:Factory checked in at Wed Jul 6 12:47:25 CEST 2011.
-------- --- KDE/qtcurve-gtk2/qtcurve-gtk2.changes 2011-05-05 09:23:47.000000000 +0200 +++ /mounts/work_src_done/STABLE/qtcurve-gtk2/qtcurve-gtk2.changes 2011-07-04 08:01:31.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jul 4 08:00:41 CEST 2011 - [email protected] + +- Update to version 1.8.9: + + Disable resize grips in Ubuntu 11.04 + + Remove GimpDock font settings from gtkrc + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- QtCurve-Gtk2-1.8.8.tar.bz2 New: ---- QtCurve-Gtk2-1.8.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qtcurve-gtk2.spec ++++++ --- /var/tmp/diff_new_pack.EeGyrX/_old 2011-07-06 12:46:03.000000000 +0200 +++ /var/tmp/diff_new_pack.EeGyrX/_new 2011-07-06 12:46:03.000000000 +0200 @@ -18,13 +18,13 @@ Name: qtcurve-gtk2 -Version: 1.8.8 +Version: 1.8.9 Release: 1 License: GPLv2+ Summary: QtCurve style for GTK+ 2 Url: http://www.kde-look.org/content/show.php?content=40492 Group: System/GUI/GNOME -Source0: QtCurve-Gtk2-%{version}.tar.bz2 +Source0: http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-%{version}.tar.bz2 Source99: baselibs.conf BuildRequires: cmake BuildRequires: gcc-c++ ++++++ QtCurve-Gtk2-1.8.8.tar.bz2 -> QtCurve-Gtk2-1.8.9.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QtCurve-Gtk2-1.8.8/CMakeLists.txt new/QtCurve-Gtk2-1.8.9/CMakeLists.txt --- old/QtCurve-Gtk2-1.8.8/CMakeLists.txt 2011-04-06 21:22:52.000000000 +0200 +++ new/QtCurve-Gtk2-1.8.9/CMakeLists.txt 2011-07-03 20:14:43.000000000 +0200 @@ -8,7 +8,7 @@ set(CPACK_SOURCE_GENERATOR "TBZ2") set(CPACK_PACKAGE_VERSION_MAJOR "1") set(CPACK_PACKAGE_VERSION_MINOR "8") -set(CPACK_PACKAGE_VERSION_PATCH "8") +set(CPACK_PACKAGE_VERSION_PATCH "9") set(CPACK_PACKAGE_CONTACT "Craig Drummond <[email protected]>") set(QTCURVE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}") set(QTCURVE_VERSION_FULL "${QTCURVE_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QtCurve-Gtk2-1.8.8/ChangeLog new/QtCurve-Gtk2-1.8.9/ChangeLog --- old/QtCurve-Gtk2-1.8.8/ChangeLog 2011-04-06 21:22:52.000000000 +0200 +++ new/QtCurve-Gtk2-1.8.9/ChangeLog 2011-07-03 20:14:43.000000000 +0200 @@ -1,3 +1,8 @@ +1.8.9 +----- +1. Disable resize grips in Ubuntu 11.04 +2. Remove GimpDock font settings from gtkrc + 1.8.8 ----- 1. Make timer callbacks threadsafe. Fixes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/QtCurve-Gtk2-1.8.8/style/gtkrc new/QtCurve-Gtk2-1.8.9/style/gtkrc --- old/QtCurve-Gtk2-1.8.8/style/gtkrc 2011-04-06 21:22:52.000000000 +0200 +++ new/QtCurve-Gtk2-1.8.9/style/gtkrc 2011-07-03 20:14:43.000000000 +0200 @@ -281,14 +281,23 @@ widget_class "*MenuBar*MenuItem" style "qtcurve-menubaritem" widget_class "*Dialog.*Separator" style "qtcurve-dlgsep" -style "qtcurve-gimp-scale" +# This seems to crash Gimp 2.7 (well with oxygen anyway), so remove... +#style "qtcurve-gimp-scale" +#{ +# # this ensures that toolpanels fonts in gimp is identical +# # to default font (which otherwise is ugly +# GimpDock::font-scale = 1.01 +#} +# +#class "*" style "qtcurve-gimp-scale" + +# Disable Ubuntu resize grips. See: http://www.omgubuntu.co.uk/2011/05/disable-the-resize-grip-in-ubuntu-11-04/ +style "qtcurve-resizegrip" = "qtcurve-default" { - # this ensures that toolpanels fonts in gimp is identical - # to default font (which otherwise is ugly - GimpDock::font-scale = 1.01 + GtkWindow::resize-grip-height = 0 + GtkWindow::resize-grip-width = 0 } - -class "*" style "qtcurve-gimp-scale" +class "GtkWidget" style "qtcurve-resizegrip" # Seems to fix issues with pidgin where some buttons have icons, and others not. # Messes other widgets up :-( ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
