aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pin Qt6.3.1 sha1 and fix version for releasev6.3.16.3.1Simo Fält2022-06-143-7/+7
* Fix usage of Py_TYPE() for Python 3.11Friedemann Kleint2022-06-133-7/+9
* Documentation: Fix mention of the clang environment variableFriedemann Kleint2022-06-103-8/+8
* libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-101-7/+7
* qtpy2cpp: Qualify the Qt namespace with "::" instead of "->"Friedemann Kleint2022-06-102-3/+10
* libshiboken: Fix a crash in Shiboken::Object::isValid() for Python 3.11Friedemann Kleint2022-06-101-0/+1
* Fix deprecation of the Py_TRASHCAN_SAFE_BEGIN/END macrosFriedemann Kleint2022-06-102-0/+16
* qtpy2cpp: Handle indexesFriedemann Kleint2022-06-101-0/+10
* Add changelog 6.3.1Friedemann Kleint2022-06-101-0/+67
* Be more precise with signing directorySimo Fält2022-06-102-1/+7
* Add Qt5Compat.GraphicalEffectsFriedemann Kleint2022-06-091-0/+1
* Blacklist smartpointer tests on macOSFriedemann Kleint2022-06-071-0/+2
* qtpy2cpp: Improve function definitionsFriedemann Kleint2022-06-042-12/+83
* qtpy2cpp: Move Qt class information to a separate fileFriedemann Kleint2022-06-043-11/+95
* qtpy2cpp: Handle context managersFriedemann Kleint2022-06-041-0/+20
* libshiboken: Fix occasional crashes when using QMLFriedemann Kleint2022-06-031-0/+12
* Signature Module: Remove special handling of QtMultimedia, amendedFriedemann Kleint2022-06-031-6/+0
* Limited_API: Fix PyIndex_Check once and for all: avoid warningChristian Tismer2022-06-033-7/+7
* qtpy2cpp: Handle chained function calls a()->b()->c()Friedemann Kleint2022-06-021-2/+33
* qtpy2cpp: Handle main()Friedemann Kleint2022-06-021-0/+25
* qtpy2cpp: Improve construction of Qt classesFriedemann Kleint2022-06-021-2/+47
* qtpy2cpp: Handle multiple file argumentsFriedemann Kleint2022-06-021-26/+26
* qtpy2cpp: Add return tokenFriedemann Kleint2022-06-021-2/+7
* qtpy2cpp: Improve error handlingFriedemann Kleint2022-06-023-10/+13
* build: remove directories in 'package_for_wheels/' on re-runCristián Maureira-Fredes2022-06-011-13/+30
* Add QAudioBuffer.data()/constData()Friedemann Kleint2022-06-013-14/+47
* Signature Module: Remove special handling of QtMultimediaFriedemann Kleint2022-06-011-16/+0
* qtpy2cpp: Add more operatorsFriedemann Kleint2022-06-012-2/+42
* Refactor the snippets for QByteArray::__mgetitem__/__msetitem__()Friedemann Kleint2022-06-011-74/+77
* shiboken6: Fix formatting of sequence/mapping methodsFriedemann Kleint2022-05-301-4/+2
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-277-17/+76
* PyEnum: Fix the old Enums to produce correct .pyi files, againChristian Tismer2022-05-272-2/+2
* flake8: fix style issues to build_scripts, amended: fix main.pyChristian Tismer2022-05-271-12/+14
* doc: update community section in READMEsCristián Maureira-Fredes2022-05-253-6/+6
* shiboken6: Indicate ownership transferences by constructor heuristicsFriedemann Kleint2022-05-241-2/+8
* Fix "Internal C++ object already deleted." when using QWidget::nativeParentWi...Friedemann Kleint2022-05-241-0/+6
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-2310-60/+292
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-238-38/+214
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-2313-42/+99
* shiboken6: Indicate ownership transferences by return value heuristicsFriedemann Kleint2022-05-231-2/+4
* Fix a crash in QTextBlock.layout()Friedemann Kleint2022-05-231-0/+5
* shiboken6: Generate converters for all smart pointee base classesFriedemann Kleint2022-05-231-27/+32
* QDBus: Use value types where possibleFriedemann Kleint2022-05-201-3/+3
* shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabledFriedemann Kleint2022-05-185-11/+27
* webenginecore - QtWebEngineProfile setNotificationPresenterShyamnath Premnadh2022-05-189-0/+321
* shiboken6: Introduce a struct for PyMethodDefFriedemann Kleint2022-05-185-52/+152
* webenginecore: QWebEngineCookieStore setCookieFilterShyamnath Premnadh2022-05-176-1/+147
* shiboken6: Refactor wrapper function generation checkingFriedemann Kleint2022-05-175-85/+110
* testing: Increase the timeout for debug buildsChristian Tismer2022-05-171-1/+1
* Examples: Raise C++ standard to 17 for Qt 6Friedemann Kleint2022-05-132-4/+4