| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remote Objects: Enable tests on macOS / ARM | Friedemann Kleint | 2025-11-25 | 1 | -3/+0 |
| * | Fix passing named tuples in QVariants | Friedemann Kleint | 2025-11-25 | 1 | -0/+48 |
| * | PySide6/Property: Fix read-only properties when using the decorator syntax | Friedemann Kleint | 2025-11-03 | 1 | -0/+77 |
| * | Test whether enumeration properties have the proper flag set in QMetaProperty | Friedemann Kleint | 2025-10-26 | 1 | -2/+32 |
| * | Fix tests using the Wayland platform plugin | Friedemann Kleint | 2025-10-23 | 3 | -9/+6 |
| * | Fix reference count tests (2) to pass in Python 3.14 (obscure cases) | Friedemann Kleint | 2025-10-15 | 10 | -38/+70 |
| * | Fix handling type with equal names in signal/slot | Friedemann Kleint | 2025-10-01 | 2 | -1/+51 |
| * | Fix disconnecting multiple index-based connections | Friedemann Kleint | 2025-09-22 | 1 | -0/+14 |
| * | Documentation: Fix missing files of the WebEngine Quick nanobrowser example | Friedemann Kleint | 2025-09-18 | 1 | -0/+1 |
| * | Deployment: Fix windows arm64 opengl exclusion | Shyamnath Premnadh | 2025-09-15 | 1 | -6/+1 |
| * | Skip accessibility test when QAccessible is not active | Friedemann Kleint | 2025-09-05 | 1 | -0/+1 |
| * | Add QRangeModel | Friedemann Kleint | 2025-08-14 | 2 | -0/+57 |
| * | Expose QNativeInterface::QWaylandApplication | Friedemann Kleint | 2025-08-12 | 1 | -0/+3 |
| * | Fix reference count tests (1) to pass in Python 3.14 (simple cases) | Friedemann Kleint | 2025-08-05 | 13 | -74/+80 |
| * | Lazy Load: Remove exclusion for testbinding | Friedemann Kleint | 2025-08-05 | 1 | -2/+2 |
| * | Deployment: Use relative paths | Shyamnath Premnadh | 2025-08-04 | 1 | -2/+2 |
| * | Move native interfaces out of the QtGui type system file | Friedemann Kleint | 2025-08-01 | 2 | -0/+30 |
| * | libpyside: Fix corruption connecting several signals to one non-QObject receiver | Friedemann Kleint | 2025-07-31 | 2 | -0/+72 |
| * | Enumerations: Enable the forgiveness feature ENOPT_NO_ZERODEFAULT for 3.14 | Friedemann Kleint | 2025-07-28 | 1 | -3/+26 |
| * | Tests: Fix remaining flake 8 warnings | Friedemann Kleint | 2025-07-28 | 21 | -46/+48 |
| * | Tests: Fix flake 8 warning F841 local variable is assigned to but never used | Friedemann Kleint | 2025-07-28 | 34 | -37/+38 |
| * | Tests: Fix flake 8 warning E402 module level import not at top of file | Friedemann Kleint | 2025-07-28 | 27 | -82/+83 |
| * | Deployment: sort list values before filling values into pysidedeploy.spec | Young Lee | 2025-07-25 | 1 | -1/+2 |
| * | Potential fix for stabilizing QtRemoteObjects cpp_interop test | Friedemann Kleint | 2025-07-11 | 2 | -5/+14 |
| * | Brush up pyside_reload_test.py | Friedemann Kleint | 2025-07-09 | 3 | -24/+23 |
| * | qmainwindow_test.py: Remove test testCreateToolbar() | Friedemann Kleint | 2025-07-09 | 1 | -7/+0 |
| * | Speed up QtWidgets tests testing QDialog | Friedemann Kleint | 2025-07-09 | 2 | -10/+49 |
| * | QtWidgets test qfontdialog_test.py: Fix the test to run | Friedemann Kleint | 2025-07-09 | 2 | -8/+34 |
| * | Disable GIL: Remove NoGIL code | Friedemann Kleint | 2025-07-09 | 1 | -1/+0 |
| * | QtAsyncio: Include this non-Qt module into normal testing | Friedemann Kleint | 2025-07-07 | 14 | -15/+107 |
| * | Remove unused test utility processtimer.py and its test | Friedemann Kleint | 2025-07-04 | 2 | -129/+0 |
| * | Add tests that were missing from CMakeLists.txt | Friedemann Kleint | 2025-07-04 | 10 | -5/+39 |
| * | test bug_332.py: Fix warning QMutex: destroying locked mutex | Friedemann Kleint | 2025-07-04 | 1 | -1/+2 |
| * | QtWidgets test bug_576.py: Remove failing test assertion | Friedemann Kleint | 2025-07-04 | 1 | -1/+0 |
| * | QtWidgets test bug_941.py: Fix warning | Friedemann Kleint | 2025-07-04 | 1 | -3/+10 |
| * | Re-enable test touchevent_test.py | Friedemann Kleint | 2025-07-03 | 2 | -19/+13 |
| * | Desktop Deployment: Upgrade Nuitka to 2.7.11 | Shyamnath Premnadh | 2025-07-02 | 1 | -2/+2 |
| * | MetaObjectBuilder: Handle quint64 enumerations | Friedemann Kleint | 2025-06-30 | 2 | -3/+59 |
| * | Remove hard-coded Q_OS_ defines from the CMake files | Friedemann Kleint | 2025-06-18 | 2 | -2/+2 |
| * | Enable using @QEnum/@QFlag-decorated enums as custom widget properties | Friedemann Kleint | 2025-06-17 | 2 | -0/+84 |
| * | Fix QVariant conversion of Python classes inheriting QGraphicsProxyObject | Friedemann Kleint | 2025-06-06 | 1 | -0/+8 |
| * | Android Deployment: Do not force install packages | Shyamnath Premnadh | 2025-06-02 | 1 | -1/+1 |
| * | Add overload for QDomDocument.setContent | Ece Cinucen | 2025-05-24 | 1 | -10/+13 |
| * | Remove deprecated Qt::TimeSpec usage in QDateTime constructor | Ece Cinucen | 2025-05-21 | 2 | -6/+6 |
| * | Fix crash retrieving a PyObject type property via QVariant<PyObjectWrapper> | Friedemann Kleint | 2025-05-19 | 1 | -0/+34 |
| * | Fix some warnings in tests | Friedemann Kleint | 2025-05-16 | 4 | -19/+20 |
| * | Fix pyside6-project relative paths handling and pyproject.toml migration | Jaime Resano | 2025-05-09 | 4 | -4/+7 |
| * | Fix crash retrieving a QGraphicsProxyObject from QVariant | Friedemann Kleint | 2025-05-09 | 3 | -0/+53 |
| * | Fix QMetaEnum conversions into QVariant | Renato Araujo Oliveira Filho | 2025-04-23 | 3 | -0/+10 |
| * | Expose QPolygonF operator==, != inherited from QList | Renato Araujo Oliveira Filho | 2025-04-16 | 1 | -0/+12 |