summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-292-2/+6
* tst_QSharedMemory: remove mention of gravlaks.troll.noThiago Macieira2022-09-281-4/+0
* Update tst_bench_qhash hash functions to use size_tMårten Nordheim2022-09-272-10/+10
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-271-14/+53
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-3/+11
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-274-18/+32
* Fix setScaledClipRect autotest for reading SVG formatEirik Aavitsland2022-09-271-2/+5
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-271-0/+256
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-09-261-0/+9
* Revert "QTextLayout: fix maximumWidth() for a text containing line separator"Eskil Abrahamsen Blomfeldt2022-09-231-28/+0
* Introduce centralized means of checking for asyncifyMikolaj Boc2022-09-232-8/+7
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-221-1/+24
* tst_QHash: Fix outdated rehash testMårten Nordheim2022-09-221-2/+2
* tst_QDom: replace a final u"..."_qs (deprecated) with u"..."_sEdward Welbourne2022-09-221-1/+1
* QNetworkReply: honor legacy behavior of setting Accept-EncodingMårten Nordheim2022-09-221-12/+51
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-226-113/+17
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward Welbourne2022-09-222-4/+4
* Add test-case for TAP logging glitchEdward Welbourne2022-09-227-7/+11
* Fix signed/unsigned comparison warning in shader testEdward Welbourne2022-09-221-1/+1
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-2/+14
* moc: Do not fail to compile meta-methods containing non-const ref typesFabian Kosmale2022-09-212-0/+21
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-211-0/+71
* Fix use of 0 as null pointer in tst_QDateTimeEditEdward Welbourne2022-09-201-2/+2
* tst_qtnoeventloop: add missing overrideJohannes Kauffmann2022-09-201-1/+2
* tst_qprocess: remove unused loop counterJohannes Kauffmann2022-09-201-2/+0
* windowflags: Add control to toggle Qt::NoDropShadowWindowHintTor Arne Vestbø2022-09-202-0/+7
* windowflags: Report QWindow compound window statesTor Arne Vestbø2022-09-201-1/+1
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-09-201-0/+28
* tests: improve tst_gestures on GNOMELiang Qi2022-09-192-46/+16
* Fix flaky FP32x4 testAllan Sandfeld Jensen2022-09-161-0/+1
* tst_QFile::setPermissions/Unix: test both chmod() and fchmod()Thiago Macieira2022-09-161-1/+12
* tst_QFile::setPermissions: add QScopeGuard to remove temporary fileThiago Macieira2022-09-161-2/+3
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-161-0/+6
* QNetworkReplyFileImpl: Don't emit 'finished' in the ctorMårten Nordheim2022-09-161-0/+13
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-163-44/+3
* tst_QLocale: use fenv everywhereMårten Nordheim2022-09-151-25/+3
* CMake: Add Linux support to qt_deploy_runtime_dependenciesJoerg Bornemann2022-09-152-2/+14
* tests: blacklist tst_QSocks5SocketEngine::passwordAuth() on all UbuntuLiang Qi2022-09-151-2/+1
* Disable bad tests relying on wrong behaviorAllan Sandfeld Jensen2022-09-151-20/+10
* Http: Don't clear (de)compressed data on errorMårten Nordheim2022-09-141-0/+27
* Don't rely on synthetic mouse events in updateFocusChainWhenChildDie testTor Arne Vestbø2022-09-142-9/+3
* Tidy up tst_QTimeZoneEdward Welbourne2022-09-141-10/+2
* QWinRegistryKey: refactorYuhang Zhao2022-09-147-61/+243
* Blacklist tst_QGraphicsWidget::updateFocusChainWhenChildDie() on macOS 13 in CITor Arne Vestbø2022-09-131-0/+1
* Add window-modal show option to dialogs manual testMikolaj Boc2022-09-1310-42/+97
* tst_QNetworkreply: fix a path to test-dataMårten Nordheim2022-09-131-1/+1
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-131-3/+9
* Include global data tags in teamcity's test function namesEdward Welbourne2022-09-132-425/+435
* QCryptographicHash: Add getter for algorithm()Linus Jahn2022-09-121-0/+2
* Make QCryptographicHash move constructibleLinus Jahn2022-09-121-0/+37