diff options
author | TCH <[email protected]> | 2020-04-27 23:49:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-04-29 22:12:33 +0900 |
commit | 579d92c0eb2b0f96de01cccf2c7f08d794d87509 (patch) | |
tree | b422031eaada85613cbb795a6199ed609ed8639e /ChangeLog | |
parent | 87c411bee01942ebba9434f421be940d9871f188 (diff) | |
download | tde-style-qtcurve-579d92c0eb2b0f96de01cccf2c7f08d794d87509.tar.gz tde-style-qtcurve-579d92c0eb2b0f96de01cccf2c7f08d794d87509.zip |
Updated to QtCurve version 1.7.1.
Based on the original GPL2 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]>
(cherry picked from commit 82fe64d550d8754266109084f82dd56cc8a04f49)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +1.7.1 +----- +1. Remove box around arrow in listview lines - to match Gtk better. + +1.7.0 +----- + 1. Add option to use tiled pixmap as background for windows and menus. + 2. Draw line focus for items that cannot use glow focus. + 3. Use popup menu gradient's border setting to determine border type of menus. + 4. Add option to draw standard, raised, or joined toolbar buttons. + 5. Add option to use thinner frames, focus, etc. + 6. If not rounding, enable all 'square' options. + 7. Store background colour setting in XProperty - so that this can be used by + QtCurve twin decoration. + 8. Implement shading popup menus as per memubar settings. + 9. Fix segfault when obtaining MDI colours. +10. Dont overwrite user supplied CMAKE_INSTALL_PREFIX + 1.6.2 ----- 1. Disable the support for 'fix parent-less dialog' option - this causes too many |