aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
Commit message (Expand)AuthorAgeFilesLines
* Avoid DeprecationWarning in Python 3Cristian Maureira-Fredes2018-12-051-1/+1
* Cast PyLongs to WIdCristian Maureira-Fredes2018-12-042-1/+26
* Generate Hinting Stubs AutomaticallyChristian Tismer2018-12-033-57/+160
* Move code to snippets and templatesCristian Maureira-Fredes2018-11-308-105/+143
* Doc: Add an index page for ShibokenVenugopal Shivashankar2018-11-301-2/+1
* Move old glue code to snippets filesCristian Maureira-Fredes2018-11-3025-1315/+821
* libpyside: Refactor MetaObjectBuilderPrivate::parsePythonType()Friedemann Kleint2018-11-291-33/+26
* Update old copyright messageCristian Maureira-Fredes2018-11-291-1/+1
* Remove TP from doc titleCristian Maureira-Fredes2018-11-291-1/+1
* Move add-conversion and native-to-target codeCristian Maureira-Fredes2018-11-295-275/+361
* Remove some cmake dead codeAlexandru Croitor2018-11-291-16/+0
* Place templates per moduleCristian Maureira-Fredes2018-11-2819-685/+868
* Install snippets glue codeCristian Maureira-Fredes2018-11-289-11/+78
* QApplication::setStyle ownership transferCristian Maureira-Fredes2018-11-283-0/+19
* Exclude reverse operations from shift hackCristian Maureira-Fredes2018-11-273-3/+12
* Add documentation related QPixmap.loadFromDataCristian Maureira-Fredes2018-11-271-0/+12
* Fix Hinting Stub Glitch and EnhanceChristian Tismer2018-11-261-26/+46
* Create hinting stubs for Python IDEsChristian Tismer2018-11-245-2/+300
* Split The Signature Module After The Project SplitChristian Tismer2018-11-2419-4270/+34
* Move inject-code snippets to separate filesCristian Maureira-Fredes2018-11-2247-3027/+3924
* Improve enum type operations implementationCristian Maureira-Fredes2018-11-203-7/+23
* Pyside2: Fix crash invoking QScxmlStateMachine::submitEvent(QScxmlEvent*)Friedemann Kleint2018-11-201-1/+7
* Add std::nullptr_t supportCristian Maureira-Fredes2018-11-192-0/+57
* Doc: Update the apidoc cmake step to copy shiboken doc htmlsVenugopal Shivashankar2018-11-152-2/+11
* Signature: Implement Nested Classes and Functions for ShibokenChristian Tismer2018-11-156-16/+118
* Remove createIndex method that uses PyObject*Cristian Maureira-Fredes2018-11-134-55/+13
* Add tutorials to the documentationCristian Maureira-Fredes2018-11-056-0/+497
* Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-11-012-7/+5
|\
| * QIODevice bindings: Fix invalid reads in read() functionsFriedemann Kleint2018-10-312-7/+5
* | Revert "Terrible workaround fix for hanging tests on macOS 10.12"Alexandru Croitor2018-10-311-1/+1
* | PySide2: Pass on the result from native event filtersFriedemann Kleint2018-10-301-0/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-10-298-10/+14
|\|
| * Fix Memory Leak Caused By Wrong Limited API DefaultChristian Tismer2018-10-297-10/+10
| * Add qCompress/qUncompress bindingsCristian Maureira-Fredes2018-10-221-0/+4
* | PySide2: Re-enable native event filtersFriedemann Kleint2018-10-266-10/+98
* | Qt3DInput: add more classes and ownership transferCristian Maureira-Fredes2018-10-251-2/+15
* | Qt3DCore: add more classes and ownership rulesCristian Maureira-Fredes2018-10-241-3/+30
* | Improve build rules for module generationAlexandru Croitor2018-10-232-2/+7
* | libpyside: Port DynamicQMetaObject to QMetaObjectBuilderFriedemann Kleint2018-10-2211-694/+344
* | Fix build on 32bit WindowsFriedemann Kleint2018-10-191-0/+5
* | Update documentationCristian Maureira-Fredes2018-10-194-20/+23
* | libpyside: Introduce helper functions for accessing TypeUserData and meta obj...Friedemann Kleint2018-10-165-24/+56
* | Fix crash when garbage collecting in a non-GUI threadFriedemann Kleint2018-10-153-3/+3
* | Allow building shiboken2 and PySide2 as separate wheelsAlexandru Croitor2018-10-123-74/+22
* | Implement Different Signature LayoutsChristian Tismer2018-10-114-53/+246
* | Prepare the Signature Module For More ApplicationsChristian Tismer2018-10-1110-114/+257
* | Simplify and correct the new_inherited_functions testChristian Tismer2018-10-081-86/+67
* | libpyside: Fix warning about QMetaObject being forward-declared as classFriedemann Kleint2018-10-021-2/+4
* | libpyside: Replace foreach by range-based forFriedemann Kleint2018-10-023-4/+4
* | libpyside: Clean up #include directivesFriedemann Kleint2018-10-0222-82/+84