Skip to content

Tags: ddobrev/QtSharp

Tags

0.7.3

Fixed a crash when creating an object while handling a Qt meta-call.

0.7.2

QtSharp 0.7.2 for Qt 5.9.1.

Bindings for the constructors of QImage and QPixmap taking arrays.
Bindings for QGraphicsScene::drawItems, QGraphicsView::drawItems and QAbstractVideoBuffer::mapPlanes.

0.7.1

Fixed crashes when calling inlined constructors and destructors.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>

0.7.0

Parallelised the compilation of inlines thus significantly speeding i…

…t up.

0.6.2

Moved the inlines for GPL-only/commercial-only modules to a separate …

…library.

This way people who don't want to use GPL-ed code can safely do so.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>

0.6.1

Removed all mappings to C# structures because their empty constructor…

…s are not correctly wrapped yet.

Also had to update C++# because some of the default parameters which used structures exposed problems when they were changed to use classes.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>

0.6.0

Released bindings for Qt 5.7.0.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>

0.5.1

Fixed a regression - Qt events did not work at all. Also restored the…

… ability to handle them.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>

0.5.0

Extended Qt# and updated C++# so that the entire Qt can be wrapped.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>

0.0.8

Properly wrapped non-virtual destructors in derived types.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>