Changelog for package python_qt_binding
0.2.19 (2016-03-31)
- add QtWidgets for forward compatibility with Qt5, it only allows writing plugins targeting both version but not to make this branch compatible with Qt5 (#31)
- fix check if sip is available
- print full stacktrace
0.2.18 (2016-03-17)
- remove LGPL and GPL from licenses, all code is BSD (#27)
0.2.17 (2015-09-19)
- change import order of builtins to work when the 'future' package is installed in Python 2 (#24)
0.2.16 (2015-05-04)
- use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)
0.2.15 (2015-04-23)
- support PyQt4.11 and higher when built with configure-ng.py (#13)
- __builtin__ became builtins in Python 3 (#16)
0.2.14 (2014-07-10)
- add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
- fix finding specific version of PythonLibs with CMake 3 (#11)
- fix sip_helper to use python header dirs on OS X (#12)
0.2.13 (2014-05-07)
- fix sip arguments when path contains spaces
0.2.12 (2014-01-08)
- python 3 compatibility
- fix sip bindings when paths contain spaces (#9)
0.2.11 (2013-08-21)
- allow overriding binding order
- allow to release python_qt_binding as a standalone package to PyPI (#5)
0.2.10 (2013-06-06)
- refactor loadUi function to be documentable (#2)
0.2.9 (2013-04-19)
0.2.8 (2013-01-13)
0.2.7 (2012-12-21)
- first public release for Groovy