All Versions
18
Latest Version
Avg Release Cycle
78 days
Latest Release
86 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.2.8 Changes
February 25, 2022- Fix qttype crate always being rebuilt (#252)
-
v0.2.7 Changes
February 23, 2022- Expand the API of QStringList, QString
- Expand the API of QJSValue
- Added QVariantMap
- Add wrapper around qmlRegisterModule
- Fix compilation with Qt 6.3 and MSVC
- qttypes: Expose the flags through a COMPILE_FLAGS env variable
-
v0.2.6 Changes
November 19, 2021- Fix build when Qt is not found and the required feature is off
-
v0.2.5 Changes
November 19, 2021- Completed QColor API
- Added wrapper around QJSon* types, QPainter, QPen, QBrush, QLineF
- Added QQuickPaintedItem
- Fixes to the qttype build script
-
v0.2.4 Changes
September 30, 2021- ๐ Fixed build with Qt < 5.8 and >= 6.2
-
v0.2.3 Changes
August 11, 2021โ Added
- Tutorial on adding Rust wrappers #171.
- QCoreApplication: wrappers around public static getters & setters #185.
๐ Deprecated
- ๐ Rename QObjectDescription in favor of its new name RustQObjectDescriptor #172.
โ Removed
- No longer set QT_SELECT environment variable when running qmake #173.
๐ Fixed
- ๐ Build scripts improvements #174, d7c6587.
- Symbol required for the QEnum macro are in the prelude
-
v0.2.2 Changes
June 28, 2021- Added QVariant conversion from QObjectPinned
- Added release_resources to QQuickItem
- Fix non-MSVC Windows build and cross compilation
- Fixed SimpleListItem when not QVariant or QByteArray are not in scope
-
v0.2.1 Changes
May 22, 2021- Qt6 support
- allow to select qt with env variables QT_INCLUDE_PATH and QT_LIBRARY_PATH
- Added more features to link to more modules
- Added a prelude
- Set the rpath on linux
-
v0.2.0
April 21, 2021 -
v0.1.4
November 03, 2019