summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-5/+7
* Document that default-constructed QFuture are canceledThiago Macieira2014-09-221-1/+1
* Refactor some loops over EINTRGiuseppe D'Angelo2014-09-221-5/+2
* QFile: fix undefined behavior when closing a buffered fileGiuseppe D'Angelo2014-09-221-13/+9
* QObject: fix a memory leak in moveToThreadGiuseppe D'Angelo2014-09-221-2/+5
* Remove reference to removed qatomic_sparc.hAdam Majer2014-09-181-2/+0
* Logging: Remove use of _declspec(thread)Kai Koehne2014-09-151-6/+3
* cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-152-1/+9
* Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2
* Add missing private headers warningSamuel Gaist2014-09-0415-0/+165
* Bump versionFrederik Gladhorn2014-08-291-2/+2
* Also print the class name in the QObject::killTimer error msg.Erik Verbruggen2014-08-271-1/+2
* Doc: corrected autolink errors corelib ioNico Vertriest2014-08-277-38/+39
* Android: Avoid caching the same class twice.Christian Strømme2014-08-261-5/+4
* BlackBerry PlayBook build fixesSérgio Martins2014-08-261-1/+1
* Doc: corrected autolink errors QjsonvalueNico Vertriest2014-08-251-6/+6
* Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-0/+6
* OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-2/+2
* Fix a memory leak in QFseventsFileSystemWatcherEngineAndy Shaw2014-08-181-0/+1
* Fix x86/32-bit build when using an old version of gccJulien Brianceau2014-08-141-0/+1
* Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-131-0/+3
* Correct the SYNC hint for the release barrierThiago Macieira2014-08-131-1/+1
* Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-131-0/+4
* Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-4/+8
* Document missing QLatin1String methodsThiago Macieira2014-08-071-0/+88
* Android: Fix recursion bug in callStaticMethod()Christian Strømme2014-08-061-3/+3
* Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-061-5/+1
* Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-302-8/+17
|\
| * Support MIPS atomic on pre-MIPS32 architecturesAurelien Jarno2014-06-271-2/+8
| * Enable sparc detection.Lisandro Damián Nicanor Pérez Meyer2014-06-271-6/+9
* | Work around ICC bug in local static symbols for Q_GLOBAL_STATICThiago Macieira2014-07-301-1/+10
* | Use the stateless UTF-8 encoder in QStringRef::toUtf8Thiago Macieira2014-07-251-1/+1
* | Doc: corrected autolink errors in qnamespace.qdocNico Vertriest2014-07-231-5/+5
* | Work around ICC bug in brace initializations containing constexprThiago Macieira2014-07-121-1/+2
* | Fixed wrong function name in a file snippetIvan Komissarov2014-07-101-1/+1
* | Fix for code snippet in commandlineparser documentationNiels Weber2014-07-071-1/+2
* | Android: Refactor exception checking in qjni.Christian Strømme2014-07-071-19/+16
* | Attempt to work with Visual Studio in -Za (strict ANSI) modeThiago Macieira2014-07-051-6/+15
* | qDebug: fix data race in qt_message_printDavid Faure2014-07-011-23/+19
* | Fix annoying warning from ICC 14 on WindowsThiago Macieira2014-07-011-2/+2
* | Doc: Various \note fixes in Qt namespace documentation.Jerome Pasion2014-07-011-19/+19
* | Doc: Fix typo in QScopedValueRollbackKevin Funk2014-06-301-1/+1
* | Don't compare the target methods for SlotObject connectionsThiago Macieira2014-06-291-1/+1
* | Add a comment stating QMutex::isRecursive should be made const in Qt6Olivier Goffart2014-06-261-1/+1
* | Fix QMutex documentation saying some function are static while they are notOlivier Goffart2014-06-262-8/+8
* | WinRT: no read-only paths in QStandardpaths::writableLocationOliver Wolff2014-06-261-5/+14
* | Mark behavior of QFileInfo::absoluteFilePath as undefined in corner casesKai Koehne2014-06-251-3/+4
* | Fix logging file location docsFrederik Gladhorn2014-06-251-2/+2
* | Fix QRingBuffer::readPointerAtPosition()Alex Trotsenko2014-06-241-1/+1
* | Make the fetchAndAddRelaxed function a member templateThiago Macieira2014-06-241-2/+2