aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
Commit message (Expand)AuthorAgeFilesLines
...
* PySide6: Fix some generation warningsFriedemann Kleint2023-05-121-0/+3
* Revert "PySide6: Fix build broken by mixed flag operators"Friedemann Kleint2023-05-111-8/+0
* shiboken6/clang: Suppress class scope look up for parameters with scope resol...Friedemann Kleint2023-04-281-1/+1
* PySide6: Add QTimeZone::InitializationFriedemann Kleint2023-04-141-0/+1
* Add type hints for return values modified to Tuple[]Friedemann Kleint2023-04-131-12/+12
* Add enums of the Permission APIFriedemann Kleint2023-03-291-0/+4
* Add basic permission APIFriedemann Kleint2023-03-271-0/+22
* Introduce QHashSeedFriedemann Kleint2023-03-221-0/+2
* PySide6: Implement QOpenGLContext.getProcAddress()Friedemann Kleint2023-03-181-1/+8
* PySide6: Clean up rejectionsFriedemann Kleint2023-03-161-17/+1
* Fix warning about QBuffer::setData() not being found for modificationFriedemann Kleint2023-03-101-1/+1
* PySide: Add QRunnable create()Shyamnath Premnadh2023-02-271-0/+3
* Add QMetaMethod.fromSignal()Friedemann Kleint2023-02-271-0/+12
* Add configuration options for some Qt classesFriedemann Kleint2023-02-221-3/+28
* Rename Qt::Appearance to Qt::ColorSchemeFriedemann Kleint2023-02-201-1/+1
* Adapt to Qt 6.5Friedemann Kleint2023-02-091-0/+3
* shiboken6: Add element for opaque containersFriedemann Kleint2023-01-111-1/+1
* PySide6: Fix negative values causing an error in QLocale.toString()Friedemann Kleint2023-01-091-3/+3
* PySide6: Remove include module-local include "core_snippets_p.h" from headersFriedemann Kleint2022-12-161-4/+8
* PySide6: Expand template PyDateTime_ImportAndCheckFriedemann Kleint2022-12-161-18/+9
* Fix QObject::sender() for non-C++ slotsFriedemann Kleint2022-12-121-0/+1
* Fix a crash when deleting QObject instances with connections in threadsFriedemann Kleint2022-12-081-4/+0
* PySide6: Fix float type overloads of QLocale.toCurrencyString()Friedemann Kleint2022-11-251-0/+4
* PyEnum: Update list of IntEnum to keep compatibility in 6.4, additionChristian Tismer2022-11-031-1/+1
* PySide6: Remove obsolete "since" tags from typesystemFriedemann Kleint2022-11-021-69/+65
* Typesystem: Add includes required to be able to forward-declare classes in th...Friedemann Kleint2022-10-311-0/+2
* shiboken6: Handle Qt private signals for documentation purposesFriedemann Kleint2022-10-211-1/+0
* Enable type strings in Q_ARG/Q_RETURN_ARG for QMetaObject.invokeMethod()Friedemann Kleint2022-09-061-7/+7
* PyEnum: Improve the handling of QKeyCombinationChristian Tismer2022-09-011-2/+15
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-131-13/+22
* PySide6: Fix a crash when overriding QAbstractItemModel::mimeData()Friedemann Kleint2022-08-111-1/+1
* Fix signal QAbstractItemModel::layoutAboutToBeChanged(QList<QPersistentModelI...Friedemann Kleint2022-07-061-0/+7
* Adapt to Qt 6.4Friedemann Kleint2022-06-291-2/+2
* Fix returning flags from QAbstractTableModel and other modelsFriedemann Kleint2022-06-241-3/+2
* support enum handling for headerData(...)Shyamnath Premnadh2022-06-241-0/+4
* Remove build warning qCDebug, qCWarning, qCInfo, qCCriticalShyamnath Premnadh2022-06-231-4/+4
* pyside: Modify QAbstractListModel.data(..) to consider enumsShyamnath Premnadh2022-06-151-0/+3
* shiboken6: Introduce an attribute for parent ownership heuristicsFriedemann Kleint2022-05-271-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-271-38/+2
* shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabledFriedemann Kleint2022-05-181-2/+0
* Implement Q_ARG/Q_RETURN_ARG for QMetaObject.invokeMethod() with argumentsFriedemann Kleint2022-05-101-2/+53
* PySide6: add qCDebug, qCInfo, qCWarning, qCCritical macrosShyamnath Premnadh2022-05-091-0/+27
* QMetaType: Add a constructor taking a PyTypeObjectFriedemann Kleint2022-05-091-0/+4
* PySide6: Fix bool(QByteArray(b"")) to return FalseFriedemann Kleint2022-05-091-1/+3
* PySide6: Remove qHash() specificationsFriedemann Kleint2022-05-061-4/+4
* Specify meta type registration for some class hierarchiesFriedemann Kleint2022-05-041-1/+2
* PySide6: QLoggingCategoryShyamnath Premnadh2022-05-031-0/+2
* libpyside: Add function to convert a PyTypeObject to a QMetaTypeFriedemann Kleint2022-04-281-0/+3
* libpyside: Move the UNICODE conversion into the libraryFriedemann Kleint2022-04-281-0/+1
* Add readBytes and writeBytes functions from QDataStreamShyamnath Premnadh2022-04-081-3/+24