aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* __feature__: improve the feature module by a reset functionChristian Tismer2022-04-277-24/+31
* libpyside: Add a debug operator for numpy arraysFriedemann Kleint2022-04-262-0/+107
* PySide6: Allow for embedded 0 chars in 1 byte stringsFriedemann Kleint2022-04-262-1/+5
* shiboken6: Remove deprecated QLatin1StringFriedemann Kleint2022-04-2556-1358/+1652
* shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringViewFriedemann Kleint2022-04-2514-49/+49
* shiboken6: Refactor AbstractMetaClass::findClass() to use QStringViewFriedemann Kleint2022-04-2535-184/+254
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-2545-358/+357
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-2540-381/+369
* shiboken6: Remove unused AbstractMetaFunction membersFriedemann Kleint2022-04-222-27/+0
* Fix include conventionsFriedemann Kleint2022-04-2260-110/+122
* shiboken6: Use nullptr for pyArgs arraysFriedemann Kleint2022-04-221-1/+1
* shiboken6: Add missing break statementFriedemann Kleint2022-04-221-0/+1
* shiboken6: Make more functions staticFriedemann Kleint2022-04-225-22/+22
* shiboken6: Introduce convenience GeneratorContext::effectiveClassName()Friedemann Kleint2022-04-225-56/+28
* PySide6: Handle not finding a slot by nameFriedemann Kleint2022-04-211-1/+6
* shiboken6: Use more const for functions dealing with AbstractMetaClassFriedemann Kleint2022-04-2010-52/+53
* shiboken6: Remove some unused codeFriedemann Kleint2022-04-204-82/+2
* shiboken6: Replace hasCloneOperator() by isCopyConstructible()Friedemann Kleint2022-04-205-60/+3
* qimage_test.py: Split out XPM test data to a separate fileFriedemann Kleint2022-04-202-234/+263
* setup: fix PySide6.__all__ after the wheel split, augmentedChristian Tismer2022-04-201-1/+2
* shiboken6: Write smart pointer constructors/reset methodsFriedemann Kleint2022-04-208-22/+221
* shiboken6: Specialize smart pointers in the ApiExtractorFriedemann Kleint2022-04-205-39/+35
* shiboken6: Move the smartpointer naming helpers to the type entryFriedemann Kleint2022-04-205-36/+38
* shiboken6: Extract helper to initialize a TypeDefEntryFriedemann Kleint2022-04-204-6/+17
* shiboken6: Add topological sorting for const AbstractMetaClass *Friedemann Kleint2022-04-192-13/+35
* shiboken6: Extract utility to inherit template classesFriedemann Kleint2022-04-196-0/+63
* shiboken6: Move collection of instantiated containers/smart pointers to ApiEx...Friedemann Kleint2022-04-198-293/+337
* PySide6: Expose Test::qWait()/qSleep()Friedemann Kleint2022-04-191-2/+0
* shiboken6: Remove the need to declare primitive types used in smart pointer i...Friedemann Kleint2022-04-195-65/+68
* shiboken6: Refactor type system parsingFriedemann Kleint2022-04-195-84/+145
* shiboken6: Introduce a private class for TypeDatabaseFriedemann Kleint2022-04-142-115/+215
* shiboken6: Add a test for a shared pointer with a primitive typeFriedemann Kleint2022-04-135-2/+36
* Doc: Drop the HTML in the copyright textVenugopal Shivashankar2022-04-122-2/+2
* shiboken6: Introduce a private class for ApiExtractorFriedemann Kleint2022-04-112-52/+68
* doc: change color inactive example tabCristián Maureira-Fredes2022-04-112-0/+10
* 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