aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 6.3.0 releaseSimo Fält2022-04-112-4/+4
* PySide6: Optimize for SizeShyamnath Premnadh2022-04-114-0/+35
* shiboken6: Move check in inheritTemplateFunction() aroundFriedemann Kleint2022-04-091-2/+2
* doc: skip the documentation build by defaultCristián Maureira-Fredes2022-04-092-5/+12
* Fix uninitialized variable causing crash when using shiboken.deleteLuc Touraille2022-04-091-0/+1
* shiboken6: Remove namespace from smart pointer namesFriedemann Kleint2022-04-093-12/+31
* Doc: Enable sphinx_copybutton extension for PySide tooVenugopal Shivashankar2022-04-082-6/+1
* doc: new theme to follow the new Qt Doc styleCristián Maureira-Fredes2022-04-0829-2304/+192
* doc: move toc to the bottom of the module pageCristián Maureira-Fredes2022-04-081-2/+5
* doc: use sphinx panels for the offline docCristián Maureira-Fredes2022-04-082-171/+120
* Add readBytes and writeBytes functions from QDataStreamShyamnath Premnadh2022-04-086-6/+123
* QAction: Add setMenu() and menu()Cristián Maureira-Fredes2022-04-083-3/+24
* shiboken6: Enable adding modifications to declare-functionFriedemann Kleint2022-04-083-7/+11
* shiboken6: Refactor CppGenerator::argumentNameFromIndex()Friedemann Kleint2022-04-074-103/+79
* shiboken6/tests: Fix a few warnings by clang and type system parsingFriedemann Kleint2022-04-073-5/+3
* shiboken6: Add a debug operator for the class contextFriedemann Kleint2022-04-072-0/+21
* shiboken6: Refactor the class function queriesFriedemann Kleint2022-04-077-20/+25
* Add a test for QSharedPointerFriedemann Kleint2022-04-076-0/+172
* shiboken6: Fix module TOC generationFriedemann Kleint2022-04-075-9/+19
* PySide6: Fix build after deprecation of QVERIFY_EXCEPTION_THROWNFriedemann Kleint2022-04-071-0/+1
* shiboken6/Type system parser: Use contiguous enum for StackElementFriedemann Kleint2022-04-062-90/+108
* shiboken6: Add a function to check argument countsFriedemann Kleint2022-04-063-37/+43
* shiboken6: Test nullptr_tFriedemann Kleint2022-04-055-0/+15
* shiboken6: Add attribute "value-check-method" to smart pointersFriedemann Kleint2022-04-0510-23/+96
* shiboken6: Fix wrong Python argument name for functions with one parameter an...Friedemann Kleint2022-04-053-19/+7
* CMake: Clean up the config to find doc toolsVenugopal Shivashankar2022-04-054-88/+118
* shiboken6: Add a check for null to the smart pointer accessFriedemann Kleint2022-04-042-4/+21
* shiboken6: Refactor CppGenerator::writeCppSelfDefinition()Friedemann Kleint2022-04-042-36/+76
* shiboken6: Extend the bool cast functionFriedemann Kleint2022-04-042-18/+41
* shiboken6: Refactor the smart pointer get/setattro methodsFriedemann Kleint2022-04-041-48/+27
* doc: Add cross compilation guideCristián Maureira-Fredes2022-04-021-0/+252
* shiboken6: Only generate argument error handling when neededFriedemann Kleint2022-04-022-7/+20
* doc: change http by httpsCristián Maureira-Fredes2022-04-0166-68/+68
* shiboken6/Type system parser: Refactor attributes parsingFriedemann Kleint2022-04-011-26/+19
* Add QPyQmlParserStatusFriedemann Kleint2022-04-019-7/+215
* setup: fix PySide6.__all__ after the wheel splitChristian Tismer2022-04-011-0/+29
* doc: use https in some source code filesCristián Maureira-Fredes2022-03-312-2/+2
* PySide6: Fix QMetaProperty::Write(..)Shyamnath Premnadh2022-03-313-1/+18
* setup: re-enable shiboken6-genpyi after total embeddingChristian Tismer2022-03-302-5/+9
* shiboken6: Set constructor flags when adding functionFriedemann Kleint2022-03-291-0/+2
* shiboken6: Fix type name of smart pointersFriedemann Kleint2022-03-291-1/+1
* shiboken6: Add a test for std::shared_ptrFriedemann Kleint2022-03-297-2/+180
* shiboken6: Synthesize missing smart pointer functions and classesFriedemann Kleint2022-03-299-41/+133
* Fix endless recursion querying __doc__ of a propertyFriedemann Kleint2022-03-281-1/+1
* Enable QtDBus on macSimo Fält2022-03-251-1/+1
* shiboken6/smart pointer test suite: Improve loggingFriedemann Kleint2022-03-252-27/+32
* shiboken6/smart pointer test suite: Rename APIFriedemann Kleint2022-03-254-54/+54
* shiboken6/smart pointer test suite: Brush up the testFriedemann Kleint2022-03-251-23/+26
* shiboken6: Add an AbstractMetaFunction constructor taking a nameFriedemann Kleint2022-03-254-11/+11
* Windows: Enable building without QMLFriedemann Kleint2022-03-231-1/+4