Skip to content

Releases: OlivierLDff/Qaterial

v1.5.2

04 Jan 17:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

12 Sep 08:28
56babd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

21 Aug 09:58
7a7b207
Compare
Choose a tag to compare

From this release the library v1 enter in maintenance mode. I just want to support Qt6 so I can go along with my projects.
I think a mistake of this library is that it wanted to do more than just Material components, ie be it's own framework and stuff.

I will eventually work on a v2 of this library, only time will tell. I think my stand now is more about you should just copy and paste qml file between projects it's much more easier to maintain.

This v1.5 introduce 2 main changes:

  • Qt6 support (and drop Qt5 at the same time, maintain both would be too much hassle, we have git and branch for that)
  • Nix Flake support (so you can easily take dependency to qaterial, and don't build it twice). This also create an easy to use dev env. Replicable.

What's Changed

Full Changelog: v1.4.12...v1.5.0

v1.4.12

30 Apr 00:12
c2f32d2
Compare
Choose a tag to compare

What's Changed

  • 🔧 CMakePresets: Always set binaryDir by @OlivierLDff in #155
  • 🔧 Don't download FetchGoogleFontCMake script of no fonts are to be fetched by @OlivierLDff in #154
  • 🔧 CMake: generate qmldir out of source tree to keep it read-only by @OlivierLDff in #156

Full Changelog: v1.4.11...v1.4.12

v1.4.11

28 Apr 00:32
bc63c02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.10...v1.4.11

v1.4.10

27 Mar 16:21
488b4d4
Compare
Choose a tag to compare

What's Changed

  • 🐛 DialogManager showOpenFilesDialog correctly forward call by @OlivierLDff in #149
  • 🐛 Fix QATERIAL_ENABLE_ICONS=OFF in CMake config by @OlivierLDff in #151

Full Changelog: v1.4.9...v1.4.10

v1.4.9

19 Apr 16:22
cf5a5ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.8...v1.4.9

v1.4.8

19 Apr 07:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.7...v1.4.8

v1.4.7

17 Apr 09:39
96a47c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.6...v1.4.7

v1.4.6

11 Oct 15:30
Compare
Choose a tag to compare

Bug fix

🐛 Clipboard: fix potential nullptr access to QGuiApplication::clipboard() (happen in production somehow ...)
3970f4b

🐛 Fix TextArea.onTextChanged not emitted properly
This fix is temporary. TextArea require entire refactor instead of ugly hack
fix #114
Thanks to @moodyhunter
9753c72

🐛 ColorTheme: Fix potential division by 0
dbd1697

Refactor

♻️ QColor *F accessors use float instead of double with Qt6
merged from : #111
Thanks to @moodyhunter
1210dc9

♻️ RegExpValidator to RegularExpressionValidator
merged from : #111
Thanks to @moodyhunter
db9501b

♻️ Only set Qt::AA_EnableHighDpiScaling for Qt5
AA_EnableHighDpiScaling is enabled by default on qt6
merged from : #111
Thanks to @moodyhunter
b5a7177

CMake

🔇 Disable Qaterial CMake log when project is included.
Log can be enabled by user using QATERIAL_VERBOSE
e2640ee

♻️ Dump cmake config after install commands
d7c4f3b