summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Added new private API for Android and onNewIntentPeter Rustler2015-01-212-0/+44
* QAssociativeIterable: add find()Marc Mutz2015-01-212-15/+13
* QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-215-13/+11
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-2123-161/+277
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2123-161/+277
| |\
| | * 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
| | * Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-062-13/+13
| | * Give ICC-as-Clang a Q_CC_CLANG version number tooThiago Macieira2015-01-061-0/+4
| | * Re-enable constexpr for ICC 15Thiago Macieira2015-01-061-0/+1
| | * Fix change-of-sign warnings with ICCThiago Macieira2015-01-061-3/+3
| | * Fix a memleak in QAssociativeIterable::value()Marc Mutz2015-01-042-16/+39
| | * Link against QMAKE_LIBS_EXECINFO when using backtrace(3).Raphael Kubo da Costa2015-01-031-0/+3
| | * Doc: fix the type listed for the functions in QAtomicIntegerThiago Macieira2015-01-022-91/+91
| | * [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-5/+4
* | | Implement the unaligned byteswap functions using the aligned onesThiago Macieira2015-01-211-191/+63
* | | Haiku: Add implementation for QStandardPathsTobias Koenig2015-01-212-0/+227
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-202-0/+2
* | | MSVC: Silence warning about right shift by too large amountKai Koehne2015-01-201-7/+3
* | | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-203-20/+19
* | | Android: Fix canonical form of nonexistent pathsEskil Abrahamsen Blomfeldt2015-01-191-0/+20
|/ /
* | Add QDebug support for NSObject and a few selected CoreFoundation typesTor Arne Vestbø2015-01-182-0/+110
* | Add qHash() overload for QSetMarc Mutz2015-01-182-0/+20
* | QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-171-1/+5
* | QHash: only fetch qt_qhash_seed when detaching from a null QHashMarc Mutz2015-01-171-2/+2
* | Remove Q_C_CALLBACKSThiago Macieira2015-01-172-9/+0
* | QVariant: attempt to work around an ICE on linux-arm-gnueabi-g++ (Ubuntu 11.1...Marc Mutz2015-01-161-3/+1
* | Don't call static members with objectThiago Macieira2015-01-161-3/+3
* | Add QTimeZone::{systemTimeZone,utc}Thiago Macieira2015-01-163-5/+28
* | Update QFileSelector to use QSysInfo betterThiago Macieira2015-01-161-21/+14
* | Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-0/+6
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-132-0/+21
* | Support QMetaType::equals()Alex Blasche2015-01-133-4/+62
* | QNX: Enable QSharedMemory and QSystemSemaphore support.Rafael Roquetto2015-01-131-7/+0
* | QFileSystemEntry: Replace manual seek in string with lastIndexOf()Orgad Shaneh2015-01-111-7/+1
* | Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-112-5/+1
* | Do the same for qDebug of QByteArray and QLatin1StringThiago Macieira2015-01-112-3/+51