aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix crash checking base type for QObject* when checking QGraphicsObject hiera...HEADdevFriedemann Kleint24 hours1-3/+5
* Shiboken6Tools: Use shiboken6-generator from CMake easilyShyamnath Premnadh26 hours7-13/+271
* Add QRangeModelFriedemann Kleint2 days6-0/+343
* Adapt to 6.10Friedemann Kleint2 days14-5/+65
* Revert "type-hints: Use Iterable instead of Sequence"Friedemann Kleint2 days1-2/+2
* Port widgetgraphgallery to QRangeModelFriedemann Kleint3 days7-268/+48
* Add QRangeModel exampleFriedemann Kleint3 days3-0/+95
* Expose QNativeInterface::QWaylandApplicationFriedemann Kleint4 days7-3/+44
* widgetgraphgallery: Fix crash in textured surface graphFriedemann Kleint4 days1-8/+8
* type-hints: Use Iterable instead of SequenceEce Cinucen8 days1-2/+2
* PySidePlugin: Fix non-limited API build on windowsShyamnath Premnadh8 days1-1/+4
* doc: move sounds to qtds tutorialCristián Maureira-Fredes9 days13-16/+11
* build: add missing 3DQuickLogic pluginCristián Maureira-Fredes9 days1-1/+4
* Update changes-6.9.2Friedemann Kleint9 days1-0/+4
* Fix reference count tests (1) to pass in Python 3.14 (simple cases)Friedemann Kleint11 days16-86/+92
* libshiboken: Add warning for multiple meta typesFriedemann Kleint11 days1-0/+8
* Lazy Load: Remove exclusion for testbindingFriedemann Kleint11 days2-5/+3
* libshiboken: Remove cast in Shiboken::Module::create()Friedemann Kleint11 days2-6/+8
* shiboken6: Factor out module initialization codeFriedemann Kleint11 days1-12/+23
* Doc: Design Studio Drumpad TutorialShyamnath Premnadh12 days1-2/+18
* Deployment: Use relative pathsShyamnath Premnadh12 days2-6/+16
* libshiboken: Fix some clang-tidy warningsFriedemann Kleint2025-08-016-16/+15
* Move native interfaces out of the QtGui type system fileFriedemann Kleint2025-08-017-27/+70
* doc: Add documentation about type hintsEce Cinucen2025-08-012-0/+178
* libpyside: Fix corruption connecting several signals to one non-QObject receiverFriedemann Kleint2025-07-313-41/+82
* type-hints: Adapt typing.Union to Python 3.14Ece Cinucen2025-07-311-3/+2
* Add changelog 6.9.2Friedemann Kleint2025-07-311-0/+55
* Documentation: Update libclangShyamnath Premnadh2025-07-314-8/+10
* PySidePlugin: Use limited API correctlyShyamnath Premnadh2025-07-311-1/+1
* type hints: Fix some return typesEce Cinucen2025-07-300-0/+0
* testrunner: Fix deprecation warning about =argparse.FileTypeFriedemann Kleint2025-07-301-6/+6
* QUiLoader: Move Q_IMPORT_PLUGIN(PyCustomWidgets) to file scopeFriedemann Kleint2025-07-302-2/+3
* type-hints: Temporary fix for typing.UnionEce Cinucen2025-07-301-0/+2
* Add Qt Design Studio tutorialJaime Resano2025-07-2961-0/+2100
* type hints: Fix some return typesEce Cinucen2025-07-292-6/+3
* Fix crash of test qpaintengine_test.py when using Python 3.14Friedemann Kleint2025-07-281-2/+2
* Update the quicknanobrowser example from C++Friedemann Kleint2025-07-285-41/+143
* Fix detection of star imports for lazy loading for Python 3.14Friedemann Kleint2025-07-281-2/+24
* Enumerations: Enable the forgiveness feature ENOPT_NO_ZERODEFAULT for 3.14Friedemann Kleint2025-07-282-23/+63
* Tests: Fix remaining flake 8 warningsFriedemann Kleint2025-07-2821-46/+48
* Tests: Fix flake 8 warning F841 local variable is assigned to but never usedFriedemann Kleint2025-07-2834-37/+38
* Tests: Fix flake 8 warning E402 module level import not at top of fileFriedemann Kleint2025-07-2827-82/+83
* Deployment: sort list values before filling values into pysidedeploy.specYoung Lee2025-07-252-1/+7
* shibokenmodule: Output id() (PyObject *address) in dump()Friedemann Kleint2025-07-241-1/+2
* Fix leaking QStandardItem instances returned from QStandardItemModel functionsFriedemann Kleint2025-07-241-26/+0
* libshiboken: Add a warning when attempting to re-add a childFriedemann Kleint2025-07-241-1/+7
* PySide6: Suppress warning when doing first signal connection from a threadFriedemann Kleint2025-07-241-1/+17
* qfp_tool: Add an option to uninstall the PySide packagesFriedemann Kleint2025-07-241-1/+33
* qfp_tool: Add a way to install via wheelsFriedemann Kleint2025-07-241-7/+31
* Add developer documentation on thread sanitizerFriedemann Kleint2025-07-241-0/+34