summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QAndroidPlatformInputContext: send composition text and cursor jointlyAxel Spoerl2023-08-141-5/+35
* CI: Enable tests under corelib/serialization for Wasm platformPiotr Wierciński2023-08-1410-9/+20
* CMake: Place resources into static libraries, not object librariesAlexandru Croitor2023-08-145-0/+67
* dbus test headers: port away from Q_FOREACHMarc Mutz2023-08-132-5/+10
* tst_QTextBoundaryFinder: clean out the last two foreach usesEdward Welbourne2023-08-111-2/+3
* tst_QLocale: clean out the last use of foreachEdward Welbourne2023-08-111-1/+2
* QEventDispatcher: test with glib disabled tooAhmad Samir2023-08-113-10/+53
* tst_qvfssql: Don't use appless mainIevgenii Meshcheriakov2023-08-111-1/+1
* Improve diagnostic output in tst_QDockWidget::floatingTabs()Axel Spoerl2023-08-111-2/+2
* QByteArray: use new assign() in operator=(const char *)Dennis Oberst2023-08-111-0/+35
* Add QEXPECT_FAIL to tst_QApplication::sendEventsOnProcessEventsTero Heikkinen2023-08-102-4/+15
* tst_QImageReader: it's a rotate^Wadjacent_find!Marc Mutz2023-08-101-29/+18
* embeddedintoforeignindow test: port itemwindow.h away from Q_FOREACHMarc Mutz2023-08-091-1/+2
* tst_QMimeDatabase{Xml,Cache}: make the two siblings behave the sameMarc Mutz2023-08-092-8/+1
* tst_QAccessibilityLinux: port away from Q_FOREACHMarc Mutz2023-08-091-1/+1
* QMimeDatabase benchmark: measure only what it pertinentMarc Mutz2023-08-091-3/+5
* Use CLDR's names in QLocale::*ToName() for language, script, territoryEdward Welbourne2023-08-091-0/+49
* Revise enumdata.py's names to more closely match CLDR'sEdward Welbourne2023-08-091-0/+67
* tst_QLocale: Use UTF-8 rather than Latin-1 for C-string-ificationEdward Welbourne2023-08-091-11/+11
* tst_QImageReader: fix missing checks for "newly"-added ImageOptionsMarc Mutz2023-08-091-29/+43
* tst_QMainWindow: for UB (use of reserved names)Marc Mutz2023-08-091-10/+10
* Revert "CMake: Place resources into static libraries, not object libraries"Alexandru Croitor2023-08-095-67/+0
* QStorageInfo manual test: port away from Q_FOREACHMarc Mutz2023-08-082-2/+2
* tst_rcc: port away from Q_FOREACHMarc Mutz2023-08-081-5/+5
* Fix digit grouping: m_grouping_top doesn't mean what I thought it didEdward Welbourne2023-08-083-10/+114
* DynamicTreeModel test helper: port away from Q_FOREACHMarc Mutz2023-08-081-7/+5
* QSslSocket manual test: replace QList with const arrayMarc Mutz2023-08-081-8/+9
* Fix embeddedwindows test on platforms without native window helperTor Arne Vestbø2023-08-081-0/+5
* Add a better pangram to a QString::length() test-caseEdward Welbourne2023-08-081-2/+2
* QWidget benchmark: port away from Q_FOREACHMarc Mutz2023-08-081-1/+1
* manual repaint test: port away from Q_FOREACHMarc Mutz2023-08-081-8/+8