summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-0921-46/+75
* WinRT: fix QLibrary::isLibrary() due to incomplete #if statementJochen Seemann2015-02-071-1/+1
* QAbstractTableModel/QAbstractListModel: reimplement sibling()Marc Mutz2015-02-052-0/+18
* Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-052-0/+24
* Introduces QMetaEnum::fromTypeOlivier Goffart2015-02-052-0/+17
* QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-052-2/+24
* introduce /dev variants of qmake propertiesOswald Buddenhagen2015-02-052-6/+21
* write relative paths to qconfig.cpp as far as possibleOswald Buddenhagen2015-02-052-11/+18
* Windows: Allow for passing a modified argv to QCoreApplication.Friedemann Kleint2015-02-052-27/+50
* 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