Skip to content

Commit 1cc9275

Browse files
committed
README.md: Fix formatting
1 parent 1a8b9ae commit 1cc9275

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ This repository contains 7 branches:
4747

4848
### patched-7
4949
* 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.
5252

5353
### patched-6
5454
* Based on patched-5 + [r403](http://sourceforge.net/p/pythonqt/code/403/)
5555
* List of bug fixes:
56-
* Fix for memory leaks and cleanup crash
56+
* Fix for memory leaks and cleanup crash
5757
* Includes the following PythonQt updates:
5858
```
5959
$ git shortlog 2d445d5..e93e36b --no-merges
@@ -71,55 +71,55 @@ florianlink (8):
7171
### patched-5
7272
* Based on patched-4 + [r403](http://sourceforge.net/p/pythonqt/code/403/) excluding commit [r397](http://sourceforge.net/p/pythonqt/code/397/)
7373
* List of bug fixes:
74-
* Fix for memory leaks and cleanup crash
74+
* Fix for memory leaks and cleanup crash
7575
* 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
8282

8383
### patched-4
8484
* Based on patched-3 + [r245](http://sourceforge.net/p/pythonqt/code/245/)
8585
* 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.
8989

9090
### patched-3
9191
* 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/)
9393

9494
### patched-2
9595

9696
* Based on [r228](http://sourceforge.net/p/pythonqt/code/228/)
9797
* 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)
109109
* 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/)
112112

113113
### patched
114114

115115
* Based on [r193](http://sourceforge.net/p/pythonqt/code/193/)
116116
* 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
122-
* [More details](https://github.com/commontk/PythonQt/compare/svn-mirror...patched)
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
122+
* [More details](https://github.com/commontk/PythonQt/compare/svn-mirror...patched)
123123

124124
### svn-mirror
125125

0 commit comments

Comments
 (0)