Skip to content

Tags: Skubanuuus/QtSharp

Tags

0.7.3

Toggle 0.7.3's commit message
Fixed a crash when creating an object while handling a Qt meta-call.

0.7.2

Toggle 0.7.2's commit message
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

Toggle 0.7.1's commit message
Fixed crashes when calling inlined constructors and destructors.

Signed-off-by: Dimitar Dobrev <[email protected]>

0.7.0

Toggle 0.7.0's commit message
Parallelised the compilation of inlines thus significantly speeding i…

…t up.

0.6.2

Toggle 0.6.2's commit message
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 <[email protected]>

0.6.1

Toggle 0.6.1's commit message
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 <[email protected]>

0.6.0

Toggle 0.6.0's commit message
Released bindings for Qt 5.7.0.

Signed-off-by: Dimitar Dobrev <[email protected]>

0.5.1

Toggle 0.5.1's commit message
Fixed a regression - Qt events did not work at all. Also restored the…

… ability to handle them.

Signed-off-by: Dimitar Dobrev <[email protected]>

0.5.0

Toggle 0.5.0's commit message
Extended Qt# and updated C++# so that the entire Qt can be wrapped.

Signed-off-by: Dimitar Dobrev <[email protected]>

0.0.8

Toggle 0.0.8's commit message
Properly wrapped non-virtual destructors in derived types.

Signed-off-by: Dimitar Dobrev <[email protected]>