Skip to content

Releases: ddobrev/QtSharp

For releases go to https://gitlab.com/ddobrev/QtSharp/tags

17 Sep 21:43
Compare
Choose a tag to compare

QtSharp-0.7.1-Qt-5.8.0-MinGW

10 Feb 01:02
Compare
Choose a tag to compare
Pre-release

Fixed crashes when calling certain constructors and destructors.

QtSharp-0.7.0-Qt-5.8.0-MinGW

05 Feb 01:15
Compare
Choose a tag to compare
Pre-release

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

17 Sep 11:58
Compare
Choose a tag to compare
Pre-release

Removed all mappings to C# structures because their empty constructors are not correctly wrapped yet.

QtSharp-0.6.0-Qt-5.7.0-MinGW

13 Sep 23:17
Compare
Choose a tag to compare
Pre-release

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

12 Jun 13:32
Compare
Choose a tag to compare
Pre-release

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

11 Jun 23:48
Compare
Choose a tag to compare
Pre-release

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

21 Dec 03:35
Compare
Choose a tag to compare
Pre-release

Properly wrapped non-virtual destructors in derived types.

QtSharp-0.0.7-Qt-5.5.1-MinGW

12 Dec 00:04
Compare
Choose a tag to compare
Pre-release

Added libraries wrapping QtQuickWidgets and QtMultimediaWidgets, to the set of bindings.

QtSharp-0.0.6-Qt-5.5.1-MinGW

11 Dec 01:56
Compare
Choose a tag to compare
Pre-release

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.