Package Release Info

qtcurve-1.9.0-bp153.1.28

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libqtcurve-cairo1
libqtcurve-cairo1-64bit
libqtcurve-utils2
libqtcurve-utils2-64bit
qtcurve-gtk2
qtcurve-gtk2-64bit
qtcurve-qt5
qtcurve-qt5-64bit

Change Logs

Version: 1.9.0-bp152.3.21
* Tue Aug 27 2019 Christophe Giboudeaux <christophe@krop.fr>
- Stop building the Qt4/KDE4 package on leap >= 15.2 and factory.
* Wed Jun 05 2019 Christophe Giboudeaux <christophe@krop.fr>
- Add 0001-utils-gtkprops-Remove-unnecessary-constexpr-this-is-.patch
  to fix the build with GCC9.
Version: 1.9.0-bp150.1.3
* Tue Jul 18 2017 wbauer@tmo.at
- Rename source package to qtcurve
- Also add qtcurve-qt5 to baselibs.conf to provide
  qtcurve-qt5-32bit
* Mon Jul 17 2017 ilya@ilya.pp.ua
- Add baselibs.conf for providing packages:
  * libqtcurve-utils2-32bit
  * libqtcurve-cairo1-32bit
  * qtcurve-kde4-32bit
  * qtcurve-gtk2-32bit
* Fri Jun 02 2017 wbauer@tmo.at
- Update to 1.9.0
  * Make X11 drop shadow size configurable
* Sat May 27 2017 wbauer@tmo.at
- Update to 1.8.19~git20170506
  * too many changes/fixes to list here
  * fixes build with Qt 5.9
- Drop fix-build-with-gcc5.patch, fixed upstream
* Wed May 04 2016 wbauer@tmo.at
- Added fix-build-with-gcc5.patch: fixes build in Factory
* Mon Mar 09 2015 hrvoje.senjan@gmail.com
- Update to 1.8.19~git20150303
  * Added KF5 config module
- Drop sync_to_master.diff, merged upstream
- Added extra-cmake-modules, karchive-devel, kconfig-devel,
  kconfigwidgets-devel, kdelibs4support-devel, ki18n-devel, kio-devel,
  kwidgetsaddons-devel and kxmlgui-devel BuildRequires
- Drop openSUSE 13.1 support (too old cmake and Qt5, missing KF5)
* Fri Jun 27 2014 hrvoje.senjan@gmail.com
- Added sync_to_master.diff, resolves following issues:
  https://github.com/QtCurve/qtcurve/issues/49
  https://github.com/QtCurve/qtcurve/issues/52
  https://github.com/QtCurve/qtcurve/issues/54
  https://github.com/QtCurve/qtcurve/issues/58
- Drop omit_deprecated_apis.patch, contained in above patch
* Mon May 05 2014 hrvoje.senjan@gmail.com
- Build Qt5 style for 13.1 and newer:
  * Create qtcurve-qt5 subpackage
  * Added omit_deprecated_apis.patch, removes usage of filehooks API
    removed with Qt 5.3
  * Added BuildRequires:  pkgconfig(Qt5Core), pkgconfig(Qt5Gui),
    pkgconfig(Qt5Widgets), pkgconfig(Qt5Svg), pkgconfig(Qt5DBus),
    pkgconfig(Qt5X11Extras) and libQt5Widgets-private-headers-devel
* Fri Jan 31 2014 hrvoje.senjan@gmail.com
- Update to 1.8.18
  * Remove mozilla version detection.
  * Remove QTC_GTK2_OLD_MOZILLA.
  * Remove xcb-image dependency. It is never used.
  * Fix old configure file loading in gtk2 version.
  * Fix compile without Qt
  * Relicense under LGPL. With permission from all contributors
    in the git log.
  * Treat Qt::Sheet as Qt::Dialog. This fixes translucent
    background for close confirmation dialog in QtDesigner.
  * Remove backward compatible options for deprecated options.
  * Introduce prePolish() to Workaround a bug in Qt5 which make it
    impossible for QMainWindow and QDialog to be transparent.
  * Fix compilation without X11 enabled.
  * Use prePolish() in qt4, this fixes most of application crashes.
  * Fix Qt menubar background when translucency is enabled.
  * Fix flash plugin in non-chromium/firefox browsers in linux when
    translucent background is enabled for gtk.
  * Fix (workaround) kaffeine with translucent background.
  * Remove parentless dialog fix
  * Fix kscreenlocker. Second version of prepolishing
  * Improve shadow of QBalloonTip
  * Fix chromium background color with custom background.
  * Gtk2: Workaround buggy signal handler in applications.
- Rename libqtcurve-utils0 to libqtcurve-utils1 as per upstream
  change
- New libqtcurve-cairo0 subpackage, needed for common drawing
  routines. It is only used by the Gtk2 version (and may be used
  in Gtk3 version once there is a port).
- Drop pkgconfig(xcb-image) and added
  pkgconfig(x11-xcb)/pkgconfig(xcb) BuildRequires
- Drop qtcurve-1.8.17-fix_run_command.patch, not required anymore
* Tue Jan 14 2014 asn@cryptomilk.org
- Implement a better runCommand fixing firefox issues.
* Sat Jan 11 2014 asn@cryptomilk.org
- bnc#858403 - Fix bug starting up GTK2+ applications.
  + Added patch qtcurve-1.8.17-fix_run_command.patch
* Tue Nov 12 2013 hrvoje.senjan@gmail.com
- Enable build of the GTK2 subpackage
* Wed Nov 06 2013 hrvoje.senjan@gmail.com
- Update to 1.8.17
  * Qt5 support
  * Gtk2: Workaround bug in glib >= 2.36.1
    (`g_spawn_command_line_sync()`)
  * Gtk2: Remove KDE3 support from Gtk2.
  * Qt4: Disable transparent background from XEmbed window (e.g.
    in kpartplugins). Changing the depth of the window (which
    require recreating the window) breaks the XEmbed protocol.
  * Qt4, Qt5: Longer scrollbar in order to be more friendly
    to applications (e.g. choqok) that use this size hint.
    [KDE-Bug](https://bugs.kde.org/show_bug.cgi?id=317690)
    [QtCurve-Bug](QtCurve/qtcurve-qt4#7)
  * Remove configure file support for pre-1.0 releases.
    (More than 3 years from now)
  * Qt: Fix/Workaround QMdiSubWindow not drawn correctly
    with translucent background.
  * Qt4: Workaround amarok crash (also affect Oxygen-Transparent).
  * Qt4: Better fix for the window positioning problem when setting
    `Qt::WA_TranslucentBackground`.
    [Qt-Bug](https://bugreports.qt-project.org/browse/QTBUG-34108)
  * Qt4: Remove Kwin maximum button hack.
  * Qt: Translucent QMdiSubWindow when the parent window doesn't have
    alpha channel.
- Changes since 1.8.15:
  * Add Russian localization. Thanks to Juliette Tux.
  * Remove KDE3 support
  * Workaround rendering bug in Qt >= 4.8.5
    [Qt-Bug](https://bugreports.qt-project.org/browse/QTBUG-33512)
    [QtCurve-Bug](https://github.com/QtCurve/qtcurve-qt4/issues/3)
  * CMake option to disable kwin support (`-DQTC_QT4_ENABLE_KWIN=Off`)
  * Rename come CMake options. Old options will still work.
  * KWin 4.10 appmenu button support.
  * Remove packging script.
  * Generate `shadow.h` and `*pixmap.h` at compile time. Remove the
    need of Qt3 tools.
- Drop fix_cmake_output.diff, not required anymore
- All of KDE, KWin, Qt4 and Qt5 plugins in the same tar from now,
  but we don't build Qt5 and GTK2 plugins yet, package should be
  renamed to qtcurve
* Mon Jul 08 2013 cgiboudeaux@gmx.com
- Add fix_cmake_output.diff: Works around the Factory build failure caused by sr#179164
* Fri Aug 10 2012 mlin@suse.com
- Update to version 1.8.14
  * Fix loading of kwin decoration/config under KDE4.9
* Wed Jul 25 2012 mlin@suse.com
- Update to version 1.8.13
  * Fix KDE4.9 build - window grouping disabled.
* Wed Apr 25 2012 mlin@suse.com
- Update to version 1.8.12
  * Dont setup KDE4 fonts/colours in constructor - seems to mess things up when using
    proxy styles. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638629
* Thu Mar 15 2012 mlin@suse.com
- Update to version 1.8.11
  * Fix flashing of clementine's position slider tooltip.
- Changes in 1.8.10
  * Fix some toolbutton icon clipping.
  * Korean translation - thanks to YoungUk Kim.
  * Fix kwin button corruption when compositing is disabled under KDE SC4.8
  * Minimum 1ms delay for sub menus.
- Changes in 1.8.9
  * Dont force alternate listview colours for KAboutApplicationDialog
  * Fix issues with konqueror style menu toolbar buttons and the joined toolbar button style.
  * Implement shadows for KDE SC4.7
* Mon Sep 12 2011 toddrme2178@gmail.com
- Added %kde_post_install macro (fix for RPMLINT warning)
- Cleaned up spec file formatting
- Update to 1.8.8
  1. Disable window dragging from QGraphicsView.
  2. Respect "_kde_no_window_grab" property to disable window drag for certain widgets.
  3. Workaround dialog placement issues when using transparent dialogs. Attempt to place dialog in centre of its parent
  - if it has one. This only works for dialogs, windows will still (unfortunately) be moved to top left :-(
* Mon May 16 2011 cornelis@solcon.nl
- Update to 1.8.7
  1. Fix QtDesigner crash when using transparent background - thanks to Friedemann Kleint.
  2. When installing background images, need to remove and previous files first (as QFile::copy will not overwrite files)
  3. Fix incorrent window-drag trigger when dragging dock widget title widgets (set via QDockWidget::setTitleBarWidget() )
  4. Fix crash when opening style config dialog whilst kwin config dialog is open.
  5. Allow scrollbar sliders to be as thin as 5 pixels. At this setting, sliders will be squared.