summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QProcess: Use poll instead of select on Unix platformsLouai Al-Khanji2016-02-033-89/+87
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-0222-177/+441
|\|
| * 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