You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Based on [MeVisLab/pythonqt@c07f09fd](https://github.com/MeVisLab/pythonqt/commit/c07f09fd) with:
99
+
* all changes from ``patched-8`` cherry-picked expect:
100
+
*`Fix refcount problems seen when re-initializing Python after finalizing` already integrated as [MeVisLab/pythonqt@5e0d26c01ff](https://github.com/MeVisLab/pythonqt/commit/5e0d26c01ff) (`fixed ref counting of types`)
101
+
*`Explicitly initialize global storage containers` already integrated as [MeVisLab/pythonqt@170d4a475](https://github.com/MeVisLab/pythonqt/commit/170d4a475) (`reimplemented argument frame caching (previous approach was not thread-safe when GIL is used)`)
102
+
*`Expose QSocketNotifier for Qt5` already integrated as [MeVisLab/pythonqt@518765494d](https://github.com/MeVisLab/pythonqt/commit/518765494d) (`updated wrappers to contain QSocketNotifier and recent generator changes`)
103
+
* Add support for building 511 wrappers
104
+
* cmake: Add missing source file
96
105
97
106
### patched-8
98
-
* Remove explicit setup of `INSTALL_NAME_DIR`. See PR [#59](https://github.com/commontk/PythonQt/pull/59)
99
107
* Based on [r455](http://sourceforge.net/p/pythonqt/code/455/) with:
100
108
* revert of [r444](http://sourceforge.net/p/pythonqt/code/444/)
101
109
* all changes from ``patched-7`` cherry-picked.
102
110
* add support for build wrapping for Qml and Quick components
103
111
* improve Qt5 support and remove Qt4 support
112
+
* Remove explicit setup of `INSTALL_NAME_DIR`. See PR [#59](https://github.com/commontk/PythonQt/pull/59)
104
113
* add patch from @pieper fixing wrapping of `QSocketNotifier` (see [PR#63](https://github.com/commontk/PythonQt/pull/63) and [message](https://sourceforge.net/p/pythonqt/discussion/631392/thread/c989429c/) on PythonQt mailinglist)
114
+
* Fix windows build error renaming stdout ivar
115
+
* Add support for enabling stdout/stderr redirection
116
+
* Fix setRedirectStdInCallbackEnabled
105
117
106
118
### patched-7
107
119
* Based on [r443](http://sourceforge.net/p/pythonqt/code/443/) with:
0 commit comments