summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_QPrintDevice: compile with QT_NO_FOREACHAhmad Samir2023-08-191-5/+4
* tst_QPrinter: compile with QT_NO_FOREACHAhmad Samir2023-08-191-6/+7
* tst_qmimedatabase: compile with QT_NO_FOREACH; port to ranged-forAhmad Samir2023-08-191-6/+5
* tst_qmakelib: compile with QT_NO_FOREACHAhmad Samir2023-08-193-12/+5
* tst_qmake: compile with QT_NO_FOREACHAhmad Samir2023-08-192-6/+3
* tst_moc: compile with QT_NO_FOREACHAhmad Samir2023-08-192-7/+4
* tst_selftests: compile with QT_NO_FOREACHAhmad Samir2023-08-191-3/+2
* selftests/badxml/tst_badxml: compile with QT_NO_FOREACHAhmad Samir2023-08-191-14/+10
* tst_QFreeList: build with QT_NO_FOREACHAhmad Samir2023-08-191-3/+1
* tst_QTemporaryDir/File: compile with QT_NO_FOREACHAhmad Samir2023-08-192-8/+4
* tst_QStorageInfo: compile with QT_NO_FOREACHAhmad Samir2023-08-191-3/+1
* tests/auto/*: port Q_FOREACH to ranged-for, make container constAhmad Samir2023-08-192-32/+33
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-1910-47/+27
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-199-21/+19
* tst_QDirIterator: build with QT_NO_FOREACHAhmad Samir2023-08-191-6/+4
* tst_QDir: compile with QT_NO_FOREACHAhmad Samir2023-08-191-8/+6
* tst_QDir: port Q_FOREACH with QList::removeIfAhmad Samir2023-08-191-10/+5
* tst_QAbstractFileEngine: compile with QT_NO_FOREACHAhmad Samir2023-08-191-4/+4
* tst_QtConcurrentMedian: compile with QT_NO_FOREACHAhmad Samir2023-08-191-4/+2
* tst_QImageReader: fix a trivial Q_FOREACH and remove #undef QT_NO_FOREACHMarc Mutz2023-08-191-4/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-19106-0/+205
* tst_QtBench: fix leakAhmad Samir2023-08-181-1/+4
* Give QLocale's name() and bcp47Name() separator parametersEdward Welbourne2023-08-181-6/+28
* QUuid: convert bswap(Id128Bytes) to a hidden friend of Id128BytesIvan Solovev2023-08-181-0/+17
* Rename accent color in QPaletteSanthosh Kumar2023-08-184-13/+13
* Increase setup precision and reduce test precisionAllan Sandfeld Jensen2023-08-171-4/+6
* tst_gestures: use proper spelling 'macos' (not 'macOS') armTimur Pocheptsov2023-08-171-14/+14
* _qt_internal_create_moc_command: Fix genex parseOrkun Tokdemir2023-08-172-0/+37
* QTabBar: don't make current tab visible while tab bar is invisibleVolker Hilsheimer2023-08-161-0/+30
* Add a special testcase for IndexedDB settings onlyMikolaj Boc2023-08-161-1/+73
* Give QLocale::uiLanguages() a separator parameterEdward Welbourne2023-08-162-6/+46
* tst_QHashFunctions: extend the consistency() test with int/FP typesMarc Mutz2023-08-161-0/+55
* tst_QHashFunctions: use actual seed in consistent() test functionMarc Mutz2023-08-161-1/+1
* tst_qdbusconnection: iterate over member container directlyAhmad Samir2023-08-151-4/+2
* tst_macdeplyqt: unbreak runVerifyDeployment()Marc Mutz2023-08-151-3/+3
* rhi: add a way to test Display P3 with the manual testLaszlo Agocs2023-08-151-3/+12
* QDockWidgetGroupWindow::adjustFlags() - don't show() empty group windowAxel Spoerl2023-08-151-3/+12
* QXmlStreamReader::readNextStartElement() - return false on document endAxel Spoerl2023-08-151-0/+4
* Fix registration of QtDBus types' metatypesThiago Macieira2023-08-142-2/+77
* tests/tools: only run qdbus{cpp2xml,xml2cpp} tests if D-Bus is availableThiago Macieira2023-08-142-24/+26
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-2/+2
* Remove QUuid(quint128) constructor againMarc Mutz2023-08-141-2/+2
* tst_QWizard: port from QSharedPointer to std::shared_ptrMarc Mutz2023-08-141-30/+32
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-1418-42/+43
* QMimeDatabase benchmark: port away from Q_FOREACHMarc Mutz2023-08-141-12/+17
* QtWidgets tests: port remaining users away from Q_FOREACHMarc Mutz2023-08-149-25/+36
* tst_QMainWindow: port away from Q_FOREACHMarc Mutz2023-08-141-19/+21
* QtWidgets benchmarks: port remaining users away from Q_FOREACHMarc Mutz2023-08-142-10/+10
* QPlainTextEdit: update placeholder text when document is emptyAxel Spoerl2023-08-141-3/+3
* Add QRhiWidgetLaszlo Agocs2023-08-1415-5/+839