aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/glue
Commit message (Expand)AuthorAgeFilesLines
* Rename PySide2 to PySide6Friedemann Kleint2020-11-0217-4208/+0
* remove traces of Python2 from C codeChristian Tismer2020-10-271-34/+0
* Remove deprecated QVariant::TypeFriedemann Kleint2020-10-271-34/+0
* PySide snippets: Fix deprecation warnings about constructing a QVariant from ...Friedemann Kleint2020-10-271-34/+28
* QtQml: Implement QmlElementMaximilian Goldstein2020-10-221-0/+4
* Adapt to recent changes in qtbaseFriedemann Kleint2020-10-021-11/+0
* Add QStringView/QByteArrayViewFriedemann Kleint2020-09-301-0/+4
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-09-171-0/+6
|\
| * Fix slots being invoked from the wrong threadFriedemann Kleint2020-09-161-0/+6
* | Adapt to new changes in qtbaseFriedemann Kleint2020-09-141-8/+8
* | Further cleanups of Python2 in C++ codeFriedemann Kleint2020-09-031-8/+0
* | Remove Python2 from C++ codeFriedemann Kleint2020-09-032-85/+13
* | Adapt to recent Qt 6 changesFriedemann Kleint2020-09-011-6/+9
* | Remove QStringRefFriedemann Kleint2020-08-201-9/+0
* | Fix build of qtbase modulesFriedemann Kleint2020-08-171-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-08-171-0/+4
|\|
| * feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-311-0/+4
* | PySide2: Add qmlRegisterUncreatableType()Friedemann Kleint2020-07-241-0/+5
* | Implement qmlRegisterSingletonTypeMaximilian Goldstein2020-07-231-0/+15
* | Initial port of Core,Gui,Widgets,Network,Qml,Quick to Qt 6Friedemann Kleint2020-07-032-10/+8
|/
* 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