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
Copy file name to clipboardExpand all lines: README.md
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ This repository contains 7 branches:
47
47
48
48
### patched-7
49
49
* Based on [r443](http://sourceforge.net/p/pythonqt/code/443/) with:
50
-
* partial revert of [r431](http://sourceforge.net/p/pythonqt/code/431/) to re-enable CMake support
51
-
* all changes from ``patched-6`` cherry-picked.
50
+
* partial revert of [r431](http://sourceforge.net/p/pythonqt/code/431/) to re-enable CMake support
51
+
* all changes from ``patched-6`` cherry-picked.
52
52
53
53
### patched-6
54
54
* Based on patched-5 + [r403](http://sourceforge.net/p/pythonqt/code/403/)
55
55
* List of bug fixes:
56
-
* Fix for memory leaks and cleanup crash
56
+
* Fix for memory leaks and cleanup crash
57
57
* Includes the following PythonQt updates:
58
58
```
59
59
$ git shortlog 2d445d5..e93e36b --no-merges
@@ -71,55 +71,55 @@ florianlink (8):
71
71
### patched-5
72
72
* Based on patched-4 + [r403](http://sourceforge.net/p/pythonqt/code/403/) excluding commit [r397](http://sourceforge.net/p/pythonqt/code/397/)
73
73
* List of bug fixes:
74
-
* Fix for memory leaks and cleanup crash
74
+
* Fix for memory leaks and cleanup crash
75
75
* List of features:
76
-
* CMake:
77
-
* Fix install rules
78
-
* Fix "_invalid_parameter_noinfo_noreturn" link error
79
-
* PythonQt:
80
-
* Add Qt5 support
81
-
* Add PY3K support
76
+
* CMake:
77
+
* Fix install rules
78
+
* Fix "_invalid_parameter_noinfo_noreturn" link error
79
+
* PythonQt:
80
+
* Add Qt5 support
81
+
* Add PY3K support
82
82
83
83
### patched-4
84
84
* Based on patched-3 + [r245](http://sourceforge.net/p/pythonqt/code/245/)
85
85
* List of features:
86
-
* Add BUILD_TESTING option disabled by default to keep behavior consistent with previous version.
87
-
* Do not exclude enums from wrapping if they are QFlags.
88
-
* Ensure enums added using only Q_FLAGS without corresponding Q_ENUMS are wrapped.
86
+
* Add BUILD_TESTING option disabled by default to keep behavior consistent with previous version.
87
+
* Do not exclude enums from wrapping if they are QFlags.
88
+
* Ensure enums added using only Q_FLAGS without corresponding Q_ENUMS are wrapped.
89
89
90
90
### patched-3
91
91
* Backported:
92
-
* Most of the [change specific to](https://github.com/commontk/PythonQt/compare/e2dce4b...patched-2)`patched-2` branch have been backported upstream: [r241](http://sourceforge.net/p/pythonqt/code/241/), [r242](http://sourceforge.net/p/pythonqt/code/242/), [r243](http://sourceforge.net/p/pythonqt/code/243/)
92
+
* Most of the [change specific to](https://github.com/commontk/PythonQt/compare/e2dce4b...patched-2)`patched-2` branch have been backported upstream: [r241](http://sourceforge.net/p/pythonqt/code/241/), [r242](http://sourceforge.net/p/pythonqt/code/242/), [r243](http://sourceforge.net/p/pythonqt/code/243/)
93
93
94
94
### patched-2
95
95
96
96
* Based on [r228](http://sourceforge.net/p/pythonqt/code/228/)
97
97
* List of features:
98
-
* At configuration time, detect the Qt version used and seamlessly compile the appropriate wrappers (Qt 4.8, 4.7 or 4.6).
99
-
* Add method allowing to know if a python error occurred: [5935f29](https://github.com/commontk/PythonQt/commit/5935f29978deed892a13ddef02cb14c205c6124d)
100
-
* Also add associated method "resetErrorFlag": [a386dc60](https://github.com/commontk/PythonQt/commit/a386dc60f71c15e67c611bc31b26cee756ed833a)
101
-
* Fix compilation issue on VS2010 when PythonQt Debug build against python Release: [7e1e07f](https://github.com/commontk/PythonQt/commit/7e1e07f34b2420e420e2858e5ea9a49fe1e0d235)
102
-
* Add option Add PythonQt_Wrap_QtAll: [97df3b0](https://github.com/commontk/PythonQt/commit/97df3b0845b3f5c987d3141a9e651436882f5913) and [9104fa9](https://github.com/commontk/PythonQt/commit/9104fa924859f4a865016f2138c06ec856f449d4)
103
-
* Ensure all 4.8 generated wrappers are considered: [654f324](https://github.com/commontk/PythonQt/commit/654f3249d1cf3f3ff674b2ff6cca7a2ef3517f60)
104
-
* Update "PythonQtPythonInclude.h" to avoid build error on recent MacOSX: [7b8ee130](https://github.com/commontk/PythonQt/commit/7b8ee13058bc0b366983ce8228612e75f8dd9ca8) and [47738f9c](https://github.com/commontk/PythonQt/commit/47738f9c8c5d3ffa77c8f2e1844f899e5b548f0c)
105
-
* Update "PythonQtPythonInclude.h" to fix windows build issue when PythonQt Debug build against python Release[6366f00](https://github.com/commontk/PythonQt/commit/6366f002a93aa238c55f58de949d09c552cda5a9)
106
-
* Optionally include CTestUseLaunchers: [211440](https://github.com/commontk/PythonQt/commit/2114405a47836b3fb16a3f66fec6a02184f32e71)
107
-
* Add SystemExit exception handler. If enabled, the signal "systemExitExceptionRaised" will be emitted. It gives application the opportunity to cleanup and terminate nicely: [3c84463d](https://github.com/commontk/PythonQt/commit/3c84463d3fc4a99c94207c1116ba33d7a412a95f)
108
-
* Add "isatty" function to StdOutRedirect. Needed by some logging frame: [7132dba9](https://github.com/commontk/PythonQt/commit/7132dba93064c2a02591b42305fecdd5d59702d3)
98
+
* At configuration time, detect the Qt version used and seamlessly compile the appropriate wrappers (Qt 4.8, 4.7 or 4.6).
99
+
* Add method allowing to know if a python error occurred: [5935f29](https://github.com/commontk/PythonQt/commit/5935f29978deed892a13ddef02cb14c205c6124d)
100
+
* Also add associated method "resetErrorFlag": [a386dc60](https://github.com/commontk/PythonQt/commit/a386dc60f71c15e67c611bc31b26cee756ed833a)
101
+
* Fix compilation issue on VS2010 when PythonQt Debug build against python Release: [7e1e07f](https://github.com/commontk/PythonQt/commit/7e1e07f34b2420e420e2858e5ea9a49fe1e0d235)
102
+
* Add option Add PythonQt_Wrap_QtAll: [97df3b0](https://github.com/commontk/PythonQt/commit/97df3b0845b3f5c987d3141a9e651436882f5913) and [9104fa9](https://github.com/commontk/PythonQt/commit/9104fa924859f4a865016f2138c06ec856f449d4)
103
+
* Ensure all 4.8 generated wrappers are considered: [654f324](https://github.com/commontk/PythonQt/commit/654f3249d1cf3f3ff674b2ff6cca7a2ef3517f60)
104
+
* Update "PythonQtPythonInclude.h" to avoid build error on recent MacOSX: [7b8ee130](https://github.com/commontk/PythonQt/commit/7b8ee13058bc0b366983ce8228612e75f8dd9ca8) and [47738f9c](https://github.com/commontk/PythonQt/commit/47738f9c8c5d3ffa77c8f2e1844f899e5b548f0c)
105
+
* Update "PythonQtPythonInclude.h" to fix windows build issue when PythonQt Debug build against python Release[6366f00](https://github.com/commontk/PythonQt/commit/6366f002a93aa238c55f58de949d09c552cda5a9)
106
+
* Optionally include CTestUseLaunchers: [211440](https://github.com/commontk/PythonQt/commit/2114405a47836b3fb16a3f66fec6a02184f32e71)
107
+
* Add SystemExit exception handler. If enabled, the signal "systemExitExceptionRaised" will be emitted. It gives application the opportunity to cleanup and terminate nicely: [3c84463d](https://github.com/commontk/PythonQt/commit/3c84463d3fc4a99c94207c1116ba33d7a412a95f)
108
+
* Add "isatty" function to StdOutRedirect. Needed by some logging frame: [7132dba9](https://github.com/commontk/PythonQt/commit/7132dba93064c2a02591b42305fecdd5d59702d3)
109
109
* Backported:
110
-
* Most of the [change specific to](https://github.com/commontk/PythonQt/compare/svn-mirror...patched)`patched` branch have been backported upstream: [r200](http://sourceforge.net/p/pythonqt/code/200/), [r201](http://sourceforge.net/p/pythonqt/code/201/), [r202](http://sourceforge.net/p/pythonqt/code/202/), [r203](http://sourceforge.net/p/pythonqt/code/203/), [r204](http://sourceforge.net/p/pythonqt/code/204/)
111
-
* CMake option `PYTHONQT_USE_VTK` has been removed ([r205](http://sourceforge.net/p/pythonqt/code/205/)), the foreign wrapper mechanism should be used: [r206](http://sourceforge.net/p/pythonqt/code/206/)
110
+
* Most of the [change specific to](https://github.com/commontk/PythonQt/compare/svn-mirror...patched)`patched` branch have been backported upstream: [r200](http://sourceforge.net/p/pythonqt/code/200/), [r201](http://sourceforge.net/p/pythonqt/code/201/), [r202](http://sourceforge.net/p/pythonqt/code/202/), [r203](http://sourceforge.net/p/pythonqt/code/203/), [r204](http://sourceforge.net/p/pythonqt/code/204/)
111
+
* CMake option `PYTHONQT_USE_VTK` has been removed ([r205](http://sourceforge.net/p/pythonqt/code/205/)), the foreign wrapper mechanism should be used: [r206](http://sourceforge.net/p/pythonqt/code/206/)
112
112
113
113
### patched
114
114
115
115
* Based on [r193](http://sourceforge.net/p/pythonqt/code/193/)
116
116
* List of features:
117
-
* CMake'ified PythonQt project
118
-
* CMake'ified PythonQt/generator project
119
-
* Add `dPython.h` file, it provides the ability to link against release python with a debug build of your project.
120
-
* Option `PYTHONQT_USE_VTK` CMake option allowing to teach PythonQt how to deal with `vtkObject`
121
-
* Stdin can optionally be redirected to a custom callback
0 commit comments