summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-232-0/+11
* QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-1/+3
* Fixing Qt5CoreConfigExtras.cmake.inBjoern Thiel2015-02-201-5/+5
* qstorageinfo_unix.cpp: Fix build on SolarisDmitry Shachnev2015-02-201-3/+4
* Android: Fix local ref handling.Christian Strømme2015-02-173-4/+17
* Android: fix timed QWaitCondition::wait() on Android >= 5.0.Yoann Lopes2015-02-171-5/+13
* work around MSVC level 4 warningJoerg Bornemann2015-02-171-0/+1
* Fix links in plural words.Florian Bruhin2015-02-163-6/+6
* Doc: clarify what QUrl::topLevelDomain actually doesThiago Macieira2015-02-161-0/+15
* Make the detection of the number of cores on Unix prettierThiago Macieira2015-02-151-4/+2
* Ensure that the binary JSON objects are actually sortedThiago Macieira2015-02-151-0/+5
* qFormatLogMessage: optimize %{backtrace}Olivier Goffart2015-02-141-3/+3
* Document and further test that QJsonObject::keys() is sorted.Mitch Curtis2015-02-111-0/+2
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-103-3/+28
|\
| * Fix compilation with Apple Clang 425Thiago Macieira2015-02-091-2/+10
| * WinRT: Gracefully exit an applicationMaurice Kalinowski2015-02-021-0/+18
| * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| * Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
* | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
* | Fix QLineF Detailed DescriptionSamuel Gaist2015-02-051-1/+1
* | QProcess/Win: fix sporadic crashJoerg Bornemann2015-02-052-1/+2
* | QPair: work around std::move not being constexpr in C++11Marc Mutz2015-02-041-1/+3
* | CMake: Fix QObject::connect failing on ARMAlbert Astals Cid2015-02-031-2/+0
* | Fix leaks in OS X bundle detectionDyami Caliri2015-02-021-3/+3
* | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-297-33/+49
|\|
| * Fix QXmlStreamReader parsing of files containing NULsThiago Macieira2015-01-242-25/+28
| * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-1/+4
| * QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-221-1/+5
| * Fix memory leak in Qurl::toCFURL()Morten Johan Sørvig2015-01-191-1/+7
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-167-12/+32
| |\
| * | Bump copyright year to 2015Kai Koehne2015-01-152-5/+5
* | | Fix typo in the docsKonstantin Ritt2015-01-231-1/+1
* | | Fix invalid memory access when a slot deletes the sender.Volker Krause2015-01-221-2/+3
* | | Doc: Improve description of QTextStream::readLine()Alexander Volkov2015-01-211-3/+2
* | | Fix QSharedPointer::create and QEnableSharedFromThisThiago Macieira2015-01-211-0/+2
* | | Bump versionOswald Buddenhagen2015-01-191-2/+2
* | | QIncrementalSleepTimer: Use QElapsedTimer instead of QTimeDaniel Teske2015-01-191-3/+3
* | | Doc: Fix typosSze Howe Koh2015-01-194-6/+6
* | | QFreeList: fix undefined behaviorMarc Mutz2015-01-191-1/+1
* | | QByteArrayMatcher: fix undefined shiftMarc Mutz2015-01-191-1/+1
* | | Fix compilation with Apple Clang 425Thiago Macieira2015-01-171-2/+10
* | | Move enabling of C++11 Unicode Strings with ICC from 12.1 to 14.0Thiago Macieira2015-01-171-1/+1
| |/ |/|
* | Add missing AppDataLocation caseMorten Johan Sørvig2015-01-161-0/+1
* | Doc: define target voor function qsnprintf()Nico Vertriest2015-01-161-0/+1
* | Doc: link issues in corelibNico Vertriest2015-01-162-5/+16
* | Update doc saying QDateTime::setTime with invalid time sets to midnightThiago Macieira2015-01-151-3/+10
* | de-duplicate and comment EffectivePaths presence detectionOswald Buddenhagen2015-01-091-2/+3
* | remove nonsensical conditionalOswald Buddenhagen2015-01-091-2/+0
* | fix error when cross-compiling with --system-zlibAshish Kulkarni2015-01-081-0/+1
|/
* Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-071-10/+68