aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: add commercial pageCristián Maureira-Fredes2022-11-108-0/+222
* PySide6: Add shared pointer types of Qt 3DFriedemann Kleint2022-11-104-0/+12
* shiboken6: Enable specifying namespaces for smart pointer instantiationsFriedemann Kleint2022-11-1010-6/+68
* _PepUnicode_AsString: Fix a broken promiseFriedemann Kleint2022-11-103-11/+16
* Documentation: qmlimportscannerShyamnath Premnadh2022-11-101-0/+2
* shiboken6: Make it possible to specify names for smart pointer instantiationsFriedemann Kleint2022-11-097-29/+61
* CMake: Execute shiboken with appropriate PATH on WindowsAlexandru Croitor2022-11-099-54/+170
* Fix qtattributionsscannertorst to not require Qt in PATHFriedemann Kleint2022-11-092-11/+29
* Fix passing dicts as QVariantMap to QMLFriedemann Kleint2022-11-083-0/+152
* Documentation: Indicate enum typesFriedemann Kleint2022-11-083-1/+29
* Fix up the documentation generation instructionsFriedemann Kleint2022-11-081-4/+7
* signals: Generate signals into pyi files as attributesChristian Tismer2022-11-072-6/+29
* PyEnum: Update list of IntEnum to keep compatibility in 6.4, completionChristian Tismer2022-11-073-2/+4