Skip to content

Releases: FedoraQt/adwaita-qt

Adwaita-qt 1.4.2

20 Sep 08:23
Compare
Choose a tag to compare

Fixes

  • Fixed plugin path for Qt6
  • Switch between dark/light variant on runtime on QEvent::PaletteChange
  • Qt5X11Extras is an optional dependency
  • UI: QMenu improvements
  • Fixed placeholder text color for Qt6

Adwaita-qt 1.4.1

10 Nov 10:28
Compare
Choose a tag to compare

Changes

  • Support for Qt6 build with CMake option -DUSE_QT6=true

Fixes

  • QProgressBar: correctly get information whether we should render horizontal or vertical bar

Adwaita-qt 1.4.0

24 Aug 09:09
Compare
Choose a tag to compare

Changes

  • Base colors are now parsed from stylesheets provided by GTK 4 (currently GTK 4.4)
  • Added variants for HighContrast and HighContrastInverse

Adwaita-qt 1.3.1

02 Jun 10:27
Compare
Choose a tag to compare

Fixes

  • Fixed wrongly advertised version
  • Fixed compatibility with older versions
  • Fixed QTabWidget issue where tabs were stretched to full width/height

Adwaita-qt 1.3.0

17 May 09:03
Compare
Choose a tag to compare

Changes from 1.2.0

  • Adwaita-qt library now provides Adwaita::Renderer class to render Adwaita components

Adwaita-qt 1.2.1

22 Mar 08:26
Compare
Choose a tag to compare

Fixed CMake module for Adwaita library:

  • Define ADWAITAQT_LIBRARIES variable
  • Define ADWAITAQT_INCLUDE_DIRS variable

Adwaita-qt 1.2.0

09 Nov 08:34
Compare
Choose a tag to compare

Changes from 1.1.0

  • Adwaita-qt now provides a library providing Adwaita specific colors
  • Checkbox: removed space before indicator for better consistency with other widgets
  • Qt4 version is no longer supported
  • Adwaita-qt can be successfuly build on Windows and Mac OS

Adwaita-qt 1.1.4

29 May 12:26
Compare
Choose a tag to compare

Do not set color to views which don't use our palette

Adwaita-qt 1.1.3

15 May 11:04
Compare
Choose a tag to compare

Fixes

Adwaita-qt 1.1.2

11 May 19:09
Compare
Choose a tag to compare

Changes

  • Correctly set Light, Midlight, Mid and Dark colors
  • Specify XCB types correctly to avoid crash on 32-bit systems
  • QMenu: allow icons
  • QMenu: move text in submenus to avoid having arrow ipainted over accelerator
  • QTreeView: don't use different colors for unfocused views
  • QCheckBox/QRadioButton: update colors to match latest adwaita changes
  • Implement standardPalette() which might be used by some applications