aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtOpenGL
Commit message (Collapse)AuthorAgeFilesLines
* Wrap licenses of the XML[.in] files in C++ commentsFriedemann Kleint2016-10-191-34/+38
| | | | | | | | | The license checker is currently unable to handle XML files; it matches C++ comments. Task-number: PYSIDE-431 Change-Id: Ife6020f2fa666e2fc86e795b4b73f2e05ffed1b3 Reviewed-by: Christian Tismer <tismer@stackless.com>
* Build QtOpenGL supportChristian Tismer2016-10-192-7/+8
| | | | | | | | | | | | | | | I had to correct the inheritance - QtOpenGL is dependent of QtWidgets. QtGui is not sufficient. Enabled the QtOpenGL tests as well. We also prepared the transition from Qt5WebKit to Qt5WebEngine, because since Qt 5.6 Qt5WebKit is removed and the tests are never enabled. Task-number: PYSIDE-314 Task-number: PYSIDE-320 Change-Id: I9b6c0a92470b5a8c1cdaf2723f918bf4dcd715c0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Updated license headers of the typesystem XML filesFriedemann Kleint2016-09-271-17/+34
| | | | | Change-Id: Icc28e8b45d9327dc0786e006ab9d414fc24668ee Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* finally, pyside needs to be renamed in the XML filesChristian Tismer2015-09-221-1/+1
| | | | | The XML names like "PySide.QtCore" go into the binaries for import, so it is necessary to change them all. There are also hundreds of Python files which must bechanged, as well.
* not-so-small fix to the huge change.Christian Tismer2015-09-211-1/+1
| | | | | | I just understood what is needed to define a package: The files PySide2Config(...).cmake are crucial, the project names have little to do with that.
* huge change on project layout.Christian Tismer2015-09-212-0/+786
The intention is to have PySide2 and Shiboken2 as project names, to allow for co-existence of PySide and PySide2. This is the first version that builds with these settings on OS X: $ python3 setup.py build --debug --no-examples --ignore-git --qmake=/usr/local/Cellar/qt5/5.5.0/bin/qmake --jobs=9 This is not yet tested.