summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-072-0/+106
* Add support for stereoscopic content in QRhi::OpenGLES2Kristoffer Skau2022-11-077-0/+415
* QByteArray: move the high-memory-using and slot tests awayThiago Macieira2022-11-057-203/+228
* tst_QGraphicsEffectSource: Reset repaint count after flushing eventsTor Arne Vestbø2022-11-051-1/+1
* Android: Fix qfiledialog test for emulator bump to API 24Samuel Mira2022-11-041-7/+3
* tst_QAccessibilityMac: Wait for accessible window to become availableTor Arne Vestbø2022-11-041-15/+10
* Merge Objective-C++ parts of tst_QAccessibilityMac into main source fileTor Arne Vestbø2022-11-044-257/+172
* Fix focus chain with compound widgets if created out of orderVolker Hilsheimer2022-11-041-15/+80
* QByteArray: add erase() unittestsAhmad Samir2022-11-041-0/+28
* QString: don't detach in remove(QChar ch, Qt::CaseSensitivity cs)Ahmad Samir2022-11-041-9/+27
* QByteArray: don't detach in remove()Ahmad Samir2022-11-041-1/+8
* Revert "Accessibility: don't emit focus change when reason is window activation"Volker Hilsheimer2022-11-031-10/+0
* Add permission API backend for macOS and iOSTimur Pocheptsov2022-11-033-0/+113
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-03188-2971/+2974
* QString: don't detach in remove(pos, len)Ahmad Samir2022-11-031-6/+16
* QString, QByteArray: add erase(iterator) methodAhmad Samir2022-11-032-0/+57
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-022-1/+7
* Long live QUtf8::convertFromLatin1()!Marc Mutz2022-11-021-0/+16
* BLACKLIST: tst_QApplication::sendEventsOnProcessEvents for RHEL 9.0Heikki Halmet2022-11-021-0/+1
* QFileInfo: add unittest for setFileTime()Ahmad Samir2022-11-011-0/+16
* Long live QPermissions!Tor Arne Vestbø2022-11-013-0/+119
* QHash: tame HasQHashSingleArgOverload ODR violationsGiuseppe D'Angelo2022-11-011-0/+13
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-311-0/+15
* tests: fix configuring with -no-feature-guiJohannes Kauffmann2022-10-296-12/+11
* QOperatingSystemVersion: add tests for the globalsThiago Macieira2022-10-281-0/+60
* Add tests of QLocale verifying some "single-characters" aren'tEdward Welbourne2022-10-281-1/+36
* QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-281-0/+37
* tst_qapplication: Add dependency to helpersMårten Nordheim2022-10-281-0/+5
* QOperatingSystemVersion: fix ABI problem with dllimport on WindowsThiago Macieira2022-10-281-0/+30
* QWinRegistryKey: Fix how we handle the default value, take 2Yuhang Zhao2022-10-281-7/+1
* Android: delete dead code for tst_android under tests/auto/other/androidAssam Boudjelthia2022-10-263-82/+0
* tst_QFile: remove unused variable on WindowsThiago Macieira2022-10-251-1/+0
* Tests: fix namespaced build on WindowsThiago Macieira2022-10-251-0/+2
* QFile: remove unconditional QTest::qWait callsAhmad Samir2022-10-251-2/+0
* Make the `PREFIX` Parameter of the `qt_add_resources` OptionalAmir Masoud Abdol2022-10-254-0/+53
* benchmarks: fix configuring with -no-feature-sqlJohannes Kauffmann2022-10-251-1/+3
* Revert "Android: fix Android assets handler not listing dirs with only sub dirs"Jani Heikkinen2022-10-254-26/+0
* rhi: Add a manual test for simple stencil-based outlineLaszlo Agocs2022-10-259-1/+202
* a11y: support GetAccessibleId for at-spiHarald Sitter2022-10-251-0/+11
* Apple: Add CFBundleAllowMixedLocalizations=YES to Info.plist filesTor Arne Vestbø2022-10-251-0/+2
* StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-0/+10
* Baseline: add stylesheet setting show-decoration-selected for treeviewVolker Hilsheimer2022-10-252-8/+24
* SQL/Tests: fix tst_qsqldatabase::caseSensivity() for MySQL on linuxChristian Ehrlicher2022-10-241-10/+17
* Baseline test: add coverage for treeview with alternate rowsVolker Hilsheimer2022-10-241-2/+7
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-3/+0
* Apple: Use 'en' instead of 'English' as development regionTor Arne Vestbø2022-10-231-1/+1
* QApplication: send QHoverEvents with correct scenePosition()Shawn Rutledge2022-10-231-0/+101
* Fix bool comparison in tst_qopenglwidget.cppPeter Varga2022-10-231-3/+3
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-0/+26
* Fix the workaround in ~QWasmOpenGLContextMikolaj Boc2022-10-213-0/+208