summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-268-4/+129
|\
| * QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-223-0/+73
| * Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-222-0/+40
| * Fix broken data for time-zones with no transitionsEdward Welbourne2019-03-221-0/+4
| * Silence the item model testsFriedemann Kleint2019-03-214-4/+12
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+5
|\|
| * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-1/+1
| |\
| | * Fix blacklisting tst_QTimer::basic_chrono()Juha Karjalainen2019-02-211-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-0/+1
|\| |
| * | Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-0/+1
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-1/+1
|\| |
| * | Fix build with -no-gui on macOSAlex Richardson2019-03-041-1/+1
| |/
* | Deprecation-fix: don't use QDir::operator=(const QString &)Edward Welbourne2019-03-051-1/+1
* | Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2019-02-271-0/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1932-70/+48
|\|
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-1832-70/+48
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-0/+13
|\|
| * Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-0/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-082-2/+2
|\|
| * Blacklist qtimer/basic_chrono on macos due to flakinessTony Sarajärvi2019-01-301-0/+2
| * Expand blacklisting of qthreadpool to cover linux distrosTony Sarajärvi2019-01-301-0/+1
| * Avoid test failures in tst_qtimezone.cpp and Windows 10 1809Kai Koehne2019-01-281-2/+1
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-285-26/+99
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-265-26/+99
| |\|
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-234-9/+83
| | |\
| | | * tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-211-25/+25
| | | * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-133-0/+47
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-085-45/+82
| | | |\
| | | * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-132-9/+36
| | * | | Use RAII to handle setting of default locale in tst_QStringEdward Welbourne2019-01-221-17/+16
* | | | | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-0/+29
* | | | | tst_QTimer: relax time requirement on remaining timeChristian Andersen2019-01-272-6/+3
|/ / / /
* | | | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-232-2/+2
* | | | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-9/+9
* | | | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-17/+48
* | | | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-6/+43
* | | | Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-221-16/+48
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-213-25/+32
|\| | |
| * | | tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-201-25/+25
| * | | fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-142-0/+7
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-072-2/+11
|\| |
| * | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+11
| * | Revert "Blacklist tst_QTimer::basic_chrono on macOS"Tony Sarajärvi2019-01-041-2/+0
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-38/+58
|\| |
| * | Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-241-0/+20
| * | QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-38/+38
* | | QCommandLineParser: show application name in error messagesDavid Faure2018-12-201-0/+22
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-131-5/+13
|\| |
| * | Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-111-5/+13
| |/
* | Use QScopedPointer instead of new/deleteJesus Fernandez2018-12-101-7/+7