aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* UiTools: Remove dependency on QtXmlFriedemann Kleint2022-05-111-1/+1
* shiboken6: Simplify code in HeaderGenerator::writeFunction()Friedemann Kleint2022-05-111-11/+9
* PySide6: add qCDebug, qCInfo, qCWarning, qCCritical macrosShyamnath Premnadh2022-05-094-0/+142
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-094-1/+101
* PySide6: Add QQmlContext::setContextProperties()Friedemann Kleint2022-05-093-2/+12
* shiboken6: Exclude static fields from default constructible checkFriedemann Kleint2022-05-061-0/+2
* shiboken6: Output more fields in the AbstractMetaClass debug operatorFriedemann Kleint2022-05-061-0/+16
* Python 3.10: Fix GIL state crash when collecting QObjects with signalsFriedemann Kleint2022-05-061-1/+4
* shiboken: Introduce a function to get the type name of a polymorphic classFriedemann Kleint2022-05-069-3/+171