aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* __feature__: Ensure that features are not affected by other imports6.0Christian Tismer2021-05-032-8/+7
* shiboken6: Fix XML errors when injecting target format (RST) documentationFriedemann Kleint2021-04-221-1/+1
* cmake: add dependencies to rebuild libshiboken embedded files, addendumChristian Tismer2021-04-211-0/+1
* signature: Refine the decision heuristics of result tuplesChristian Tismer2021-04-201-1/+3
* doc: use sphinx panels in shiboken docsCristian Maureira-Fredes2021-04-182-2/+71
* shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-154-13/+52
* cmake: bump general Qt minimum versionCristian Maureira-Fredes2021-04-083-4/+4
* cmake: add dependencies to rebuild libshiboken embedded filesChristian Tismer2021-04-074-42/+76
* signature: protect an unrecognized item from raising exceptionsChristian Tismer2021-04-072-2/+14
* Bump version strings for next releaseAkseli Salovaara2021-04-061-1/+1
* shiboken6: Fix 32 bit buildsFriedemann Kleint2021-03-251-0/+2
* PySide import: Make imports more safe against installation errorsChristian Tismer2021-03-253-15/+18
* shiboken6: Fix crash when using enumeration types from other classesFriedemann Kleint2021-03-221-2/+5
* doc: add sphinx-panels to the documentationCristian Maureira-Fredes2021-03-171-0/+18
* shiboken6: Fix AbstractMetaClass::fullName() for nested classesFriedemann Kleint2021-03-161-1/+1
* libshiboken: Silence unimplemented array type warningFriedemann Kleint2021-03-111-1/+0
* shiboken6: Do not hardcode libclang's build typeFriedemann Kleint2021-03-101-1/+2
* shiboken6: Mention add-conversion for conversion rulesFriedemann Kleint2021-03-101-2/+3
* shiboken6: Brush up the code injection documentationFriedemann Kleint2021-03-103-13/+22
* shiboken6: Fix parsing of project filesFriedemann Kleint2021-03-031-1/+1
* shiboken: Provide the correct inheritance for enum typesChristian Tismer2021-03-034-50/+88
* shiboken6/Documentation: Fix the TOC tables for modules with < 4 classes per ...Friedemann Kleint2021-02-151-4/+1
* shiboken6: Fix broken tables in the QLocale documentationFriedemann Kleint2021-02-111-1/+1
* shiboken6: Do not fail when containing template class of inner class cannot b...Friedemann Kleint2021-02-111-7/+16
* feature: Supply switching for newly created objectsChristian Tismer2021-02-111-0/+4
* signature: Provide fixes and improvements, Part 1, addendumChristian Tismer2021-02-101-5/+4
* doc: fix responsiveness of the pageCristian Maureira-Fredes2021-02-101-6/+55
* shiboken6/Documentation: Fix formatting tables on QIODevicesFriedemann Kleint2021-02-103-0/+24
* shiboken6/Documentation: Fix the TOC tableFriedemann Kleint2021-02-091-30/+19
* doc: add tool to generate examples galleryCristian Maureira-Fredes2021-02-091-7/+17
* shiboken6: Add more formatting tests to sphinxtable testFriedemann Kleint2021-02-092-0/+69
* shiboken6/Documentation: Fix the TOC table to appearFriedemann Kleint2021-02-091-2/+0
* shiboken6/Documentation: Fix the extra sectionsFriedemann Kleint2021-02-091-11/+16
* shiboken6/Documentation: Fix table width determinationFriedemann Kleint2021-02-081-3/+3
* shiboken6/TextStream: Fix the output of empty aligned fields for width=0Friedemann Kleint2021-02-082-1/+6
* shiboken6/Documentation: Fix the sorting of classesFriedemann Kleint2021-02-081-5/+3
* shiboken6: Fix missing images in documentationFriedemann Kleint2021-02-051-0/+1
* doc: general update and add more informationCristian Maureira-Fredes2021-02-041-3/+28
* Bump version strings for next releaseSimo Fält2021-02-031-1/+1
* shiboken6: Fix a crash when printing clang diagnosticsFriedemann Kleint2021-02-012-5/+18
* feature: Fix a flag error when no snake_case is selectedChristian Tismer2021-02-011-3/+4
* shiboken6: Do not attempt to qualify braces specified as default valuesFriedemann Kleint2021-01-261-1/+1
* shiboken6: Add missing break statementsFriedemann Kleint2021-01-221-0/+2
* signature: Provide fixes and improvements, Part 1Christian Tismer2021-01-222-23/+37
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-115-7/+40
* shiboken2: Add diagnostic output to clang include searchFriedemann Kleint2021-01-111-1/+6
* sources: migration from format() to f-stringsCristian Maureira-Fredes2021-01-0610-30/+32
* feature: Disable selection while creating a typeChristian Tismer2021-01-062-3/+9
* shiboken6: Guard against repeated invocation of the module init functionFriedemann Kleint2021-01-051-1/+6
* basewrapper: clear all traces of special Q*Application treatmentChristian Tismer2021-01-048-188/+49