summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Condition QDateTimeParser's time-zone parsing on QT_CONFIG(timezone)Edward Welbourne2017-11-303-13/+37
* | | | | Correct \since value for QIODevice::skipAndy Shaw2017-11-291-1/+1
* | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-285-8/+9
|\| | | |
| * | | | Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-253-4/+3
| * | | | Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Thiago Macieira2017-11-251-3/+5
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-3/+5
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-3/+5
| * | | | | QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-1/+1
| |/ / / /
* | | | | improve QLocale::formattedDataSize docs slightlyShawn Rutledge2017-11-241-11/+12
* | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-233-7/+30
|\| | | |
| * | | | Windows: Resolve QStandardPaths config location without qApp instanceTor Arne Vestbø2017-11-221-2/+11
| * | | | Fix the build when AVX2 is enabled but __F16C__ isn't definedThiago Macieira2017-11-221-3/+12
| * | | | CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-221-2/+7
* | | | | QTimeZonePrivate: prefer /etc/localtime over /etc/timezonePeter Wu2017-11-221-11/+12
| |_|_|/ |/| | |
* | | | qsimd.cpp: Remove workaround for GCC 4.2Thiago Macieira2017-11-191-26/+0
* | | | qfloat16(float) constructor: explicit cast on aarch64 to avoid warningShawn Rutledge2017-11-181-1/+1
* | | | QIODevice: do not clear error string on closeAlex Trotsenko2017-11-161-1/+1
* | | | A brute-force solution to get QRandomGenerator build on IntegrityLiang Qi2017-11-151-2/+3
* | | | QSemaphoreReleaser: Move private members to the usual positionThiago Macieira2017-11-141-2/+4
* | | | Fix QBasicMutex default constructor not constexprThiago Macieira2017-11-141-0/+6
* | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-125-8/+41
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-095-8/+41
| |\| | |
| | * | | Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2
| | |/ /