aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* Signature Module: Remove special handling of QtMultimedia, amendedFriedemann Kleint2022-06-031-6/+0
* Add QAudioBuffer.data()/constData()Friedemann Kleint2022-06-013-14/+47
* Signature Module: Remove special handling of QtMultimediaFriedemann Kleint2022-06-011-16/+0
* Refactor the snippets for QByteArray::__mgetitem__/__msetitem__()Friedemann Kleint2022-05-311-74/+77
* shiboken6: Disable return value heuristics for parent accessorsFriedemann Kleint2022-05-313-3/+11
* Fix enumerations in WebEngine codeFriedemann Kleint2022-05-301-1/+1
* shiboken6: Fix formatting of sequence/mapping methodsFriedemann Kleint2022-05-301-4/+2
* shiboken6: Introduce an attribute for parent ownership heuristicsFriedemann Kleint2022-05-2711-13/+89
* shiboken6: Add a way to specify free functionsFriedemann Kleint2022-05-2710-3/+151
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-276-13/+58
* PyEnum: Fix the old Enums to produce correct .pyi files, againChristian Tismer2022-05-272-2/+2
* shiboken6: Fix deprecation handlingFriedemann Kleint2022-05-276-14/+35
* Use SPDX license identifiersLucie GĂ©rard2022-05-271476-44647/+2965
* Move more warnings and errors into libshibokenFriedemann Kleint2022-05-253-13/+37
* shiboken6: Indicate ownership transferences by constructor heuristicsFriedemann Kleint2022-05-241-2/+8
* shiboken6: Add doc field to PyMethodDefFriedemann Kleint2022-05-242-1/+7
* Fix "Internal C++ object already deleted." when using QWidget::nativeParentWi...Friedemann Kleint2022-05-241-0/+6
* PyEnum: Prepare Enum tests for both old and new enums, amendedChristian Tismer2022-05-241-1/+1
* 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
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-2213-42/+99
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-229-59/+289
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-208-38/+216
* QDBus: Use value types where possibleFriedemann Kleint2022-05-201-3/+3
* shiboken6: Use existing function to return all type system ancestorsFriedemann Kleint2022-05-201-16/+2
* shiboken6: Generate converters for all smart pointee base classesFriedemann Kleint2022-05-191-27/+46
* shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabledFriedemann Kleint2022-05-185-11/+27
* webenginecore - QtWebEngineProfile setNotificationPresenterShyamnath Premnadh2022-05-182-0/+20
* shiboken6: Introduce a struct for PyMethodDefFriedemann Kleint2022-05-185-52/+152
* webenginecore: QWebEngineCookieStore setCookieFilterShyamnath Premnadh2022-05-176-1/+147
* Enable numpy support by defaultFriedemann Kleint2022-05-171-2/+1
* shiboken6: Extract class CodeSnip into separate filesFriedemann Kleint2022-05-1720-172/+264
* shiboken6: Split the typesystem headerFriedemann Kleint2022-05-1767-684/+1554
* Add test for std::optionalFriedemann Kleint2022-05-137-0/+249
* shiboken6: Add type "handle", "value-handle", to smart pointersFriedemann Kleint2022-05-137-27/+67
* shiboken6: Move error messages into the libraryFriedemann Kleint2022-05-136-41/+191
* Move numpyview from libpyside into libshibokenFriedemann Kleint2022-05-1313-325/+493
* shiboken6: Refactor wrapper function generation checkingFriedemann Kleint2022-05-135-88/+110
* shiboken6: Add an attribute for explicitly defining the functions to be gener...Friedemann Kleint2022-05-1110-3/+102
* UiTools: Remove dependency on QtXmlFriedemann Kleint2022-05-111-1/+1
* shiboken6: Simplify code in HeaderGenerator::writeFunction()Friedemann Kleint2022-05-111-11/+9
* Implement Q_ARG/Q_RETURN_ARG for QMetaObject.invokeMethod() with argumentsFriedemann Kleint2022-05-106-7/+476
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-094-1/+101
* PySide6: add qCDebug, qCInfo, qCWarning, qCCritical macrosShyamnath Premnadh2022-05-094-0/+142
* QMetaType: Add a constructor taking a PyTypeObjectFriedemann Kleint2022-05-094-0/+79
* libpyside: Fix qMetaTypeFromPyType() for wrapped typesFriedemann Kleint2022-05-091-1/+1
* PySide6: Add QQmlContext::setContextProperties()Friedemann Kleint2022-05-093-2/+12
* PySide6: Fix bool(QByteArray(b"")) to return FalseFriedemann Kleint2022-05-091-1/+3
* 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