Skip to content
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.