summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-02-1914-197/+245
|\
| * 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
| | |\
| * | | 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
* | | Factor out usage of a private symbol by the iOS platform plugin.Jake Petroules2016-02-192-4/+10
| |/ |/|
* | 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
|/
* 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
| | * Correct usage of Apple-related #if-ery.Edward Welbourne2016-02-021-4/+4
* | | Add initial clang-cl support to QtAndreas Holzammer2016-02-112-5/+10
|/ /
* | Mark QHash/QMap as relocatable and movable-come-Qt 6Marc Mutz2016-02-091-0/+26
* | QNonContiguousByteDevice: mark atEnd(), size(), pos() methods as const.Anton Kudryavtsev2016-02-082-25/+25
* | Add setFlag method to QFlagsAndre Somers2016-02-082-0/+13
* | QEasingCurve: add some strategic std::move()Marc Mutz2016-02-081-4/+4
* | QList: don't lose reserved capacity in op+= with empty LHSMarc Mutz2016-02-061-1/+1
* | Get rid of the QRegExp dependency in qxmlutils.Lars Knoll2016-02-051-9/+14
* | QProcess: Remove dead codeLouai Al-Khanji2016-02-054-22/+0
* | Remove qt_safe_select and qt_select_msecsLouai Al-Khanji2016-02-052-58/+0
* | Clean up new poll code slightlyLouai Al-Khanji2016-02-044-26/+23
* | Android: Add runOnAndroidThreadSyncBogDan Vatra2016-02-042-0/+12
* | Add qstrntod as qstrtod overload, which takes a len parameterTobias Koenig2016-02-032-2/+13
* | Don't use Q_GLOBAL_STATIC for trivial type QLocaleDataSérgio Martins2016-02-031-2/+2