Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.9.0
    Tagging 1.9.0
    
  • 1.9.0-rc1
    Release 1.9.0-rc1
    
    Changes since 1.8.18
    
    1. Fix shadow color
       [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/54)
    2. Revert toolbar background
       [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/52)
    3. Workaround background image drawing.
       [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/49)
    4. Fix text emboldening in gtk2.
       [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/58)
    5. Become a KDE project
    6. KF5 configure interface.
       Thanks to Eike Hein
    7. Fix OSX build.
       Thanks to René J.V. Bertin.
    8. Fix Gtk2 SegFault on mouse-hover
       [QtCurve-Bug](https://bugs.kde.org/show_bug.cgi?id=343704)
    9. Fix Qt right-to-left layout
       [QtCurve-Bug](https://bugs.kde.org/show_bug.cgi?id=336668)
    10. Fix screen scaling support
    11. Better maxOS support
    12. Make menu drop shadow size configurable
    
  • 1.9.1
    Release 1.9.1
    
    1. Fix shadow color
       [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/54)
    2. Revert toolbar background
       [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/52)
    3. Workaround background image drawing.
       [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/49)
    4. Fix text emboldening in gtk2.
       [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/58)
    5. Become a KDE project
    6. KF5 configure interface.
       Thanks to Eike Hein
    7. Fix OSX build.
       Thanks to René J.V. Bertin.
    8. Fix Gtk2 SegFault on mouse-hover
       [QtCurve-Bug](https://bugs.kde.org/show_bug.cgi?id=343704)
    9. Fix Qt right-to-left layout
       [QtCurve-Bug](https://bugs.kde.org/show_bug.cgi?id=336668)
    10. Fix screen scaling support
    11. Better maxOS support
    
  • 1.9.0
    Release 1.9.0
  • 1.8.18
    For users
    =========
    1. Fix old configure file loading in gtk2 version.
       Thanks to Lars Wendler for noticing this.
    2. Fix translucent background for close confirmation dialog in QtDesigner.
    3. Workaround a Qt5 Bug and enable translucent background in Qt5.
       [Qt-Bug](https://bugreports.qt-project.org/browse/QTBUG-34064)
    4. Fix a lot of application misbehaviors and crashes for translucent background.
       It should be safe to enable translucent background in almost all Qt4
       applications.
    5. Fix Qt menubar background when translucency is enabled.
    6. Fix flash plugin when translucent background is enabled.
    7. Improve shadow for QBalloonTip
    8. Draw shadow at run time.
    9. Fix chromium background color with custom background.
    10. Gtk2: Workaround buggy signal handler in applications.
        [QtCurve-Bug](https://github.com/QtCurve/qtcurve/issues/41)
        [EasyTag-Bug](https://bugzilla.gnome.org/show_bug.cgi?id=721943)
    
    For packagers
    =============
    1. A lot of old compile time options were removed. They are either for backward
       compatibility (at compile time) or work around for bugs in drivers/libraries
       that are not there anymore.
    2. `xcb-image` dependency is removed (it is actually never used).
    3. Relicense under LGPL. With permission from all contributors in the git log.
    4. Qt5 version relies on the private headers. Please make sure the private
       headers for QtWidgets are installed and a recompiling after a minor version
       change in Qt5 may be necessary (since Qt does not grantee API stability
       between minor versions).
    5. Reorganize directories. `qtcurve-utils` is now `lib/utils`
    6. Add `libqtcurve-cairo` for common drawing routines. This is only used by
       the Gtk2 version (and may be used in Gtk3 version once there is a port).
    7. Improve X11 dependency handling. The `QTC_ENABLE_X11` option only have
       effect on `qtcurve-utils` and `qtcurve-utils` with/without the option are
       API and ABI compatible.
    
  • 1.8.18rc
    Release candidate for 1.8.18
    
  • 1.8.17
    b483df97 · [bugs, changelog] update ·
    1.8.17
    
    For users
    =========
    1. **Qt5 support!!**.
    2. Gtk2: Workaround bug in glib >= 2.36.1 (`g_spawn_command_line_sync()`)
    
        [Debian-Bug](http://bugs.debian.org/707946)
        [QtCurve-Bug](https://github.com/QtCurve/qtcurve-gtk2/pull/1)
    
    3. Gtk2: Remove KDE3 support from Gtk2.
    4. 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.
    5. 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](https://github.com/QtCurve/qtcurve-qt4/issues/7)
    
    6. Remove configure file support for pre-1.0 releases.
       (More than 3 years from now)
    7. Qt: Fix/Workaround QMdiSubWindow not drawn correctly with translucent
       background.
    8. Qt4: Workaround amarok crash (also affect Oxygen-Transparent).
    9. Qt4: Better fix for the window positioning problem when setting
       `Qt::WA_TranslucentBackground`.
    
        [Qt-Bug](https://bugreports.qt-project.org/browse/QTBUG-34108)
    10. Qt4: Remove Kwin maximum button hack.
    11. Qt: Translucent QMdiSubWindow when the parent window doesn't have
        alpha channel.
    
    For packagers
    =============
    1. Require gnu99 and c++0x.
    2. Porting to xcb.
    3. Qt4: Fix compile without X Server. Thanks to Sven-Hendrik Haase.
    4. Merge Gtk2 version and Qt{4,5} versions.
    5. Add `libqtcurve-utils.so`.
    6. Gtk2: Less compile time warning.
    7. Qt4: Require 4.6.0
    8. Fix compiling with `clang++` and `libc++`.
    9. Make it possible to disable X11 dependency when compiling
       `libqtcurve-utils` and `Qt4` and `Qt5` styles.
    
  • 1.8.17rc
    8d4b7a3b · [gtk2] getuid include ·
    Release candidate for 1.8.17
    
  • 1.8.15
    e3916e1f · [po] fix po install path ·
    1. add kwin appmenu button support
    2. workaround Qt 4.8.5 bug
    3. build system and structure refactor
    4. Russian translation (Thanks to Juliette Tux and Boris Pek)
    
  • 1.8.16-gtk
    b172824e · Fix mem leak ·
    1.8.16-gtk
    
  • 1.8.14
    1.8.14
    
  • 1.8.13
    1.8.13
    
  • 1.8.12
    1.8.12
    
  • 1.8.15-gtk
    1.8.15-gtk
    
  • 1.8.11
    1.8.11
    
  • 1.8.14-gtk
    1.8.14-gtk
    
  • 1.8.10
    1.8.10
    
  • 1.8.13-gtk
    1.8.13-gtk
    
  • 1.8.12-gtk
    9538cae1 · icedove=thunderbird ·
    1.8.12-gtk
    
  • 1.8.11-gtk
    1.8.11-gtk