summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-251-0/+27
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-0/+69
|\
| * QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-0/+69
* | Add nullptr comparison to Q{Explicitly,}SharedDataPointerThiago Macieira2018-03-181-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-171-3/+5
|\|
| * QIpAddress: reject IPv6 addresses with more than 4 hex digitsThiago Macieira2018-03-161-3/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-6/+12
|\|
| * Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-121-6/+12
* | QSFPM: Faster row removesTim Angus2018-03-131-39/+173
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-103-2/+44
|\|
| * add missing tests of rvalue overloads for QVarLengthArray and QVectorv5.11.0-beta2Eric Lemanissier2018-03-102-2/+25
| * Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-0/+19
* | Adjust tst_QTimeZone's Q_OS_WIN #if-ery now that ICU is the defaultEdward Welbourne2018-03-092-10/+14
* | tst_qstorageinfo: Don't add extra newlines when printing volumesTor Arne Vestbø2018-03-071-1/+1
* | tst_qsettings: Check case sensitivity of actual settings fileTor Arne Vestbø2018-03-071-1/+1
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-062-0/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-025-5/+90
|\|
| * QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+46
| * qstringapisymmetry: Fix XML parsing failing on invalid encodingsFriedemann Kleint2018-03-021-4/+18
| * tst_QLibrary: Ensure installation order of testdata libsKari Oikarinen2018-03-022-1/+4
| * JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+2
| * QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+20
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-021-0/+25
|\|
| * QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-0/+25
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-241-1/+1
|\|
| * Fix thread_local testSamuli Piippo2018-02-231-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-1/+3
|\|
| * tst_QMimeDatabase: detect executables as shared libraries tooThiago Macieira2018-02-211-1/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-211-1/+7
|\|
| * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-1/+7
| |\
| | * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-1/+7
* | | QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-171-0/+47
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-1630-44/+124
|\| |
| * | qmetatype: add '-bigobj' flag to Windows ICC buildsAlexander Shevchenko2018-02-151-1/+1
| * | qsettings: add Advapi32 lib to Windows ICC buildsAlexander Shevchenko2018-02-151-1/+1
| * | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-4/+60
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+1
| | |\ \ | | | |/ | | |/|
| | * | Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-011-8/+2
| | * | Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-261-0/+60
| | * | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-01-251-2/+8
| | * | Remove dead code from tst_qwineventnotifier.cppJoerg Bornemann2018-01-251-4/+0
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2423-33/+33
| | |\ \
| * | \ \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-1426-35/+56
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1426-35/+56
| | |\ \ \ \
| | | * | | | Skip tst_QFile::largeUncFileSupportKari Oikarinen2018-02-121-0/+9
| | | * | | | tst_QSharedPointer: Fix termination of external processes on WindowsFriedemann Kleint2018-02-081-2/+13
| | | | |_|/ | | | |/| |
| | | * | | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-0/+4
| | | | |/ | | | |/|
| | | * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2023-33/+33
| * | | | Fix crash in tst_QStateMachine::dontProcessSlotsWhenMachineIsNotRunningKari Oikarinen2018-02-141-3/+6
| |/ / /
* | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-133-5/+0
|\| | |