Releases: ddobrev/QtSharp
For releases go to https://gitlab.com/ddobrev/QtSharp/tags
QtSharp-0.7.1-Qt-5.8.0-MinGW
Fixed crashes when calling certain constructors and destructors.
QtSharp-0.7.0-Qt-5.8.0-MinGW
The bindings are now for Qt 5.8.
Decreased the size of inlines 24 times, from 60 to 2,5 MB total size.
QtSharp-0.6.1-Qt-5.7.0-MinGW
Removed all mappings to C# structures because their empty constructors are not correctly wrapped yet.
QtSharp-0.6.0-Qt-5.7.0-MinGW
BREAKING: The bindings are now named according to the pattern:
Qt<module>.Sharp
instead of:
Qt<module>Sharp
All users are asked to update their project files.
Added bindings for the new modules in Qt 5.7 - Charts, Data Visualization, Purchasing.
Fixed the passing of pointers as their secondary bases (if any), such as QPainter(QPaintDevice).
QtSharp-0.5.1-Qt-5.6.1-MinGW
Fixed a regression - Qt events did not work at all. Also restored the ability to handle them.
QtSharp-0.5.0-Qt-5.6.1-MinGW
This release contains bindings for all Qt modules. The only exceptions are QML-only modules for which dedicated language bindings make no sense.
QtSharp-0.0.8-Qt-5.5.1-MinGW
Properly wrapped non-virtual destructors in derived types.
QtSharp-0.0.7-Qt-5.5.1-MinGW
Added libraries wrapping QtQuickWidgets and QtMultimediaWidgets, to the set of bindings.
QtSharp-0.0.6-Qt-5.5.1-MinGW
Added libraries wrapping QtQuick and QtMultimedia, to the set of bindings.
Important: the wrapper for QtQuick is only for the library, QML integration with C# has not been added yet.