summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* doc: Correct remaining qdoc warnings in qdeadlinetimer.cppMartin Smith2018-01-062-9/+9
* doc: Correct remaining qdoc warnings in qchar.h and qchar.cppMartin Smith2018-01-062-1/+13
* doc: Correct remaining qdoc warnings in QStringViewMartin Smith2018-01-052-11/+18
* doc: Correct remaining qdoc warnings in qstring.cppMartin Smith2018-01-052-14/+18
* doc: Correct remaining qdoc warnings in qstack.cppMartin Smith2018-01-051-5/+5
* doc: Correct remaining qdoc warnings in a few filesMartin Smith2018-01-053-6/+6
* doc: Correct remaining qdoc warnings in qscopedvaluerollback.cppMartin Smith2018-01-051-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-0/+0
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+0
| |\
| | * Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* | | doc: Correct remaining qdoc warnings in qfsfileengine.cppMartin Smith2018-01-041-4/+0
* | | doc: Correct qdoc warning in QVariantAnimationMartin Smith2018-01-041-1/+1
* | | doc: Correct remaining qdoc warnings in qmetaobject.cppMartin Smith2018-01-041-3/+3
* | | doc: Correct remaining qdoc warnings in qvariant.cppMartin Smith2018-01-041-8/+8
* | | doc: Correct remaining qdoc warnings in qtimer.cppMartin Smith2018-01-042-7/+7
* | | doc: Correct remaining qdoc warnings in qmutex.cppMartin Smith2018-01-042-3/+3
* | | doc: Correct remaining qdoc warning in qsignaltransition.cppMartin Smith2018-01-041-2/+1
* | | doc: Correct remaining qdoc warning in qstate.cppMartin Smith2018-01-041-2/+1
* | | doc: Correct remaining qdoc warnings in qbytearraymatcher.cppMartin Smith2018-01-041-6/+6
* | | doc: Correct remaining qdoc warnings in qthreadstorage.cppMartin Smith2018-01-041-6/+6
* | | doc: Correct remaining qdoc warnings in qqueue.cppMartin Smith2018-01-041-5/+5
* | | doc: Correct remaining qdoc warnings in qhash.cppMartin Smith2018-01-041-5/+17
* | | doc: Remove duplicate qdoc comments in qiterator.qdocMartin Smith2018-01-041-120/+0
* | | Update Text segmentation and line break data to Unicode 10.0Lars Knoll2018-01-033-5664/+5797
* | | Update most Unicode data to version 10.0Lars Knoll2018-01-033-5605/+6143
* | | Update QString::isRightToLeft() to take directional hints into accountLars Knoll2018-01-034-3/+44
* | | doc: Correct remaining qdoc warnings in QRandomGeneratorMartin Smith2018-01-021-15/+8
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-0260-274/+691
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-0260-274/+691
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-3025-62/+292
| | |\|
| | | * QMap: fix another UB (invalid cast) relating to QMap's endThiago Macieira2017-12-271-2/+2
| | | * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
| | | * Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-9/+55
| | | * Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
| | | * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
| | | * Fix pps and imf support for QNX buildsKarim Pinter2017-12-192-2/+2
| | | * Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3
| | | * Allow empty namespace URIPaul Olav Tvete2017-12-141-1/+0
| | | * Fix assert when emitting a signal from a different threadJesus Fernandez2017-12-141-2/+4
| | | * Copy argv[0] to prevent it pointing to invalid memory laterAndy Shaw2017-12-141-3/+3
| | | * Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+2
| | | * Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-132-12/+12
| | | * Fix typoOliver Wolff2017-12-132-3/+3
| | | * QString: fix documentation of NUL-termination of unicode(), data(), constData()Marc Mutz2017-12-132-13/+20
| | | * QNX: fix slog2 for QNX7Samuli Piippo2017-12-132-2/+2
| | | * Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-12-086-9/+146
| | | * Use a custom QAnimationDriver to take control over timeJan Arve Sæther2017-12-021-2/+2
| | | * QFutureWatcher: Use nullptr as a default value in constructorAlexander Volkov2017-12-011-1/+1
| | * | qrandom.h: actually #undef min and max instead of using parenthesesThiago Macieira2017-12-281-4/+11
| | * | Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-244-14/+34