summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix small textual error in documentation for QFlags::setFlagAndre Somers2016-02-211-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-1817-59/+197
|\|
| * 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
* | | Fix typos in qOverload documentationPeter Kümmel2016-02-171-7/+7
* | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-1717-38/+344
|\ \ \
| * \ \ Merge dev into 5.7Oswald Buddenhagen2016-02-1717-38/+344
| |\ \ \
| | * | | Microoptimize QObject::activate.Milian Wolff2016-02-161-5/+5
| | * | | Share code between const and non-const QMetaObject::cast variants.Milian Wolff2016-02-161-8/+2
| | * | | Add qOverload to select overloaded functionsPeter Kümmel2016-02-154-0/+132
| | * | | Introduce QHash::equal_range()Sérgio Martins2016-02-142-0/+48
| | * | | QRect(F): add transposed()Marc Mutz2016-02-132-0/+37
| | * | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
| | * | | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-124-17/+44
| | * | | QXmlStream*: make nothrow move assignable and -constructibleMarc Mutz2016-02-121-0/+70
| | * | | QStringListModel: optimize container usage.Anton Kudryavtsev2016-02-121-4/+4
| | * | | Fix QFileSelectorPrivate::addStatics()J-P Nurmi2016-02-121-0/+1
* | | | | mimetypes: Declare some types as sharedMarc Mutz2016-02-173-2/+31
* | | | | Remove QMimeMagicRule's pimplMarc Mutz2016-02-172-151/+95
* | | | | QDaemonThread: replace a function pointer with a lambdaMarc Mutz2016-02-171-6/+2
* | | | | Say hello to Android ServicesBogDan Vatra2016-02-173-11/+62
* | | | | QDate: mark getDate() as const.Anton Kudryavtsev2016-02-172-2/+18
* | | | | Add attribute Qt::AA_DontUseNativeDialogs.Friedemann Kleint2016-02-172-0/+5
|/ / / /
* / / / QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-02-161-19/+26
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-02-1113-106/+98
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1113-106/+98
| |\| |
| | * | 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