aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/glue
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.9-lts' into tqtc/lts-5.15-opensourcev5.15.9-lts-lgplSimo Fält2023-06-291-9/+24
|\
| * Fix UNICODE conversion with Python3/Non-Limited APIFriedemann Kleint2022-02-261-6/+20
| * Prospective fix for broken QByteArray::__msetitem__() on big endian architect...Friedemann Kleint2022-02-081-3/+4
* | Merge tag 'v5.15.6-lts' into tqtc/lts-5.15-opensourcev5.15.6-lts-lgplSimo Fält2023-05-251-35/+73
|\|
| * Add fallback case for QSettings.valueCristián Maureira-Fredes2021-08-121-2/+8
| * PySide6: Fix crashes in QObject.findChild()Friedemann Kleint2021-06-301-21/+31
| * translate: Fix translation for derived typesChristian Tismer2021-06-291-12/+34
* | Merge tag 'v5.15.5-lts' into tqtc/lts-5.15-opensourcev5.15.5-lts-lgplSimo Fält2023-05-251-0/+10
|\|
| * Fix error about not holding the GIL when releasing QImage memoryFriedemann Kleint2021-06-051-0/+3
| * Fix crashes when using the QImage(uchar *) data constructors, take 2Friedemann Kleint2021-05-251-0/+7
* | Merge tag 'v5.15.4-lts' into tqtc/lts-5.15-opensourcev5.15.4-lts-lgplSimo Fält2023-05-253-0/+138
|\|
| * Fix crash in QCustom3DVolume::setTextureData()Friedemann Kleint2021-05-141-0/+5
| * Qt Datavisualization: Fix crashes in QBar/SurfaceDataProxy add/set/insertRow()Friedemann Kleint2021-03-181-0/+32
| * PySide2: Implement QOpenGLContext.versionFunctions()Friedemann Kleint2021-03-171-0/+21
| * Add QOpenGLVersionFunctionsFactory from Qt 6Friedemann Kleint2021-03-171-0/+76
| * Fix broken return type conversions of QOpenGLExtraFunctions::glGetStringi()Friedemann Kleint2021-03-101-0/+4
* | Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-0817-51/+357
|/
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-0917-357/+51
* PySide6: Add QOpenGLFunctions.glShaderSource()/glGetShaderSource()Friedemann Kleint2021-03-051-0/+22
* Fix slots being invoked from the wrong threadFriedemann Kleint2020-09-161-0/+6
* feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-311-0/+4
* Indicate limited API builds in QLibraryInfo::build()Friedemann Kleint2020-06-291-0/+10
* Add QObject.findChildren(QRegularExpression)Friedemann Kleint2020-06-261-7/+7
* Change the return type of the hash functions to Py_ssize_tFriedemann Kleint2020-06-261-4/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-261-0/+28
|\
| * pthreads: Try to abandon the GIL in case a thread was terminatedFriedemann Kleint2020-06-261-0/+28
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-191-4/+7
|\|
| * Use pyside2-uic instead of uic for the loadUiTypeCristian Maureira-Fredes2020-06-161-4/+7
* | Implement the QEnum/QFlag decorator, V2Christian Tismer2020-06-151-0/+8
* | Add QSocketDescriptor classCristian Maureira-Fredes2020-06-051-0/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-05-262-0/+154
|\|
| * Add QtUiTools.loadUiTypeCristian Maureira-Fredes2020-05-251-0/+138
| * PySide2: Fix conversion of quintptrFriedemann Kleint2020-05-181-0/+16
* | PySide2: Prepare for Qt 6Friedemann Kleint2020-05-191-4/+12
|/
* Windows: Fix encoding in custom message handlerFriedemann Kleint2020-05-061-1/+1
* shiboken: Update sbkstring to use PyUnicode_GetLengthChristian Tismer2020-03-301-1/+1
* Invert QTreeWidgetItem clear function loopCristian Maureira-Fredes2020-03-251-1/+9
* PySide2: Use int for QVariant conversion when possibleFriedemann Kleint2020-03-251-1/+5
* Add functions with callback of QWebEnginePageFriedemann Kleint2020-03-241-0/+157
* Adjust the allow-thread behaviorCristián Maureira-Fredes2020-03-133-24/+25
* Turn qApp into a normal Python variable, finallyChristian Tismer2020-02-211-2/+2
* Fix PyBuffer interface for QByteArrayCristián Maureira-Fredes2020-02-051-1/+9
* Fix refcount issues with QSettings glue codeCristián Maureira-Fredes2019-11-281-4/+11
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-312-13/+37
|\
| * Fix booleans and empty list cases in QSettingsCristián Maureira-Fredes2019-10-281-13/+30
| * Add inject-code for QVideoFrame::bits()VaL Doroshchuk2019-10-251-0/+7
* | Improve the NumPy Support by iterablesChristian Tismer2019-10-301-2/+4
* | Speed: Avoid some repeated string constant initializationFriedemann Kleint2019-09-301-3/+3
* | PySide: Clean up indentation, fix refcounts and improve generated codeChristian Tismer2019-09-181-2/+3
|/
* shiboken: Allow for "auto" as target of type for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-291-3/+2