summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-049-12/+16
* Use Q_ENUM and Q_FLAG in the Qt namespaceOlivier Goffart2015-02-042-48/+97
* Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-6/+6
* Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-033-35/+144
* QTextStream: remove a use of QString::sprintf()Marc Mutz2015-02-021-4/+11
* QTextStream: fix a warning with QTEXTSTREAM_DEBUG definedMarc Mutz2015-02-021-1/+1
* QProcess: fix warnings with QPROCESS_DEBUG definedMarc Mutz2015-02-021-2/+2
* Call QDir::homePath() only when necessary in QSettings::initDefaultPaths()Maks Naumov2015-02-021-3/+2
* fix relative path resolution inconsistency in qmake propertiesOswald Buddenhagen2015-02-021-1/+3
* less preprocessor magic relating to qmake buildOswald Buddenhagen2015-02-021-5/+5
* complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-022-30/+22
* Centralize use of __attribute__((noinline))Marc Mutz2015-01-293-11/+11
* QString: optimize multiArg()Marc Mutz2015-01-291-18/+48
* QString: reduce template bloatMarc Mutz2015-01-291-11/+12
* qlogging: Fix build on FreeBSD after 63cd16d.Raphael Kubo da Costa2015-01-281-2/+2
* corelib: Fix a faulty 5.4->dev merge.Raphael Kubo da Costa2015-01-281-0/+1
* Remove support for QT_QLOCALE_USES_FCVT.Erik Verbruggen2015-01-282-78/+0
* Make Qt for Android compile when using errors for warningsAlex Blasche2015-01-281-2/+2
* Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-252-2/+8
* Add conversion functions for C++11 u16string and u32stringAllan Sandfeld Jensen2015-01-242-4/+70
* src/corelib/tools/tools.pri: add missing qtools_p.hMarc Mutz2015-01-241-0/+1
* QNX: QProcess workaround for the stdin pipeRafael Roquetto2015-01-231-3/+37
* Handle posix_spawn using exit code 127 to indicate fail-to-startThiago Macieira2015-01-231-2/+16
* Use forkfd in QProcessThiago Macieira2015-01-235-398/+138
* Add the compilation of forkfd to QtCoreThiago Macieira2015-01-232-0/+85
* Add QTextStream::readLine() overloadAlexander Volkov2015-01-232-5/+49
* 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