summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove needless #include <sys/random.h> from qrandom.cppEdward Welbourne2018-03-131-3/+1
| * Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-121-1/+35
* | QSFPM: Faster row removesTim Angus2018-03-131-0/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-1/+1
|\|
| * document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-102-11/+20
|\|
| * Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
| * Doc: improve QScopedPointer::reset() documentationMitch Curtis2018-03-081-1/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-087-53/+205
|\|
| * Add missing rvalue overloads of operator+=() and operator<<()Christian Ehrlicher2018-03-074-0/+41
| * logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-073-53/+164
* | Make QDir::tempPath() canonicalTor Arne Vestbø2018-03-072-3/+3
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-068-0/+15
* | Port QWaitCondition to QDeadlineTimerThiago Macieira2018-03-038-25/+60
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-022-0/+22
|\|
| * QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+2
| * JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+9
| * QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+11
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-022-2/+3
|\|
| * Find PCRE2 via pkgconfigR.J.V. Bertin2018-03-011-0/+1
| * QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-281-1/+1
|\|
| * Silence a GCC 8 warning in qringbufferVille Voutilainen2018-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-282-5/+4
|\|
| * QDate/Time,QTimeZone: Fix empty documentation section titlesFriedemann Kleint2018-02-272-5/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-261-1/+5
|\|
| * Fix compile with sanitize address & undefinedBogDan Vatra2018-02-261-1/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-243-1968/+4
|\|
| * Reapply 1514b4e85336245ef130deca5839267dba7b2e32 on 5.11Liang Qi2018-02-231-1/+2
| * Reapply 403343039d07812c0beee9260b291f86e14d8ac4 on 5.11Liang Qi2018-02-232-1967/+2
* | Simplify QRingBuffer::peek()Alex Trotsenko2018-02-221-3/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-224-1241/+3
|\|
| * moc: Only use the init_priority attribute when targeting windowsMartin Storsjö2018-02-221-1/+1
| * Revert "JSON doc: update the RFC we link to"Thiago Macieira2018-02-211-1/+1
| * Remove left over json/qjsonarray.cppFriedemann Kleint2018-02-211-1238/+0
| * Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-212-22/+0
|\|
| * Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Tony Sarajärvi2018-02-201-9/+0
| |\
| | * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-9/+0
| | |\
| | | * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-9/+0
| * | | macOS: Remove qDebug silencer in qthread_unix.cppTor Arne Vestbø2018-02-191-13/+0
| |/ /
* | | Bump versionOswald Buddenhagen2018-02-202-2/+4
* | | Clean up our Objective-C usageJake Petroules2018-02-203-23/+24
* | | QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-172-3/+78
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-1644-215/+3452
|\| |
| * | fix missing __builtin_mul_overflow for Windows ICCAlexander Shevchenko2018-02-151-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-156-14/+46
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-156-14/+46
| | |\ \
| | | * | QSaveFile: Check for EINTR in fsync()/fdatasync()5.10Thiago Macieira2018-02-111-2/+3
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-074-5/+8
| | | |\ \