aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
Commit message (Expand)AuthorAgeFilesLines
* 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-031-2/+2
* Add QAudioBuffer.data()/constData()Friedemann Kleint2022-06-013-14/+47
* Refactor the snippets for QByteArray::__mgetitem__/__msetitem__()Friedemann Kleint2022-06-011-74/+77
* 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-232-0/+29
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-231-0/+1
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-239-28/+59
* Fix a crash in QTextBlock.layout()Friedemann Kleint2022-05-231-0/+5
* QDBus: Use value types where possibleFriedemann Kleint2022-05-201-3/+3
* shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabledFriedemann Kleint2022-05-181-2/+0
* webenginecore - QtWebEngineProfile setNotificationPresenterShyamnath Premnadh2022-05-182-0/+20
* webenginecore: QWebEngineCookieStore setCookieFilterShyamnath Premnadh2022-05-176-1/+147
* UiTools: Remove dependency on QtXmlFriedemann Kleint2022-05-111-1/+1
* PySide6: add qCDebug, qCInfo, qCWarning, qCCritical macrosShyamnath Premnadh2022-05-094-0/+142
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-093-1/+98
* PySide6: Add QQmlContext::setContextProperties()Friedemann Kleint2022-05-093-2/+12
* shiboken: Introduce a function to get the type name of a polymorphic classFriedemann Kleint2022-05-064-1/+130
* Documentation: Remove the C++ QML reference example overwiewsFriedemann Kleint2022-05-061-11/+0
* 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
* PySide6: Add overloads with more parameters to QDBusAbstractInterface::call()Friedemann Kleint2022-05-021-0/+8
* __feature__: improve the feature module by a reset functionChristian Tismer2022-04-285-16/+16
* libpyside: Add a debug operator for numpy arraysFriedemann Kleint2022-04-262-0/+107
* PySide6: Allow for embedded 0 chars in 1 byte stringsFriedemann Kleint2022-04-262-1/+5
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-251-1/+1
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-252-8/+8
* Fix include conventionsFriedemann Kleint2022-04-226-10/+15
* PySide6: Handle not finding a slot by nameFriedemann Kleint2022-04-221-1/+6
* qimage_test.py: Split out XPM test data to a separate fileFriedemann Kleint2022-04-202-234/+263
* setup: fix PySide6.__all__ after the wheel split, augmentedChristian Tismer2022-04-201-1/+2
* PySide6: Expose Test::qWait()/qSleep()Friedemann Kleint2022-04-191-2/+0
* Doc: Drop the HTML in the copyright textVenugopal Shivashankar2022-04-121-1/+1
* PySide6: Optimize for SizeShyamnath Premnadh2022-04-114-0/+35
* doc: skip the documentation build by defaultCristián Maureira-Fredes2022-04-092-5/+12
* Doc: Enable sphinx_copybutton extension for PySide tooVenugopal Shivashankar2022-04-081-3/+1
* doc: new theme to follow the new Qt Doc styleCristián Maureira-Fredes2022-04-0816-82/+119
* doc: use sphinx panels for the offline docCristián Maureira-Fredes2022-04-081-104/+75
* Add readBytes and writeBytes functions from QDataStreamShyamnath Premnadh2022-04-086-6/+123
* QAction: Add setMenu() and menu()Cristián Maureira-Fredes2022-04-083-3/+24
* Add a test for QSharedPointerFriedemann Kleint2022-04-076-0/+172
* PySide6: Fix build after deprecation of QVERIFY_EXCEPTION_THROWNFriedemann Kleint2022-04-071-0/+1
* CMake: Clean up the config to find doc toolsVenugopal Shivashankar2022-04-051-53/+5
* doc: Add cross compilation guideCristián Maureira-Fredes2022-04-021-0/+252
* doc: change http by httpsCristián Maureira-Fredes2022-04-0161-62/+62
* Add QPyQmlParserStatusFriedemann Kleint2022-04-019-7/+215
* setup: fix PySide6.__all__ after the wheel splitChristian Tismer2022-04-011-0/+29
* PySide6: Fix QMetaProperty::Write(..)Shyamnath Premnadh2022-03-313-1/+18
* Fix endless recursion querying __doc__ of a propertyFriedemann Kleint2022-03-281-1/+1