aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Exclude static fields from default constructible check6.2Friedemann Kleint2022-05-061-0/+2
* Documentation: Remove the C++ QML reference example overwiewsFriedemann Kleint2022-05-051-11/+0
* Fix overriding QGraphicsItem::itemChange()Friedemann Kleint2022-05-041-1/+4
* PySide6: QLoggingCategoryShyamnath Premnadh2022-05-042-0/+3
* shiboken6: Fix potential broken __repr__ output when a '.' occursFriedemann Kleint2022-05-031-3/+4
* libpyside: Add a __repr__ for PySideSignalInstanceFriedemann Kleint2022-05-031-0/+9
* PySide6: Add overloads with more parameters to QDBusAbstractInterface::call()Friedemann Kleint2022-05-021-0/+8
* Documention: Wrap some long XML snippetsFriedemann Kleint2022-04-291-2/+6
* Refactor the surface examplesFriedemann Kleint2022-04-294-540/+552
* shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringViewFriedemann Kleint2022-04-2614-49/+49
* shiboken6: Refactor AbstractMetaClass::findClass() to use QStringViewFriedemann Kleint2022-04-2635-184/+254
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-2645-358/+357
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-2641-378/+367
* requirements.txt: Add distro for LinuxFriedemann Kleint2022-04-251-0/+1
* Fix include conventionsFriedemann Kleint2022-04-2559-107/+125
* shiboken6: Use nullptr for pyArgs arraysFriedemann Kleint2022-04-221-1/+1
* shiboken6: Add missing break statementFriedemann Kleint2022-04-221-0/+1
* PySide6: Handle not finding a slot by nameFriedemann Kleint2022-04-221-0/+5
* Add a surface example using numpy arraysFriedemann Kleint2022-04-204-0/+568
* PySide6: Expose Test::qWait()/qSleep()Friedemann Kleint2022-04-191-2/+0
* Surface example: Brush up the codeFriedemann Kleint2022-04-132-5/+8
* Surface example: Fix loading the image from a different pathFriedemann Kleint2022-04-131-1/+3
* Add a minimal surface exampleFriedemann Kleint2022-04-132-0/+95
* doc: use https in the licenses and readmesCristián Maureira-Fredes2022-04-138-22/+22
* examples: replace http by httpsCristián Maureira-Fredes2022-04-13248-252/+252
* Add readBytes and writeBytes functions from QDataStreamShyamnath Premnadh2022-04-116-6/+123
* shiboken6: Refactor CppGenerator::argumentNameFromIndex()Friedemann Kleint2022-04-104-103/+79
* shiboken6: Move check in inheritTemplateFunction() aroundFriedemann Kleint2022-04-101-2/+2
* Fix uninitialized variable causing crash when using shiboken.deleteLuc Touraille2022-04-091-0/+1
* Fix accepted platform configs in CISimo Fält2022-04-081-0/+3
* shiboken6: Refactor the class function queriesFriedemann Kleint2022-04-087-20/+25
* Add a test for QSharedPointerFriedemann Kleint2022-04-086-0/+172
* 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: Add a debug operator for the class contextFriedemann Kleint2022-04-072-0/+21
* shiboken6/tests: Fix a few warnings by clang and type system parsingFriedemann Kleint2022-04-073-5/+3
* shiboken6: Add a check for null to the smart pointer accessFriedemann Kleint2022-04-062-6/+24
* shiboken6: Refactor CppGenerator::writeCppSelfDefinition()Friedemann Kleint2022-04-062-33/+73
* shiboken6: Extend the bool cast functionFriedemann Kleint2022-04-062-16/+38
* shiboken6: Split out a function to write the nbbool functionFriedemann Kleint2022-04-062-22/+32
* shiboken6: Refactor the smart pointer get/setattro methodsFriedemann Kleint2022-04-061-47/+26
* shiboken6: Fix wrong Python argument name for functions with one parameter an...Friedemann Kleint2022-04-053-19/+7
* shiboken6: Only generate argument error handling when neededFriedemann Kleint2022-04-042-7/+20
* setup: fix PySide6.__all__ after the wheel splitChristian Tismer2022-04-011-0/+29
* PySide6: Fix QMetaProperty::Write(..)Shyamnath Premnadh2022-03-313-1/+18
* setup: re-enable shiboken6-genpyi after total embeddingChristian Tismer2022-03-302-5/+9
* linguist: fix rpath on macosCristián Maureira-Fredes2022-03-301-0/+1
* Fix endless recursion querying __doc__ of a propertyFriedemann Kleint2022-03-281-1/+1
* Use different mirror if download.qt.io failsSimo Fält2022-03-281-1/+1
* Enable QtDBus on macSimo Fält2022-03-251-1/+1