aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qtcore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add QRangeModelFriedemann Kleint6 days1-0/+249
* MetaObjectBuilder: Handle quint64 enumerationsFriedemann Kleint2025-06-301-0/+37
* Output more detailed build in QLibraryInfo::build()Friedemann Kleint2025-06-301-10/+43
* Move some qvariant helper code into libpysideFriedemann Kleint2025-05-221-47/+4
* Remove deprecated Qt::TimeSpec usage in QDateTime constructorEce Cinucen2025-05-211-0/+6
* libshiboken: Add utility class for stashing Python errorsFriedemann Kleint2025-05-071-5/+1
* Fix unused variable warning in QVariant conversionFriedemann Kleint2025-05-021-3/+1
* Fix QMetaEnum conversions into QVariantRenato Araujo Oliveira Filho2025-04-231-1/+11
* Fix crash when entering a Qt message handler with a Python error setFriedemann Kleint2025-04-231-0/+5
* PySide6: Add class QMessageLoggerShyamnath Premnadh2025-04-101-0/+12
* PySide6: Add support for std::chrono::secondsFriedemann Kleint2025-03-261-2/+2
* Add support for std::chrono::millisecondsFriedemann Kleint2025-03-031-0/+8
* PySide6: Change some templates to be snippetsFriedemann Kleint2025-02-201-0/+6
* shiboken6: Enable code snippets for templatesFriedemann Kleint2025-02-201-0/+12
* Adapt to QDateTime/Qt::TimeSpec deprecationFriedemann Kleint2024-11-211-2/+7
* PySide6: Fix spelling error in PySideEasingCurveFunctorFriedemann Kleint2024-11-211-1/+1
* PySide6: Improve the categorized logging functionsFriedemann Kleint2024-11-191-7/+0
* PySide6: Use %s-formatting for qDebug() and friendsFriedemann Kleint2024-11-191-5/+3
* limited api: Remove PyBytes_AS_STRING and PyBytes_GET_SIZECristián Maureira-Fredes2024-11-081-17/+17
* limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...Cristián Maureira-Fredes2024-11-081-19/+19
* limited api: Remove PyList_GET_ITEM, PyList_SET_ITEM and PyList_GET_SIZE macrosCristián Maureira-Fredes2024-11-081-2/+2
* limited api: replace PySequence_Fast_GET_SIZE by PySequence_SizeCristián Maureira-Fredes2024-11-081-1/+1
* limited api: replace PySequence_Fast_GET_ITEM by PySequence_GetItemCristián Maureira-Fredes2024-11-081-1/+1
* PySide6: Add QModelRoleDataSpanFriedemann Kleint2024-09-111-0/+20
* shiboken6: Refactor __getitem__/__setitem__ code generationFriedemann Kleint2024-09-111-13/+18
* shiboken6: Fix some clang-tidy warnings in generated codeFriedemann Kleint2024-09-111-4/+4
* Add QDirListingFriedemann Kleint2024-09-051-0/+20
* libpyside: Reimplement signal connections for Python callables not targeting ...Friedemann Kleint2024-08-211-6/+1
* Fix clang warning: lambda capture 'count' is not used [-Wunused-lambda-capture]Friedemann Kleint2024-08-011-1/+1
* Add QMessageBox.open() with a slotFriedemann Kleint2024-07-041-19/+2
* Fix suppressed exceptions for 0-delay singleShotAdrian Herrmann2024-05-271-0/+2
* Python 3.12: Avoid issues with reference counting of immortal Python typesFriedemann Kleint2024-05-161-4/+2
* Shiboken: Simplify Python Error MessagesChristian Tismer2024-05-101-8/+4
* LazyInit: Move the get arguments into a static structureChristian Tismer2024-03-131-3/+4
* LazyInit: Implement Lazy Initialization by Delayed Module EntriesChristian Tismer2024-03-131-0/+2
* PySide6: fix systemLocale goes out of scopeShyamnath Premnadh2024-03-131-1/+1
* Fix a crash when using struct.unpack() on a QByteArray with Limited APIFriedemann Kleint2024-03-071-2/+2
* Long live PyObjectHolderFriedemann Kleint2024-03-051-12/+19
* Enum: Move special Flag patch into a snippetChristian Tismer2024-03-051-0/+36
* Fix conversion of QVariant<->QMatrix<n>x<m>Friedemann Kleint2024-02-221-11/+42
* Desktop Deployment: link permission libraries for macOSShyamnath Premnadh2024-02-211-0/+13
* QTimer: Call C++ function for singleShot timersAdrian Herrmann2024-02-131-57/+67
* QTimer: Fix singleShot overload with contextAdrian Herrmann2024-02-071-23/+25
* QObject: Add connect() overload with context argAdrian Herrmann2024-02-071-0/+6
* PySide6: Fix callable invocationsFriedemann Kleint2024-02-011-3/+3
* LazyInit: Make imports computable from offset constantsChristian Tismer2024-01-311-7/+7
* PySide6: Use PyType_GetSlot() instead of accessing PyTypeObject's slots in sn...Friedemann Kleint2024-01-161-6/+12
* Add QLatin1StringFriedemann Kleint2024-01-081-0/+22
* Fix qCompress/qUncompress() taking a PyBuffer/len argumentsFriedemann Kleint2024-01-051-0/+12
* Implement QLockFile::getLockInfo()Friedemann Kleint2023-12-201-0/+9