summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* QAItemView: in MultiSelection, press deselects only if no drag can startVolker Hilsheimer2021-06-081-10/+19
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-072-7/+30
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-36/+39
* Fix augmentation of UI language listEdward Welbourne2021-06-071-8/+25
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+30
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-052-8/+30
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-055-7/+68
* Remove CMake compatibility functions for old APIJoerg Bornemann2021-06-041-3/+0
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+53
* QDtls(Cookie) autotests - use the proper API to detect DTLS supportTimur Pocheptsov2021-06-033-13/+12
* QAbstractItemView: add test for mouse selectionVolker Hilsheimer2021-06-031-0/+215
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-031-0/+95
* tst_QSslSocket::readBufferMaxSize() - workaround the flaky testTimur Pocheptsov2021-06-031-0/+12
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-032-4/+72
* tst_QDateTimeEdit::editingRanged(): use QScopedPointerEdward Welbourne2021-06-031-16/+12
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-032-0/+35
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-021-6/+27
* Make bool isSymLink, isJunction inferred from resource.typeKarsten Heimrich2021-06-021-14/+16
* Refactor createSymbolicLink() and createNtfsJunction()Karsten Heimrich2021-06-023-49/+56
* Move createSymbolicLink() to the shared headerKarsten Heimrich2021-06-022-30/+29
* moc: Add relative property index to JSON output of PropertyDefAndrei Golubev2021-06-021-0/+16
* Avoid use after free in tst_qsequentialanimationgroupFabian Kosmale2021-06-021-1/+1
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-021-2/+2
* Simplify storing of notification objectsLars Knoll2021-06-011-0/+32
* uic: No longer generate star imports in PythonFriedemann Kleint2021-06-011-4/+11
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-8/+28
* QNetworkInformation: Behind captive portalMårten Nordheim2021-05-312-2/+43
* QNetworkRequest: Add API to set a minimum archive bomb sizeMårten Nordheim2021-05-312-4/+3
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-3113-2/+469
* rhi: vk: Switch to the modern validation layer internallyLaszlo Agocs2021-05-311-11/+1
* vulkan: Update legacy tests and examples to the modern validation layerLaszlo Agocs2021-05-312-4/+4
* rhi: manual tests: Switch to VK_LAYER_KHRONOS_validationLaszlo Agocs2021-05-315-60/+5
* Fuzzing: Discard logging output from QSslCertificateRobert Löhning2021-05-311-0/+4
* Fuzzing: Discard logging output from QTextDocumentRobert Löhning2021-05-312-2/+12
* Fuzzing: Add CMake project files for fuzz targetsRobert Löhning2021-05-3113-108/+344
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-0/+51
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-311-0/+46
* Block flaky rhi and OpenGL tests on AndroidAssam Boudjelthia2021-05-302-0/+5
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-2714-23/+231
* CMake: Revise plugin finalizer mode usageAlexandru Croitor2021-05-271-6/+18
* Fix auto-tests that are fooled by the presence of more than one pluginTimur Pocheptsov2021-05-279-219/+315
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-261-0/+112
* Add SIMD optimizations for color-transform writesAllan Sandfeld Jensen2021-05-271-0/+72
* Blacklist tst_QTcpServer::linkLocal on macOS ARMTor Arne Vestbø2021-05-261-0/+3
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-264-8/+68
* Check for overflow in QDateTime::setMSecsSinceEpoch()Edward Welbourne2021-05-261-11/+30
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-262-47/+55
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-2614-62/+115
* Blacklist problematic network auto-tests on macOS ARMTor Arne Vestbø2021-05-262-0/+5
* Fix wrong variable initialization in tst_QScrollBar::task_209492Tor Arne Vestbø2021-05-261-1/+1