summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2338-70/+248
|\
| * 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 memory leak of QSettings in QLibraryInfo::platformPluginArgumentsDyami Caliri2014-09-201-1/+2
* | Fix Windows ICU build break in QCollator after commit c17563ec.Michael Brüning2014-09-161-1/+1
* | Speed up QStringList::removeDuplicates by ~2xDaniel Teske2014-09-151-2/+4
* | Fix 64 bit issues in QIODevicePrivateLinearBufferLars Knoll2014-09-152-9/+13
* | QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-111-2/+12
* | Doc: corrected link/autolink errors in corelib/doc/srcNico Vertriest2014-09-113-12/+14
* | Use a dedicated timer for the animation driver.Gunnar Sletta2014-09-112-3/+4
* | Revert "Reading QJsonObject property should not modify the object itself."Jędrzej Nowacki2014-09-114-83/+11
* | QLockFile: on Windows, retry deleting the lock file if it is being read.David Faure2014-09-112-2/+15
* | Fix several issues in QCollatorLars Knoll2014-09-107-227/+207
* | Fix user defined conversions to numeric typesLars Knoll2014-09-101-2/+1
* | Don't accept json strings with trailing garbageLars Knoll2014-09-102-1/+14
* | Fix bugs in internal comparison operatorsLars Knoll2014-09-101-3/+20
* | Expose screen change event to widgets so that they can check the dprLaszlo Agocs2014-09-102-0/+2
* | Add an option to share between TLWsLaszlo Agocs2014-09-102-0/+6
* | Fix typo in QMetaType documentation.Mitch Curtis2014-09-091-1/+1
* | Bump Q_COMPILER_INITIALIZER_LISTS to GCC 4.5Adam Majer2014-09-061-1/+3
* | QDateTimeParser: remove unused local variablesMaks Naumov2014-09-051-2/+0
* | Use expiry_date field to check for evaluation timespanKai Koehne2014-09-051-2/+4
* | Doc: QRect::isEmpty's documentation didn't match the code.David Faure2014-09-051-1/+1
* | Fix endianness part of QSysInfo::buildAbi() stringAlex Trotsenko2014-09-041-3/+3
* | Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-033-2/+22
* | Fix headercheck failure introduced by 67c83f329e7fb6fbf5d8e402f42Thiago Macieira2014-08-301-0/+4
* | Doc: Fixed typo "lamda".Jerome Pasion2014-08-301-1/+1
* | Fix nativeRead() for maxlen greater than UINT_MAXLars Knoll2014-08-291-4/+4
* | Doc: properties, add missing parenthesisSamuel Gaist2014-08-281-1/+1
* | Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-285-3/+25
* | Micro-optimize QVector::count()Marc Mutz2014-08-281-1/+3
* | QList: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
* | QVector: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
* | Doc: language corrections QStorageInfo classNico Vertriest2014-08-271-55/+55