aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/glue/qtcore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-1879/+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
* 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
* | Further cleanups of Python2 in C++ codeFriedemann Kleint2020-09-031-8/+0
* | Remove Python2 from C++ codeFriedemann Kleint2020-09-031-70/+12
* | 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
* | Initial port of Core,Gui,Widgets,Network,Qml,Quick to Qt 6Friedemann Kleint2020-07-031-9/+7
|/
* 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
* | 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-261-0/+16
|\|
| * 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
* PySide2: Use int for QVariant conversion when possibleFriedemann Kleint2020-03-251-1/+5
* Adjust the allow-thread behaviorCristián Maureira-Fredes2020-03-131-14/+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-311-13/+30
|\
| * Fix booleans and empty list cases in QSettingsCristián Maureira-Fredes2019-10-281-13/+30
* | Speed: Avoid some repeated string constant initializationFriedemann Kleint2019-09-301-3/+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-241-101/+106
* Support the qApp macro in "scriptable application"Christian Tismer2019-06-171-5/+4
* Fix negative refcount on QSocketNotifierChristian Tismer2019-06-101-2/+2
* Make the PepType_AS_BUFFER definition completeChristian Tismer2019-04-161-4/+0
* Add toBytes() and BufferProtocolCristian Maureira-Fredes2019-03-151-7/+39
* 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
* Move code to snippets and templatesCristian Maureira-Fredes2018-11-301-0/+47
* Move old glue code to snippets filesCristian Maureira-Fredes2018-11-301-12/+466
* Move add-conversion and native-to-target codeCristian Maureira-Fredes2018-11-291-0/+279
* Place templates per moduleCristian Maureira-Fredes2018-11-281-0/+26