aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtXmlPatterns/typesystem_xmlpatterns.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings when generating bindings for QtXmlPatternsFriedemann Kleint2017-04-201-5/+8
| | | | | | | | | | | | | | Add the typedefs and fix the signatures. Fixes: signature 'QXmlName(short,short,short)' for function modification in 'QXmlName' not found. Possible candidates: QXmlName() in QXmlName, QXmlName(QXmlNamePool&,QString,QString,QString) in QXmlName, QXmlName(QXmlName) in QXmlName signature 'setNamespaceURI(short)' for function modification in 'QXmlName' not found. Possible candidates: signature 'localName()const' for function modification in 'QXmlName' not found. Possible candidates: localName(QXmlNamePool)const in QXmlName signature 'prefix()const' for function modification in 'QXmlName' not found. Possible candidates: prefix(QXmlNamePool)const in QXmlName signature 'setPrefix(short)' for function modification in 'QXmlName' not found. Possible candidates: signature 'setLocalName(short)' for function modification in 'QXmlName' not found. Possible candidates: signature 'namespaceForPrefix(short)const' for function modification in 'QXmlNodeModelIndex' not found. Possible candidates: Change-Id: I8736feb0b19208e7d4fb1c0c9d8050b3f3ae697e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* 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>
* Updated license headers of the typesystem XML filesFriedemann Kleint2016-09-271-14/+31
| | | | | 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.
* huge change on project layout.Christian Tismer2015-09-211-0/+101
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.