aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary use of 'object' in class constructionremoteobjectsdevCristián Maureira-Fredes2024-12-1847-57/+59
* build: improve the build configuration implementationCristián Maureira-Fredes2024-12-186-82/+62
* build: options as a singletonCristián Maureira-Fredes2024-12-183-96/+105
* Fix some flake8 errors in tests/examplesFriedemann Kleint2024-12-1732-56/+52
* Documentation: Add missing pagesFriedemann Kleint2024-12-172-2/+105
* PySide: Add WebView for macOSShyamnath Premnadh2024-12-174-4/+41
* Documentation: Fix broken link of the Qt overviews from the Tutorials pageFriedemann Kleint2024-12-171-1/+1
* shiboken/Documentation: Remove more C++ -specific sections from the WebXML mo...Friedemann Kleint2024-12-171-4/+7
* libpyside/ PySideSignal: Fix a memory leak connecting to signalsFriedemann Kleint2024-12-165-135/+157
* libpyside/ PySideSignal: Reduce number of weakref handlers for sender trackingFriedemann Kleint2024-12-163-31/+58
* doc: use footer instead of body for hover textCristián Maureira-Fredes2024-12-162-3/+8
* doc: fix line joins in the descriptionCristián Maureira-Fredes2024-12-161-1/+1
* Documentation: Fix some warningsFriedemann Kleint2024-12-163-4/+4
* build: don't stop if unsupported python version is usedCristián Maureira-Fredes2024-12-161-2/+5
* shiboken/Documentation: Remove C++ -specific sections from the WebXML module ...Friedemann Kleint2024-12-131-1/+33
* Documentation: Update QtQml/QtQuick modulesFriedemann Kleint2024-12-133-58/+100
* shiboken6/Documentation: Prominently display QML typesFriedemann Kleint2024-12-1316-52/+39
* Developer documentation: Describe how to adapt generated Qt documentation to ...Friedemann Kleint2024-12-132-1/+9
* shiboken6: Remove unused code from the doc parsersFriedemann Kleint2024-12-136-51/+0
* Fix trailing empty linesFriedemann Kleint2024-12-13195-214/+0
* Documentation/Examples: Add missing docsShyamnath Premnadh2024-12-1256-0/+321
* testrunner: Lower the fail criterion if runs < 5Friedemann Kleint2024-12-121-0/+3
* tests: handle unused imports and fix type issuesCristián Maureira-Fredes2024-12-12103-306/+233
* Documentation/Examples: Fix grid forming corner casesShyamnath Premnadh2024-12-121-28/+66
* testrunner: Add command line for the number of re-runsFriedemann Kleint2024-12-112-4/+6
* Documentation: Update basic module pagesFriedemann Kleint2024-12-113-29/+7
* doc: adapt example card hover colorCristián Maureira-Fredes2024-12-102-5/+9
* Documentation: Add groupsFriedemann Kleint2024-12-107-14/+52
* Fix tutorial referencesFriedemann Kleint2024-12-1015-20/+20
* Developer Documentation: Improve sections on additional documentation filesFriedemann Kleint2024-12-101-2/+12
* shiboken6/Documentation: Fix abuse of the TypeSystem::Language enum in DocMod...Friedemann Kleint2024-12-0910-43/+67
* shiboken6/Documentation: Disambiguate additional document target file nameFriedemann Kleint2024-12-091-1/+22
* Fix build for non-limited APIFriedemann Kleint2024-12-091-1/+2
* Desktop Deployment: Add more testsShyamnath Premnadh2024-12-092-1/+50
* Fix occasional hang of test QtWidgets/bug_844.py on Linux with DBUS-based acc...Friedemann Kleint2024-12-091-5/+8
* Fix crash instantiating smart pointer typesFriedemann Kleint2024-12-091-1/+45
* shiboken6: Prepare the graph used for topological for sorting classes without...Friedemann Kleint2024-12-092-58/+89
* Tool: Fix Missing BindingsEce Cinucen2024-12-092-26/+56
* limited api: Remove PyCFunction_GET_FUNCTION, PyCFunction_GET_SELF, and PyCFu...Cristián Maureira-Fredes2024-12-096-15/+7
* Documentation/example_gallery: add card description hoverCristián Maureira-Fredes2024-12-092-20/+91
* Desktop Deployment: Disregard more non existent pluginsShyamnath Premnadh2024-12-063-13/+12
* Documentation/example gallery: Handle tutorialsFriedemann Kleint2024-12-062-7/+71
* build: fetch metadata from pyproject.toml fileCristián Maureira-Fredes2024-12-055-84/+66
* type hints: Fix the heuristic for ambiguous signature removalChristian Tismer2024-12-055-26/+38
* shiboken6: Prevent repetitive searches for the smart pointer pointee classFriedemann Kleint2024-12-053-5/+9
* shiboken6: Refactor class Graph for topologically sortingFriedemann Kleint2024-12-051-7/+4
* type hints: Fix some return annotations which should be optional, amendedChristian Tismer2024-12-041-1/+0
* deploy: use tuple instead of list for lru_cache functionCristián Maureira-Fredes2024-12-041-1/+5
* Raise Python version to 3.9Friedemann Kleint2024-12-046-7/+6
* build: fix the URLError import statementCristián Maureira-Fredes2024-12-031-3/+4