Releases: filcuc/dotherside
Releases · filcuc/dotherside
v0.8.2
What's Changed
- Fixed windows compilation removing warnings by @filcuc in #104
- Fixed further problems with QAIM instantiated from QML
Full Changelog: v0.8.1...v0.8.2
v0.8.0
- Added support for QObject connections
- Added support for ULongLong and LongLong in QVariant
v0.7.1
- Removed deprecated methods
v0.7.0
- Added support for QPointer
- Added basic support for QObject::connect and disconnect
- Added functions for mangling SLOT and SIGNAL macros
v0.6.3
- Added soversion and version to CMake
- Fixed #57: Added support for QModelIndex internal pointer
- Added support for QAbstractItemModel::hasIndex
v0.6.2
Version 0.6.2
- Added Qt 5.8 package to Windows release and remove Qt 5.5 and 5.7
v0.6.1
Version 0.6.1
- Fixed compilation on windows with Visual studio 2013 and 2015
Version 0.6.0
- Fixed #48: Added support QAbstractItemModel and QAbstractTableModels
- Added missing canFetchMore, fetchMore, hasChildren callbacks
- Fixed #46: Added support for index, createIndex
- Fixed #45: Added support for setting the qml signal names (old behaviour was arg0, arg1..)