summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-0/+32
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-101-26/+30
* Don't do font merging for PUA charactersEskil Abrahamsen Blomfeldt2023-02-101-0/+39
* QDir: use QCollator when doing locale-aware sortingAhmad Samir2023-02-101-0/+6
* QString: don't detach in replace_helper()Ahmad Samir2023-02-091-6/+41
* QString: optimize insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-091-0/+1
* QString: don't detach in insert()Ahmad Samir2023-02-091-42/+135
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-092-2/+29
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-096-0/+438
* Move findfiles example into manual testsVolker Hilsheimer2023-02-096-0/+644
* Fix QVariant(QString) <-> enum conversionChristian Ehrlicher2023-02-081-0/+7
* QVarLengthArray: add STL-style assign()Dennis Oberst2023-02-081-0/+75
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-081-0/+26
* Deprecate QPropertyAliasFabian Kosmale2023-02-081-0/+4
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-083-19/+19
* Add simple project generation based on existing source filesAlexey Edelev2023-02-0821-0/+453
* Resurrect wiggly example as a manual testPaul Olav Tvete2023-02-087-0/+208
* qdbusxml2cpp: don't emit Q_DECL_DEPRECATED for the adaptorThiago Macieira2023-02-071-3/+3
* qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the outputThiago Macieira2023-02-071-0/+49
* tst_qdbusxml2cpp: test the old-style QDBusReply interface output tooThiago Macieira2023-02-071-1/+2
* Fix proxy-data handlingFabian Kosmale2023-02-071-0/+34
* Update CLDR to v42Mate Barany2023-02-071-1/+1
* Fix QDir benchmark to do meaningful thingsDavid Faure2023-02-071-35/+25
* rhi: Add D3D12 supportLaszlo Agocs2023-02-077-20/+259
* Skip socket and server tests on Ubuntu 22.04 and QEMUVille Voutilainen2023-02-055-0/+23
* Unblacklist stable tst_QWidgetRepaintManagerAxel Spoerl2023-02-031-11/+0
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-031-1/+1
* Update the public suffix listMårten Nordheim2023-02-031-0/+0
* QMimeDatabase: add a test to ensure we can detect Unix specialsThiago Macieira2023-02-022-0/+82
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-024-0/+61
* tst_QMimeDatabase: rename test to indicate what it really isThiago Macieira2023-02-022-4/+5
* QSortFilterProxyModel: port to PMF connects for performance reasonsDavid Faure2023-02-021-0/+14
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-021-0/+37
* QString: remove some redundant unittestsAhmad Samir2023-02-021-12/+0
* Q{Contacts,Calendar}Permission: bool readWrite → enum AccessModeMarc Mutz2023-02-021-8/+8
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-021-1/+1
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-0/+27
* Add right and middle mouse button to tst_QLabel::mouseEventPropagationAxel Spoerl2023-02-011-2/+11
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-011-8/+8
* QMimeDatabase: use unique QTest data tag namesAhmad Samir2023-02-011-4/+4
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-0/+15
* Update Harfbuzz to version 6.0.0Eskil Abrahamsen Blomfeldt2023-01-311-13/+31
* QString: don't detach in replace(QChar, QChar, case)Ahmad Samir2023-01-301-1/+8
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-1/+1
* Make tst_QFocusEvent::checkReason_ActiveWindow pass on macOSShawn Rutledge2023-01-301-2/+3
* Revert "Revert "Add binary compatibility file generated against 6.4.0""Jani Heikkinen2023-01-231-0/+27176
* tst_QUrlQuery: fix Clang 15 -Wself-moveMarc Mutz2023-01-231-2/+8
* Fix two variables' "may be used uninitialized" compiler warningsAhmad Samir2023-01-222-2/+2
* IPC: switch the default key type on Unix to POSIX realtimeThiago Macieira2023-01-221-2/+0