summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fix QXmlStreamReader parsing of files containing NULsThiago Macieira2015-01-242-25/+28
| | | * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-1/+4
| | | * QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-221-1/+5
| | | * Fix memory leak in Qurl::toCFURL()Morten Johan Sørvig2015-01-191-1/+7
| | | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-167-12/+32
| | | |\
| | | * | Bump copyright year to 2015Kai Koehne2015-01-152-5/+5
| | * | | Fix typo in the docsKonstantin Ritt2015-01-231-1/+1
| | * | | Fix invalid memory access when a slot deletes the sender.Volker Krause2015-01-221-2/+3
| | * | | Doc: Improve description of QTextStream::readLine()Alexander Volkov2015-01-211-3/+2
| | * | | Fix QSharedPointer::create and QEnableSharedFromThisThiago Macieira2015-01-211-0/+2
* | | | | 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
|\ \ \ \