aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* PySide6: Rename the surface_numpy to surface_model_numpyFriedemann Kleint2022-05-064-0/+0
* shiboken6: Write type discovery for classes that have an id expression setFriedemann Kleint2022-05-061-2/+8
* Documentation: Remove the C++ QML reference example overwiewsFriedemann Kleint2022-05-061-11/+0
* shiboken6: Generate includes in deterministic orderFriedemann Kleint2022-05-058-35/+84
* Fix overriding QGraphicsItem::itemChange()Friedemann Kleint2022-05-041-1/+4
* PySide6: Change type discovery for QStyleOption to use qstyleoption_cast<>Friedemann Kleint2022-05-041-22/+22
* PySide6: QLoggingCategoryShyamnath Premnadh2022-05-032-0/+3
* libpyside: Add a __repr__ for PySideSignalInstanceFriedemann Kleint2022-05-031-0/+9
* shiboken6: Fix potential broken __repr__ output when a '.' occursFriedemann Kleint2022-05-031-3/+4
* PySide6: Add overloads with more parameters to QDBusAbstractInterface::call()Friedemann Kleint2022-05-021-0/+8
* Limited API: Fix broken string conversion for non-compact stringsFriedemann Kleint2022-05-021-1/+1
* shiboken6: Move ownership of the metabuilder classes into ApiExtractorResultFriedemann Kleint2022-05-016-37/+183
* Documention: Wrap some long XML snippetsFriedemann Kleint2022-04-291-2/+6