summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| | * | Doc: attempt to fix some qdoc errors for QRandomGeneratorThiago Macieira2017-12-241-5/+7
| | * | Fix Android Service thread getting stuck in service startupHeikki Haveri2017-12-121-1/+1
| | * | QStandardPaths: fall back to a default if PATH isn't setThiago Macieira2017-12-121-0/+29
| | * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-0826-110/+172
| | |\ \
| | | * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-2813-75/+75
| | | * | Fix namespaced linux buildsAllan Sandfeld Jensen2017-11-282-1/+8
| | | * | Fix naming of new property QSortFilterProxyModel::recursiveFilteringDavid Faure2017-11-282-7/+7
| | | * | Fix the build if st_atimensec is definedThiago Macieira2017-11-231-2/+7
| | | * | QTemporaryFile: fix issues with removing a file twiceThiago Macieira2017-11-234-5/+25
| | | * | Doc: Update the list of highlighted examplesTopi Reinio2017-11-221-0/+3
| | | * | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-3/+5
| | | |\ \
| | | * | | QFileSystemEngine/Linux: fix when qt_lstatx() succeedsThiago Macieira2017-11-201-15/+16
| | | * | | QRandomGenerator: Enforce the use of 32-bit integers in the engineThiago Macieira2017-11-201-1/+2
| | | * | | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2015-386/+841
| | | |\ \ \
| | | * | | | QDateTime: Move the deprecation marker to Qt 5.10Thiago Macieira2017-11-141-1/+1
| | | * | | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-1/+6
| | | * | | | QTemporaryFile: hide the O_TMPFILE feature behind a check for linkat()Thiago Macieira2017-11-114-2/+22
| | * | | | | fixup oversight in QStringView::lengthHelperPointerEric Lemanissier2017-12-061-0/+1
| | * | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-12-053-18/+31
| | |\ \ \ \ \
| | | * \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-053-18/+31
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | [doc] Document QString{,Ref}::split() behavior with empty 'sep'Marc Mutz2017-11-292-16/+28
| | | | * | | | Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-2/+3
| | * | | | | | QFileSystemEngine: Work around Android bug in rejecting hardlinksThiago Macieira2017-12-051-1/+16
| | |/ / / / /
| | * | | | | Fix qdoc warnings for 5.10Friedemann Kleint2017-12-043-22/+37
| | * | | | | QSettings/QConfFile: Fix reading on NTFS symbolic linksFriedemann Kleint2017-12-021-1/+1
| | * | | | | Fix -Wclazy-qstring-arg in Windows codeFriedemann Kleint2017-12-011-4/+3