Skip to content

Releases: FedoraQt/QAdwaitaDecorations

QAdwaitaDecorations 0.1.5

20 Mar 09:10
8f7357c
Compare
Choose a tag to compare

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

26 Jan 09:19
f0fc0e7
Compare
Choose a tag to compare

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

16 Oct 07:49
795bd8d
Compare
Choose a tag to compare

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

27 Sep 07:55
Compare
Choose a tag to compare

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

11 Sep 12:22
f99e7ef
Compare
Choose a tag to compare

Changes

  • Draw button icons using SVG icons from system theme (#15)

QAdwaitaDecorations 0.1.0

16 Aug 06:58
8ef4b78
Compare
Choose a tag to compare

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.