Releases: FedoraQt/QAdwaitaDecorations
Releases · FedoraQt/QAdwaitaDecorations
0.1.6
QAdwaitaDecorations 0.1.5
What's Changed
- Titlebar: use bold font when detected over portal by @grulja in #54
- Make smaller button spacing to better match GTK 4 by @grulja in #55
- Update colors based on latest libadwaita by @grulja in #56
- Add pressed state for windows buttons by @grulja in #61
- Fix double-click detection by @grulja in #62
Full Changelog: 0.1.4...0.1.5
0.1.4
What's Changed
- Check decorations exist before setting the dirty flag for repaint by @grulja in #42
- Fix indentation of buttons when placed on the left side by @grulja in #43
- Apply correct order to titlebar buttons by @grulja in #44
- Add Adwaita icon theme as a fallback by @grulja in #45
- Backport upstream fixes and improvements made to Bradient by @grulja in #49
Full Changelog: 0.1.3...0.1.4
QAdwaitaDecorations 0.1.3
Changes
- Fixed titlebar height for Qt5 version
- Fixed a crash in certain applications (#34)
- Added some reasonable logging for debugging theme issues (with
QT_LOGGING_RULES=qt.qpa.qadwaitadecorations=true
)
QAdwaitaDecorations 0.1.2
Changes
- Allow to build against non-patched Qt5
- Fix for broken PyQt usage
- Increased corner radius to better match Gtk4 style
- Fix for gray stripe in shadows on dark background
QAdwaitaDecorations 0.1.1
Changes
- Draw button icons using SVG icons from system theme (#15)
QAdwaitaDecorations 0.1.0
First release
- First version of a new Qt decoration plugin implementing Adwaita-like client-side decorations. This version is based on QGnomePlatform decorations, while dropping dependencies on Gtk and Adwaita-qt libraries. Also the buttons have been reimplemented to match Gtk4/Libadwaita style.