aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Make AbstractMetaClass::fixFunctions/addFunction*() staticFriedemann Kleint2022-12-053-56/+66
* shiboken6: Make some AbstractMetaClass query functions free functionsFriedemann Kleint2022-12-057-51/+53
* PySide Tools: Deploy Tool TestsShyamnath Premnadh2022-12-052-0/+184
* __feature__: Simplify and make more PyPy compatibleChristian Tismer2022-11-303-104/+75
* shiboken6: Fix warning about nonreachable code in generated rich comparisonFriedemann Kleint2022-11-302-9/+19
* Build system: Fix broken find_package() statementFriedemann Kleint2022-11-301-1/+1
* Fix errors calling deprecated functions with warning-as-error setFriedemann Kleint2022-11-302-3/+11
* __feature__: Add some simple but very effective cachingChristian Tismer2022-11-301-9/+14
* libshiboken: Remove unused line from CMakeLists.txtFriedemann Kleint2022-11-291-2/+0
* Remove unused FindQt5Extra.cmake fileFriedemann Kleint2022-11-291-25/+0
* __feature__: Remove the no longer efficient reserved_bits structureChristian Tismer2022-11-296-46/+21
* __feature__: heavily rework the context switchingChristian Tismer2022-11-299-40/+132
* __feature__: Cleanup before reworking the context switchingChristian Tismer2022-11-295-21/+24
* Build system: Use modern form of finding and linking Qt librariesFriedemann Kleint2022-11-2910-27/+15
* Refactoring: deploy toolShyamnath Premnadh2022-11-295-90/+126
* shiboken6: Refactor the include handling for the public/private module headersFriedemann Kleint2022-11-252-50/+52
* shiboken6: Add all comparison operators to class IncludeFriedemann Kleint2022-11-253-12/+46
* PySide6: Fix float type overloads of QLocale.toCurrencyString()Friedemann Kleint2022-11-252-0/+10
* doc: update dataviz URL to download all the codeCristián Maureira-Fredes2022-11-251-1/+2
* doc: new titles for getting started and quickstart pagesCristián Maureira-Fredes2022-11-251-3/+3
* doc: move the FAQ out of tutorialsCristián Maureira-Fredes2022-11-2512-70/+86
* doc: fix gettingstarted broken linkCristián Maureira-Fredes2022-11-251-1/+1
* shiboken6: Generate property documentationFriedemann Kleint2022-11-253-15/+152
* Fix a cmake-only build, amendedChristian Tismer2022-11-241-1/+1
* shiboken6: Refactor function documentation generationFriedemann Kleint2022-11-243-111/+138
* shiboken6: Store the property documentation in QPropertySpecFriedemann Kleint2022-11-247-5/+48
* Fix a cmake-only buildChristian Tismer2022-11-241-1/+1
* shiboken6: Parse the notify specification from Q_PROPERTYFriedemann Kleint2022-11-237-3/+34
* __feature__: Fix true_property inheritanceChristian Tismer2022-11-233-4/+65
* __feature__: Cleanup and optimize before changing true_propertyChristian Tismer2022-11-232-28/+28
* Use 'typing' modules to support Python 3.8Shyamnath Premnadh2022-11-221-2/+2
* shiboken: Add missing g++ includes for g++ 11.3Julien Schueller2022-11-221-0/+8
* Purge remaining uses of old Qt string literalsFriedemann Kleint2022-11-2213-49/+74
* Developer Documentation - Modify add qt wrapper toolShyamnath Premnadh2022-11-181-1/+1
* shiboken6: Use smart pointers for the TypeEntry classesFriedemann Kleint2022-11-1777-888/+952
* shiboken6: Make some TypeEntry query functions free functionsFriedemann Kleint2022-11-1715-98/+104
* doc: skip shiboken execution for rst doc buildCristián Maureira-Fredes2022-11-161-0/+2
* PySide6: Fix warning in code snippetsFriedemann Kleint2022-11-161-2/+2
* libpyside/libpysideqml: Update list of headers to be installedFriedemann Kleint2022-11-162-9/+29
* PySideTools: install tool only if corresponding Qt tool existsShyamnath Premnadh2022-11-162-6/+12
* Fix a deadlock when using QMetaObject.invokeMethod(BlockingQueuedConnection)Friedemann Kleint2022-11-161-0/+6
* shiboken6: Fix an unused warning on sbknumpy.cppChristian Tismer2022-11-151-0/+2
* signature: Fix handling of rlcompleter as intermediate solutionChristian Tismer2022-11-151-0/+26
* replace sprintf by snprintfFriedemann Kleint2022-11-142-4/+4
* shiboken6: Fix coding style regarding pointers (Type* v -> Type *v)Friedemann Kleint2022-11-1454-268/+270
* signals: Increase compatibility by providing a signatures attributeChristian Tismer2022-11-111-1/+21
* shiboken6: Reorder headers containing typedefsFriedemann Kleint2022-11-1130-104/+127
* Add .pyproject files for the testsFriedemann Kleint2022-11-1136-0/+726
* Fix clazy warningsFriedemann Kleint2022-11-111-4/+4
* shiboken6 tests: Fix warning about unused variablesFriedemann Kleint2022-11-111-1/+1