All Versions
10
Latest Version
Avg Release Cycle
71 days
Latest Release
2403 days ago

Changelog History

  • v0.7.3

    September 19, 2017
  • v0.7.1 Changes

    February 10, 2017

    ๐Ÿ›  Fixed crashes when calling certain constructors and destructors.

  • v0.7.0 Changes

    February 05, 2017

    The bindings are now for Qt 5.8.
    โฌ‡ Decreased the size of inlines 24 times, from 60 to 2,5 MB total size.

  • v0.6.2

    October 01, 2016
  • v0.6.1 Changes

    September 17, 2016

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

  • v0.6.0 Changes

    September 13, 2016

    ๐Ÿ’ฅ 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).

  • v0.5.1 Changes

    June 12, 2016

    ๐Ÿ›  Fixed a regression - Qt events did not work at all. Also restored the ability to handle them.

  • v0.5.0 Changes

    June 11, 2016

    ๐Ÿš€ This release contains bindings for all Qt modules. The only exceptions are QML-only modules for which dedicated language bindings make no sense.

  • v0.0.8 Changes

    December 21, 2015

    Properly wrapped non-virtual destructors in derived types.