summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Fix the use of R_X86_64_GOTPCREL on a 64-bit field: it should be 32-bitThiago Macieira2016-01-211-5/+7
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-2115-71/+137
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-1915-71/+137
| |\|
| | * Fix QFileSelector::select if called with QUrl and scheme "assets"André Klitzing2016-01-151-2/+9
| | * Fix non-Latin1 strings in QJsonDocument on big-endian platformsThiago Macieira2016-01-151-1/+1
| | * Fix UB in QIODevicePrivateMarc Mutz2016-01-131-6/+10
| | * Fix UB in QFileDevice::writeData()Marc Mutz2016-01-121-1/+1
| | * Fix UB in QFSFileEnginePrivate::writeFdFh()Marc Mutz2016-01-111-21/+25
| | * Fix UB in QVariant::canConvert()Marc Mutz2016-01-111-3/+6
| | * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-052-13/+33
| | * QStateMachine: fix ignore high-priority events.Masaru Ueki2016-01-051-4/+6
| | * forkfd: Also define BSD visibility macros in forkfd_qt.cpp.Raphael Kubo da Costa2016-01-031-0/+9
| | * Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-211-1/+1
| | * Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+6
| | * QLockFile: decide on locking strategy per pathDavid Fries2015-12-112-14/+30
| | * Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
| | * Check if the file is writable even while QT_BOOTSTRAPPEDAndy Shaw2015-12-111-2/+6
| | * Auto-detect whether 64-bit std::atomic really worksThiago Macieira2015-12-042-5/+9
* | | Make some initializers be declarations.Edward Welbourne2016-01-201-10/+10
* | | Avoid shadowing a name (and use the outer variable an extra time)Edward Welbourne2016-01-201-3/+3
* | | Avoid dereferencing before the start of a string.Edward Welbourne2016-01-201-1/+1
* | | Make it clearer what's happening with a fall-through.Edward Welbourne2016-01-201-2/+2
* | | Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-23/+30