summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTCH <[email protected]>2020-05-03 00:39:34 +0900
committerMichele Calgaro <[email protected]>2020-05-03 00:39:34 +0900
commitf77e5f19e61db1c7f4a96852440c8912cc8dfb2f (patch)
treee9c34b6b4cb1b1977485a9616f77051cfe4ee30d /ChangeLog
parent82fe64d550d8754266109084f82dd56cc8a04f49 (diff)
downloadtde-style-qtcurve-f77e5f19e61db1c7f4a96852440c8912cc8dfb2f.tar.gz
tde-style-qtcurve-f77e5f19e61db1c7f4a96852440c8912cc8dfb2f.zip
Updated to QtCurve version 1.8.5
Based on the original LGPL 2.1 QtCurve code from Craig Drummond <[email protected]> available at https://github.com/KDE/qtcurve Signed-off-by: TCH <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cff5cb..573b476 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+1.8.5
+-----
+1. Allow scrollbar sliders to be as thin as 5 pixels. At this setting, sliders
+ will be squared.
+
+1.8.4
+-----
+1. Fix crash upon exit - due to double free.
+
+1.8.3
+-----
+1. If a gradient uses alpha, then blen gradient colour with background
+ colour - as Qt3 does not support painting with an alpha channel.
+
+1.8.2
+-----
+1. When hiding shortcuts, only show these if widget is enabled.
+2. Slightly clean-up code.
+
+1.8.1
+-----
+1. Safer handling of hidden shortcut underscore in popup menus. Only keep
+ track of menu widget, not its ancestors.
+2. If hiding keyboard shortcut underlines: Keep track of open popup menus,
+ and only show keyboard short cut for the current one.
+
+1.8.0
+-----
+1. Add option to not display keyboard shortcurt underline until 'Alt' is
+ pressed.
+2. Add options to specify appearance of toolbar buttons.
+3. Allow to use popup menu shade factor when colouring as per menubar.
+4. If highlighting scrollviews, and allow mouse-over for entries, also allow
+ mouse-over for scrollviews.
+
1.7.1
-----
1. Remove box around arrow in listview lines - to match Gtk better.