aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Add some hints for debug builds on WindowsFriedemann Kleint2022-12-122-0/+17
* Fix a comment about Limited APIChristian Tismer2022-12-071-1/+1
* libshiboken: Remove debug print statementFriedemann Kleint2022-12-061-5/+0
* PySide Tools: Deploy Tool TestsShyamnath Premnadh2022-12-052-0/+184
* 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-301-2/+0
* Remove unused FindQt5Extra.cmake fileFriedemann Kleint2022-11-301-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
* Build system: Use modern form of finding and linking Qt librariesFriedemann Kleint2022-11-2910-27/+15
* __feature__: Cleanup before reworking the context switchingChristian Tismer2022-11-295-21/+24
* Refactoring: deploy toolShyamnath Premnadh2022-11-295-90/+126
* shiboken6: Refactor the include handling for the public/private module headersFriedemann Kleint2022-11-252-52/+52
* shiboken6: Add all comparison operators to class IncludeFriedemann Kleint2022-11-253-11/+46
* PySide6: Fix float type overloads of QLocale.toCurrencyString()Friedemann Kleint2022-11-252-0/+10
* doc: move the FAQ out of tutorialsCristián Maureira-Fredes2022-11-2512-70/+86
* 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
* shiboken6: Generate property documentationFriedemann Kleint2022-11-253-15/+152
* shiboken6: Refactor function documentation generationFriedemann Kleint2022-11-253-111/+138
* doc: fix gettingstarted broken linkCristián Maureira-Fredes2022-11-251-1/+1
* Fix a cmake-only build, amendedChristian Tismer2022-11-241-1/+1
* shiboken6: Store the property documentation in QPropertySpecFriedemann Kleint2022-11-247-5/+48
* __feature__: Fix true_property inheritanceChristian Tismer2022-11-243-4/+65
* Fix a cmake-only buildChristian Tismer2022-11-241-1/+1
* shiboken6: Parse the notify specification from Q_PROPERTYFriedemann Kleint2022-11-237-3/+34
* __feature__: Cleanup and optimize before changing true_propertyChristian Tismer2022-11-232-28/+28
* Purge remaining uses of old Qt string literalsFriedemann Kleint2022-11-2213-49/+74
* 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
* shiboken6: Reorder headers containing typedefsFriedemann Kleint2022-11-2030-104/+127
* Developer Documentation - Modify add qt wrapper toolShyamnath Premnadh2022-11-201-1/+1
* Deploy: Use type hints from typingShyamnath Premnadh2022-11-181-1/+3
* Deploy Tool Fix: os.fspath instead of pathlibShyamnath Premnadh2022-11-172-2/+4
* Deploy Tool Fix: Correct importShyamnath Premnadh2022-11-171-1/+1
* doc: skip shiboken execution for rst doc buildCristián Maureira-Fredes2022-11-171-0/+2
* libpyside/libpysideqml: Update list of headers to be installedFriedemann Kleint2022-11-162-9/+29
* PySide6: Fix warning in code snippetsFriedemann Kleint2022-11-161-2/+2
* Fix a deadlock when using QMetaObject.invokeMethod(BlockingQueuedConnection)Friedemann Kleint2022-11-161-0/+6
* shiboken6: Fix an unused warning on sbknumpy.cppChristian Tismer2022-11-161-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
* 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