summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Mime type browser example: Add documentation.Oswald Buddenhagen2016-04-192-2/+2
* QStringListModel: proper construction of vectorAnton Kudryavtsev2016-04-181-1/+1
* CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-1820-40/+44
* Mark some QByteArray relational operators nothrowMarc Mutz2016-04-131-18/+18
* Fix some qdoc-warnings in 5.7.Friedemann Kleint2016-04-132-3/+9
* ImQueryInput should include ImAnchorRectangle tooJan Arve Saether2016-04-131-1/+1
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-1311-43/+73
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-1311-43/+73
| |\
| | * Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-2/+4
| | * Don't indicate which versions of OS X are supported in QSysInfo docs.Jake Petroules2016-04-111-7/+7
| | * dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-1/+2
| | * [doc] QElapsedTimer: mention more clearly which functions cause undefined beh...Marc Mutz2016-04-111-8/+14
| | * wince: Fix intrinsics for X86 platforms when SSE2 is enabledAndreas Holzammer2016-04-111-1/+7
| | * Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+2
| | * Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+3
| | * QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-082-10/+20
| | * QDateTimeParser: mediate QLocale's meddling via a setter.Edward Welbourne2016-04-082-3/+4
| | * QDateTimeParser::parse(): improve readabilityEdward Welbourne2016-04-081-8/+3
| | * Doc: Make the replacement functions for obsoleted functions explicitAndy Shaw2016-04-071-3/+7
* | | Use takeFirst() instead of first() with removeFirst()Anton Kudryavtsev2016-04-131-4/+2
|/ /
* | Remove unused variables.Volker Krause2016-04-101-2/+0
* | QDateTime: don't allocate memory in fromOffsetString()Anton Kudryavtsev2016-04-091-9/+12
* | QDateTime: add some constAnton Kudryavtsev2016-04-092-2/+2
* | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-7/+7
* | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-082-1/+4
* | toCurrencyString() - Add missing documentationDan Cape2016-04-081-1/+7
* | Re-generate QLocale data from CLDR v29Konstantin Ritt2016-04-084-5315/+5697
* | QStringRef: add missing {c,}r{begin,end}()Marc Mutz2016-04-072-18/+83
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-078-61/+105
|\|
| * QStringRef: fix some QStringRef <> const char * relational operatorsMarc Mutz2016-04-061-6/+6
| * Remove empty first lines of files.Friedemann Kleint2016-04-061-1/+0
| * Explain QTimeZonePrivate::isValidId a bit more carefully.Edward Welbourne2016-04-061-17/+40
| * Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-062-25/+50
| * QDateTimeParser: Avoid repetition in sectionMaxSizeEdward Welbourne2016-04-051-5/+6
| * QDir: use QString::splitRef on all platformsAnton Kudryavtsev2016-04-051-6/+2
| * Fix UB (shift of negative number) in qHash(QModelIndex)Marc Mutz2016-04-051-1/+1
* | Add support for ImhAnchorRectangleJan Arve Sæther2016-04-061-0/+1
* | Move QThread::currentThreadId() down to the loop using it.Erik Verbruggen2016-04-061-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-044-22/+54
|\|
| * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-1/+1
| * Enable cmake auto tests for -no-guiKai Pastor2016-03-301-0/+3
| * Fix debug message to match the method's nameLorenz Haas2016-03-251-1/+1
| * Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-20/+49
* | QTimeZonePrivate: avoid unnecessary allocationsAnton Kudryavtsev2016-03-312-2/+2
* | QLocalePrivate: add overloaded codeToScript() and codeToLanguage()Anton Kudryavtsev2016-03-312-10/+12
* | QLocalePrivate: overload codeToCountry() for QStringRef and QChar arrayAnton Kudryavtsev2016-03-312-3/+4
* | Use BSD-style statfs members for INTEGRITY.Rolland Dudemaine2016-03-311-2/+2
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-305-11/+9
* | Re-generate TZ data from CLDR v29Konstantin Ritt2016-03-301-848/+853
* | Unify license header usage.Jani Heikkinen2016-03-29175-594/+2004