aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/libpyside
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.11-lts' into tqtc/lts-5.15-opensourcev5.15.11-lts-lgplSimo Fält2023-06-294-8/+13
|\
| * Fix Property GC tracking for Python 3.11Christian Tismer2022-09-131-0/+2
| * Add support for Python 3.11Friedemann Kleint2022-08-052-4/+6
| * Fix usage of Py_TYPE() for Python 3.11Friedemann Kleint2022-06-141-4/+5
* | Merge tag 'v5.15.10-lts' into tqtc/lts-5.15-opensourcev5.15.10-lts-lgplSimo Fält2023-06-291-0/+5
|\|
| * PySide6: Handle not finding a slot by nameFriedemann Kleint2022-04-221-0/+5
* | Merge tag 'v5.15.9-lts' into tqtc/lts-5.15-opensourcev5.15.9-lts-lgplSimo Fält2023-06-291-1/+1
|\|
| * Fix endless recursion querying __doc__ of a propertyFriedemann Kleint2022-04-011-1/+1
* | Merge tag 'v5.15.8-lts' into tqtc/lts-5.15-opensourcev5.15.8-lts-lgplSimo Fält2023-05-253-8/+13
|\|
| * py3.10-prep: reset the type cache after feature switchingChristian Tismer2022-01-051-0/+2
| * PySide6: Fix a bug in Slot.__call__Christian Tismer2021-12-091-6/+7
| * PySide6: Fix crash when connecting slot after disconnecting non-existent conn...Friedemann Kleint2021-11-231-2/+4
* | Merge tag 'v5.15.7-lts' into tqtc/lts-5.15-opensourcev5.15.7-lts-lgplSimo Fält2023-05-251-4/+9
|\|
| * PySide6: Fix QFlags comparison to selfFriedemann Kleint2021-10-281-4/+9
* | Merge tag 'v5.15.6-lts' into tqtc/lts-5.15-opensourcev5.15.6-lts-lgplSimo Fält2023-05-253-2/+39
|\|
| * feature: fix the UIC switching problemChristian Tismer2021-08-051-1/+19
| * PySide6: Fix crashes in QObject.findChild()Friedemann Kleint2021-06-302-1/+20
* | Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-0835-105/+735
|/
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-0935-735/+105
* signature: Provide fixes and improvements, Part 1Christian Tismer2021-02-114-8/+8
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-131-1/+3
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-304-26/+34
* pysideproperty.cpp: Fix compilation with MSVC2019/C++ 17 modeFriedemann Kleint2020-11-271-7/+7
* globalreceiverv2: Avoid hash call on instances which might be unhashableChristian Tismer2020-11-171-8/+9
* pysideproperty.cpp: Fix warning about offsetofFriedemann Kleint2020-10-261-13/+15
* Update QtCore.Property to the current standardChristian Tismer2020-10-122-52/+174
* feature_select: finish properties and postpone static propertiesChristian Tismer2020-10-091-3/+76
* Consolidate export/import macrosFriedemann Kleint2020-10-012-21/+12
* Feature-select: Implement signature-awareness of snake_caseChristian Tismer2020-09-291-29/+3
* Signature: Revert SbkSpecial_Type_Ready to PyType_ReadyChristian Tismer2020-09-245-7/+7
* signal: Supply the missing __get__ methodChristian Tismer2020-09-211-2/+18
* signal: perform a cleanup before fixing __get__Christian Tismer2020-09-183-68/+67
* Fix launching PySide2 from paths with non-ASCII latin charactersFriedemann Kleint2020-09-161-3/+9
* feature_select: Implement True PropertiesChristian Tismer2020-09-163-19/+153
* Do some cleanup to pysideproperty.cpp and feature selectChristian Tismer2020-09-142-22/+16
* Add compatibility with NuitkaChristian Tismer2020-09-042-7/+12
* Return QVariantList when using list as Signal argumentCristian Maureira-Fredes2020-08-311-0/+2
* support Python 3.9Christian Tismer2020-08-191-2/+10
* feature-select: delay the feature switchingChristian Tismer2020-08-141-10/+24
* feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-312-18/+62
* feature-select: apply tiny comment improvements and optimize a bitChristian Tismer2020-07-241-16/+22
* feature-select: allow snake_case instead of camelCase for methodsChristian Tismer2020-07-243-17/+124
* feature-select: fix crash in scriptable applicationChristian Tismer2020-07-161-5/+1
* feature-select: Implement a selectable feature frameworkChristian Tismer2020-07-104-0/+452
* Change the return type of the hash functions to Py_ssize_tFriedemann Kleint2020-06-261-1/+1
* Further build fixes for Qt 6Friedemann Kleint2020-06-222-0/+7
* libpyside: Port away from deprecated QRegExpFriedemann Kleint2020-06-221-8/+10
* Implement the QEnum/QFlag decorator, V2Christian Tismer2020-06-157-10/+382
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-111-1/+0
|\
| * Fix leaking reference in PySide2 property getterFriedemann Kleint2020-06-091-1/+0