aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Pin qt5 sha1 for 6.4.0 release and clean version stringsv6.4.0Simo Fält2022-10-112-4/+4
* Add deployment to pyside6-projectShyamnath Premnadh2022-10-101-27/+61
* Desktop DeploymentShyamnath Premnadh2022-10-106-2/+549
* PySide6: Fix enum to QVariant conversion for the new enumsChristian Tismer2022-10-101-10/+6
* shiboken6/macOS: Remove dupl. check in conditionAdrian Herrmann2022-10-071-1/+0
* shiboken6: Fix further warnings about unused variables in generated codeFriedemann Kleint2022-10-061-6/+12
* shiboken6: Test that the typedefs of C++ 11 integer types are seenFriedemann Kleint2022-10-062-1/+42
* shiboken6: Fix smart pointers of type <const Pointee>Friedemann Kleint2022-10-064-1/+20
* PySide6: Remove GL entities in QtOpenGLFriedemann Kleint2022-10-067-40/+20
* PySide6: Remove GL entities in QtGuiFriedemann Kleint2022-10-061-110/+90
* shiboken6: Fix indirections of enums/flag argumentsFriedemann Kleint2022-10-0512-100/+254
* shiboken6: Introduce a helper for dereferencing argumentsFriedemann Kleint2022-10-053-6/+10
* shiboken6: Add an option to print primitive type entriesFriedemann Kleint2022-10-055-1/+103
* shiboken6: Replace pyIntT() by pyLongT()Friedemann Kleint2022-09-302-14/+12
* shiboken6: Match function modifications by unresolved signature as wellFriedemann Kleint2022-09-3010-18/+62
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-09-306-75/+269
* shiboken6/macOS: Fix C++ 11 integer types (int32_t, ...) not being recognizedFriedemann Kleint2022-09-291-3/+4
* shiboken6: Fix some compiler warningsFriedemann Kleint2022-09-293-3/+1
* Document the argument-type attribute of the rejection typesystem elementFriedemann Kleint2022-09-261-5/+8
* Fix warning about unknown warning option (clang)Friedemann Kleint2022-09-261-1/+5
* Add the dropsite exampleFriedemann Kleint2022-09-261-1/+0
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-262-9/+110
* Enable warnings about unused parametersFriedemann Kleint2022-09-261-1/+1
* shiboken6: Fix warnings about unused parameters in generated codeFriedemann Kleint2022-09-263-2/+23
* shiboken6: Refactor helper ShibokenGenerator::writeUnusedVariableCast()Friedemann Kleint2022-09-263-27/+29
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-2612-18/+17
* shiboken6/tests/libsample: Fix warnings about unused parametersFriedemann Kleint2022-09-2632-153/+492
* shiboken6: Fix warning about not returning a value in all control pathsFriedemann Kleint2022-09-261-1/+1
* Increase the compiler warning level (g++)Friedemann Kleint2022-09-231-1/+2
* shiboken6/test: Fix warnings about implicitly generated assignment operatorsFriedemann Kleint2022-09-2316-56/+58
* Fix warnings about missing initializersFriedemann Kleint2022-09-235-15/+18
* shiboken6: Clean up header generator.hFriedemann Kleint2022-09-2113-246/+276
* shiboken6: Fix wrapper destructor generation detectionFriedemann Kleint2022-09-212-34/+29
* Documentation/patch_qhp.py: Strip the module from the indexFriedemann Kleint2022-09-212-1/+17
* shiboken6: Clean up includesFriedemann Kleint2022-09-2157-65/+66
* Documentation: Add option --no-qt-tools to cross buildingFriedemann Kleint2022-09-201-0/+4
* Fix compiling with OpenGL ESFriedemann Kleint2022-09-202-0/+4
* PyEnum: write about new Enums and Forgiveness ModeChristian Tismer2022-09-202-3/+165
* Add the character map exampleFriedemann Kleint2022-09-171-1/+0
* Add the QtGui analogclock exampleFriedemann Kleint2022-09-161-1/+0
* Move examples aroundFriedemann Kleint2022-09-162-2/+2
* shiboken6: Add command line options for compiler, path and platformFriedemann Kleint2022-09-164-1/+97
* PySide6: Add QtGui function qt_set_sequence_auto_mnemonic()Friedemann Kleint2022-09-164-1/+14
* shiboken6: Simplify project file and arguments parsingFriedemann Kleint2022-09-151-66/+72
* Remove the ported Python examples pages from additionaldocs.lstFriedemann Kleint2022-09-151-110/+0
* Generate documentation for all modules independentlyFriedemann Kleint2022-09-151-3/+10
* Documentation: Add a way to determine base classes from a JSON fileFriedemann Kleint2022-09-152-3/+84
* Documentation: Split out inheritance by import from the Sphinx extensionFriedemann Kleint2022-09-152-117/+157
* Documentation: Add a way to output inheritance graphsFriedemann Kleint2022-09-144-2/+48
* Documentation/patch_qhp.py: Brush up scriptFriedemann Kleint2022-09-133-28/+41