aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/glue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add optional support for types in QSettings::valueCristián Maureira-Fredes2019-07-171-0/+50
* Leave QVariantMap as a name, not a typeCristian Maureira-Fredes2019-07-021-4/+1
* Cleanup pointer whitespace everywhereChristian Tismer2019-06-2410-232/+235
* Support the qApp macro in "scriptable application"Christian Tismer2019-06-171-5/+4
* Fix negative refcount on QSocketNotifierChristian Tismer2019-06-101-2/+2
* Add explicit methods for QOpenGLShaderProgramm.setUniformValue (i/f)Cristian Maureira-Fredes2019-04-241-0/+10
* Make the PepType_AS_BUFFER definition completeChristian Tismer2019-04-161-4/+0
* Add toBytes() and BufferProtocolCristian Maureira-Fredes2019-03-151-7/+39
* Add setPageSize new signature to QPageSizeCristian Maureira-Fredes2019-02-261-0/+43
* Return PyObject wrapper when not valid QVariantCristian Maureira-Fredes2019-02-081-6/+10
* QtCore snippets: Fix warning about printf() format in generated codeFriedemann Kleint2019-01-301-1/+2
* Cast PyLongs to WIdCristian Maureira-Fredes2018-12-041-0/+12
* Move code to snippets and templatesCristian Maureira-Fredes2018-11-301-0/+47
* Move old glue code to snippets filesCristian Maureira-Fredes2018-11-304-21/+801
* Move add-conversion and native-to-target codeCristian Maureira-Fredes2018-11-293-4/+309
* Place templates per moduleCristian Maureira-Fredes2018-11-284-0/+76
* QApplication::setStyle ownership transferCristian Maureira-Fredes2018-11-281-0/+8