summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-2/+1
| * | Added support for Windows 10 in QSysInfo::productVersion()Marcel Krems2015-06-091-0/+4
| * | Fix race condition with QProcess on OSX 10.7Dyami Caliri2015-06-061-0/+3
| * | fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0172-290/+291
* | | Add qHash(QLocale)Marc Mutz2015-06-302-0/+21
* | | QModelIndex: Fix a nullptr literal 0 that would look odd as nullptrMarc Mutz2015-06-301-1/+1
* | | QtCore: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-309-27/+23
* | | Use QVector::reserve() all over the place.Sérgio Martins2015-06-294-0/+5
* | | QWeakPointer: remove misleading Q_DECL_CONSTEXPRMarc Mutz2015-06-281-1/+1
* | | QCommandLineOption: Q_DECL_NOTHROW -> Q_DECL_NOEXCEPTMarc Mutz2015-06-281-1/+1
* | | QSharedPointer: destroy LHS on move assignmentMarc Mutz2015-06-271-1/+2
* | | QList: Introduce constFirst() and constEnd()Sérgio Martins2015-06-272-2/+24
* | | QSortFilterProxyModel: Keep invalid index updated on source model sortDaiwei Li2015-06-251-0/+21
* | | QStateMachine: remove unused qHash(QPointer<T>)Marc Mutz2015-06-241-4/+0
* | | QAbstractTransition: don't hold QPointers in QListMarc Mutz2015-06-243-3/+4
* | | Force Visual C++ math.h to define the M_ constantsThiago Macieira2015-06-221-0/+10
* | | QMap: use constrained templates instead of static-ifsMarc Mutz2015-06-221-29/+25
* | | doc: Fix qdoc errors in qstring.cppMartin Smith2015-06-221-3/+3
* | | doc: Add missing comment delimiterMartin Smith2015-06-221-0/+1
* | | Core: Fix QProcess::errorString() outputKai Koehne2015-06-221-0/+1
* | | Core: Consolidate QProcess error reportingKai Koehne2015-06-205-79/+78
* | | Simplify QIODevice::readAll()Alex Trotsenko2015-06-201-22/+13
* | | QSettings: replace a QMap with a QListMarc Mutz2015-06-203-7/+13
* | | QCommandLineOption: prevent aggressive inliningMarc Mutz2015-06-201-0/+2
* | | QCommandLineOption: optimize ctorsMarc Mutz2015-06-191-31/+48
* | | Micro-optimize QSettingsPrivate::processChild() and its usersMarc Mutz2015-06-193-6/+6
* | | QStringRef: add truncate()Marc Mutz2015-06-192-1/+17
* | | QMap: add const equal_range() overloadMarc Mutz2015-06-192-0/+16
* | | QVector: add move(int,int) for QList compatMarc Mutz2015-06-182-0/+23
* | | QIODevice::atEnd(): fix debug message outputAlex Trotsenko2015-06-181-3/+4
* | | QException: fix exception specificationMarc Mutz2015-06-172-5/+13
* | | QMetaObjectBuilder: replace an inefficient QList with QVectorMarc Mutz2015-06-171-1/+1
* | | QMetaObjectBuilder: replace inefficient QLists with QVectorMarc Mutz2015-06-171-6/+12
* | | QPointer: add member-swapMarc Mutz2015-06-172-0/+10
* | | Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-166-30/+82
* | | Use "Ex"-versions of WaitForSingle/MultipleObject(s) where possibleOliver Wolff2015-06-165-11/+10
* | | Add a synthesized-by-application value to mouse event sourceLaszlo Agocs2015-06-152-1/+8
* | | Allow types with a comma in Q_PROPERTYOlivier Goffart2015-06-122-7/+6
* | | Fix Qt-in-namespace build breakage.Morten Johan Sørvig2015-06-121-0/+2
* | | Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-121-0/+3
* | | core: Add several QList::reserve() calls.Sérgio Martins2015-06-1117-8/+36
* | | make the enums of QProcess known to the meta object systemJoerg Bornemann2015-06-081-0/+11
* | | doc: Remove uses of \mainclassMartin Smith2015-06-051-1/+0
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-0464-546/+1396
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0364-546/+1396
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-0210-207/+336
| | |\|
| | | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-029-204/+330
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-019-204/+330
| | | | |\
| | | | | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-293-5/+13
| | | | | |\