summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's them"Oswald Buddenhagen2016-03-071-19/+15
* Check if WINAPI_FAMILY_PC_APP is defined before using itOliver Wolff2016-03-041-0/+3
* Remove QT_MOC_COMPAT from deprecated QProcess::error signalKai Koehne2016-03-041-1/+1
* QMimeBinaryProvider::loadMimeTypePrivate(): Make name check case insensitive.Friedemann Kleint2016-03-021-2/+1
* Fixed reading REG_SZ without terminating \0 delivers garbageDavid Weisgerber2016-03-021-0/+6
* Doc: Add the missing \l command and the target section titleVenugopal Shivashankar2016-03-011-1/+2
* QJsonPrivate::q_littleendian: mark as primitive/movable, depending on TMarc Mutz2016-03-011-0/+7
* Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-2/+4
* Track target widget when wheel events are receivedGabriel de Dietrich2016-02-292-1/+4
* Win: Prevent crash in qt_message_fatal()Kai Koehne2016-02-261-1/+2
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-4/+4
* doc: Clean up old references to QApplication for GUI applicationEskil Abrahamsen Blomfeldt2016-02-191-9/+10
* 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