summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix quadratic behavior when converting from QVariantLars Knoll2016-02-182-6/+86
* Avoid size overflows when inserting into very large JSON objectsLars Knoll2016-02-186-20/+62
* Wrap legacy APIs in a QT_MAC_DEPLOYMENT_TARGET_BELOW macro.Jake Petroules2016-02-181-0/+2
* OS X: Implement download folder display name querySamuel Gaist2016-02-151-0/+8
* Search for libsystemd first, fall back to libsystemd-journalHeiko Becker2016-02-151-1/+4
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-156-12/+20
|\
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-022-2/+2
| * Fix build on FreeBSD: 'environ' is not defined in a libraryThiago Macieira2016-02-021-0/+4
| * Work around Clang < 3.7 integrated assembler bug PC-relative relocsThiago Macieira2016-02-021-5/+1
| * Fix livelock at application exit if threads were runningThiago Macieira2016-02-022-5/+13
* | docs: State that QMap::equal_range() returns an open-ended intervalSérgio Martins2016-02-121-1/+1
* | Remove Windows CE build hacks from QWindowsPipeWriterJoerg Bornemann2016-02-121-11/+0
* | Document QWinOverlappedIoNotifier restrictionsJoerg Bornemann2016-02-121-0/+16
* | Enable NRVO in QJsonObject::keys()Marc Mutz2016-02-121-8/+6
* | QLocale: Use QVariant::toStringList() instead of template instantiationSérgio Martins2016-02-101-1/+1
* | Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-101-1/+1
* | Readability fix for MS isRelative, isAbsolute.Edward Welbourne2016-02-091-6/+10
* | Reduce allocations by using reserve()Sérgio Martins2016-02-072-1/+4
* | Link with -ldl option only when it is supportedLada Trimasova2016-02-052-2/+2
* | Doc: correct minor typoGabriel Pannwitz2016-02-051-2/+2
* | Doc: corrected minor link issuesNico Vertriest2016-02-051-1/+1
* | Make findAmPm actually return the relevant enum, instead of int.Edward Welbourne2016-02-042-13/+11
* | Removed redundant and distracting test from conditional.Edward Welbourne2016-02-041-1/+1
* | Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-022-57/+43
* | Make interleaving of QDateTimeParser::Section values evident.Edward Welbourne2016-02-021-11/+12
* | Deconfuse some heavy use of the preprocessor.Edward Welbourne2016-02-021-6/+6
* | Correct usage of Apple-related #if-ery.Edward Welbourne2016-02-021-4/+4
|/
* Fix memory leak if QMetaType::create is called for an unknown typeJędrzej Nowacki2016-02-011-2/+3
* Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-0/+153
* Bump copyright year to 2016Kai Koehne2016-01-292-3/+3
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2016-01-292-4/+9
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-292-4/+9
| |\
| | * QFutureInterface: add missing mutex lock to progress gettersMarc Mutz2016-01-192-4/+9
* | | Do not build QWindowsPipeWriter on Windows CEJoerg Bornemann2016-01-292-5/+4
* | | Set correct Section type for QDateTimeParser::lastEdward Welbourne2016-01-291-1/+1
* | | Don't let a good day cause date-time parser to forget a conflict.Edward Welbourne2016-01-291-2/+4
* | | Refactor one QDateTimeParser::sectionText() via the other.Edward Welbourne2016-01-291-9/+1
* | | Make initializers into declare-and-initialize.Edward Welbourne2016-01-291-8/+7
* | | Avoid shadowing in QDateTimeParser::findAmPm.Edward Welbourne2016-01-291-3/+3
|/ /
* | Refactor QStandardPaths for Desktop Windows.Friedemann Kleint2016-01-281-115/+143
* | QJsonObject has random-access iteratorsMarc Mutz2016-01-282-6/+12
* | Allow QFinalStatePrivate to be subclassed.Erik Verbruggen2016-01-286-15/+94
* | Use QFile::exists(f) instead of QFile(f).exists().Anton Kudryavtsev2016-01-271-1/+1
* | QStringBuilder: fix appending QLatin1String to QByteArrayMarc Mutz2016-01-261-3/+3
* | Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-7/+9
* | QNX: Fix -developer-buildRafael Roquetto2016-01-221-4/+4
* | QString: optimize case conversion codeKonstantin Ritt2016-01-211-24/+30
* | Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.Edward Welbourne2016-01-211-9/+13
* | winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-216-12/+49
* | [docs] Fix reverse STL iteration exampleMarc Mutz2016-01-212-7/+4