aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a test for typesystem typedefsFriedemann Kleint2020-10-157-0/+161
* shiboken2: Find all template classes for added functionsFriedemann Kleint2020-10-141-3/+11
* shiboken2: Some RefactoringsFriedemann Kleint2020-10-147-62/+37
* Fix wheel_override error when wheel not availableCristian Maureira-Fredes2020-10-141-8/+9
* setup.py: Show options in command helpFriedemann Kleint2020-10-144-107/+216
* shiboken2: Use an AbstractMetaType for "void"Friedemann Kleint2020-10-139-79/+89
* shiboken2: Improve debug output of type entriesFriedemann Kleint2020-10-131-3/+12
* property_python_test.py: Restrict exceptFriedemann Kleint2020-10-131-1/+1
* Update QtCore.Property to the current standardChristian Tismer2020-10-125-53/+410
* feature_select: finish properties and postpone static propertiesChristian Tismer2020-10-093-4/+80
* Brush up the basicsortfiltermodel exampleFriedemann Kleint2020-10-091-54/+65
* Replace deprecated API in examplesFriedemann Kleint2020-10-084-15/+21
* shiboken2: Recurse to generated base class for baseFriedemann Kleint2020-10-081-2/+9
* shiboken2: Rearrange values of enum TypeEntry::CodeGenerationFriedemann Kleint2020-10-086-34/+25
* shiboken2: Generate extra includes into wrapper headerFriedemann Kleint2020-10-083-8/+18
* shiboken2: Enable includes and modifications on typedef entriesFriedemann Kleint2020-10-081-5/+18
* __feature__: avoid sys._geframe(1) error when embeddingChristian Tismer2020-10-071-1/+3
* wheel_tester.py: No longer use class OPTIONS from the build scriptsFriedemann Kleint2020-10-071-12/+9
* setup.py: Refactor PysideBuild::run()Friedemann Kleint2020-10-071-149/+153
* setup.py: Fix some flake8 warningsFriedemann Kleint2020-10-076-22/+21
* Fix leak in static string destruction, addendumChristian Tismer2020-10-061-3/+8
* setup.py: Remove constructor parameters depending on options from PysideBuild...Friedemann Kleint2020-10-064-133/+179
* Fix leak in static string destructionChristian Tismer2020-10-061-5/+12
* shiboken2: Simplify the export of the generated module init functionFriedemann Kleint2020-10-062-10/+2
* setup.py: Do not display help multiple timesFriedemann Kleint2020-10-061-1/+5
* Generate flags operator methods for QFlags on hidden top level namespaceRenato Araujo Oliveira Filho2020-10-067-12/+117
* setup.py: Make it possible to access QtInfo from several sourcesFriedemann Kleint2020-10-062-200/+212
* setup.py: Fix check for limited APIFriedemann Kleint2020-10-062-2/+3
* Documentation: Fix virtualenv URLFriedemann Kleint2020-10-051-1/+1
* doc: remove qApp importCristian Maureira-Fredes2020-10-055-5/+5
* Add Network as dependency for WebEngineCoreCristian Maureira-Fredes2020-10-042-1/+5
* Polish the flow layout exampleFriedemann Kleint2020-10-021-49/+54
* Move the annotations for parsing Qt-based headers to shiboken2Friedemann Kleint2020-10-025-6/+26
* Consolidate export/import macrosFriedemann Kleint2020-10-0111-69/+110
* Fix up the generated flag operator methodsFriedemann Kleint2020-09-301-11/+11
* shiboken2: Generate functions from invisible namespaces into their parent nam...Friedemann Kleint2020-09-305-1/+18
* shiboken2: Generate functions from invisible top level namespaces as global f...Friedemann Kleint2020-09-307-6/+34
* shiboken2: Refactor handling of invisible top level namespacesFriedemann Kleint2020-09-307-31/+64
* shiboken2: Refactor global enum handling in HeaderGeneratorFriedemann Kleint2020-09-301-16/+13
* Add command to build rst documentation onlyCristian Maureira-Fredes2020-09-294-74/+173
* shiboken2: Correctly generate final classes with protected methods without pr...Friedemann Kleint2020-09-292-5/+12
* shiboken2: Consolidate tests for invisible namespacesFriedemann Kleint2020-09-298-45/+37
* shiboken2: Add convenience for indenterFriedemann Kleint2020-09-293-117/+85
* shiboken2: Change AbstractMetaClass::enums() to return const refFriedemann Kleint2020-09-297-18/+8
* samplebinding: Add a sample property definitionFriedemann Kleint2020-09-295-1/+22
* Feature-select: Implement signature-awareness of snake_caseChristian Tismer2020-09-297-33/+85
* doc: fix more sphinx warningsCristian Maureira-Fredes2020-09-298-10/+13
* shiboken2: Fix the tests for enums in removed namespacesFriedemann Kleint2020-09-282-24/+18
* shiboken2: MetaBuilder/ApiExtractor/Generator: Return class/enum/function lis...Friedemann Kleint2020-09-289-38/+31
* shiboken2: Generate properties as fieldsFriedemann Kleint2020-09-2814-42/+258