aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Speed up test bug_927.pyFriedemann Kleint7 days1-4/+4
* Lazy Load: Fix polymorphic classes by identifying lazy groupsFriedemann Kleint2024-04-231-0/+16
* Port the QtCore signals tests to modern syntaxFriedemann Kleint2024-04-096-43/+53
* Add QIOPipeAdrian Herrmann2024-03-131-0/+36
* Fix a crash when using struct.unpack() on a QByteArray with Limited APIFriedemann Kleint2024-03-071-0/+8
* signature: Add support for classmethodsCristián Maureira-Fredes2024-02-251-5/+4
* Tests: Stop comparing QMimeType descriptionsFriedemann Kleint2024-02-161-4/+3
* qmimedatabase_test.py: Fix for 6.7/WindowsFriedemann Kleint2024-02-151-2/+1
* QTimer: Call C++ function for singleShot timersAdrian Herrmann2024-02-131-1/+63
* QTimer: Fix singleShot overload with contextAdrian Herrmann2024-02-071-0/+11
* PySide6: Change QObject.disconnect() to return False with warning on failureFriedemann Kleint2024-01-161-1/+1
* Fix qCompress/qUncompress() taking a PyBuffer/len argumentsFriedemann Kleint2024-01-051-1/+23
* Implement QLockFile::getLockInfo()Friedemann Kleint2023-12-201-0/+3
* Avoid converting to string for calculating the hash valueFriedemann Kleint2023-12-191-2/+33
* Tests: Fix some flake warningsFriedemann Kleint2023-11-289-13/+13
* QTimer: Implement singleShot signatures w/ contextAdrian Herrmann2023-11-241-2/+28
* Add QMetaMethod::invoke()Friedemann Kleint2023-11-011-0/+21
* QIODevice: Implement buffered readsAdrian Herrmann2023-08-311-0/+78
* PySide6: Fix up QDataStream.readRawData/writeRawData()Friedemann Kleint2023-08-291-0/+10
* Brush up code related to pre-Jira bug 1019Friedemann Kleint2023-08-221-0/+1
* Fix QLocale.toLong return valueCristián Maureira-Fredes2023-08-151-0/+5
* Fix 3 strange cases in QSettings.value() round trips of a listFriedemann Kleint2023-07-071-0/+17
* PyEnum: Remove the now unreachable test cases for old enumsChristian Tismer2023-06-196-69/+8
* PyEnum: Update docs and rename the optionChristian Tismer2023-06-166-11/+11
* PySide6: Fix connecting signals with arguments by constructor kwargsFriedemann Kleint2023-05-221-1/+29
* PySide6: Prevent crash when connecting to temporary signal sourcesFriedemann Kleint2023-05-171-1/+6
* testing: modernize UsesQApplication and remove other versionsChristian Tismer2023-03-1614-43/+43
* PySide: Add QRunnable create()Shyamnath Premnadh2023-02-272-0/+46
* Add QMetaMethod.fromSignal()Friedemann Kleint2023-02-271-2/+8
* Add license headers to cmake filesFriedemann Kleint2023-02-161-0/+3
* testing: make multiple_feature_test.py less verboseChristian Tismer2023-02-131-4/+8
* signals: Introduce Weak Reference to protect lost SignalInstanceChristian Tismer2023-02-021-1/+26
* shiboken6: Add order depending on type range for C++ primitive types to the o...Friedemann Kleint2023-01-091-0/+5
* PySide6: Fix negative values causing an error in QLocale.toString()Friedemann Kleint2023-01-091-0/+6
* Fix QObject::sender() for non-C++ slotsFriedemann Kleint2022-12-122-0/+64
* PySide6: Fix float type overloads of QLocale.toCurrencyString()Friedemann Kleint2022-11-251-0/+6
* Add .pyproject files for the testsFriedemann Kleint2022-11-111-0/+148
* Fix TypeError when comparing Qt.Flags and objectsAdrian Herrmann2022-09-081-0/+19
* Enable type strings in Q_ARG/Q_RETURN_ARG for QMetaObject.invokeMethod()Friedemann Kleint2022-09-061-1/+11
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-133-9/+16
* PyEnum: Simplify the test-cases with the new forgiveness modeChristian Tismer2022-07-142-21/+15
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-141-0/+19
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-141-3/+4
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-211-6/+6
* QEnum: Adapt to the new enum implementationChristian Tismer2022-06-151-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-27144-4054/+289
* PyEnum: Prepare Enum tests for both old and new enums, amendedChristian Tismer2022-05-241-1/+1
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-225-9/+21
* Implement Q_ARG/Q_RETURN_ARG for QMetaObject.invokeMethod() with argumentsFriedemann Kleint2022-05-101-4/+80
* PySide6: add qCDebug, qCInfo, qCWarning, qCCritical macrosShyamnath Premnadh2022-05-092-0/+110