summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-047-19/+53
|\| |
| * | QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
| * | QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-012-6/+6
| * | [QTextStream::read.*] Return earlier when nothing has been readKonstantin Ritt2015-05-011-3/+3
| * | QStateMachine: optimize conflict calculation.Erik Verbruggen2015-04-281-8/+22
| * | Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
| * | QIODevice: fix data loss when reading large amounts from sequential devicesMarc Mutz2015-04-281-0/+4
* | | Use macros for the OS X enums in QSysInfo::MacVersion.Jake Petroules2015-05-031-12/+12
* | | Update for the newest Darwin-family operating systems.Jake Petroules2015-05-033-1/+16
* | | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-303-5/+16
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-277-36/+46
|\| |
| * | Doc: Bring QSizeF/QPointF::isNull() documentation up to dateTopi Reinio2015-04-272-12/+4
| * | QDir: sort-by-size remove two unconditional branchesNikita Baryshnikov2015-04-251-1/+1
| * | QVector: Save one copy-CTOR call if we don't reallocSérgio Martins2015-04-241-5/+12
| * | Windows: Fix QLockFile hanging when file cannot be created.Friedemann Kleint2015-04-231-1/+12
| * | qsystemdetection.h: Check existence of define WINAPI_FAMILY_PHONE_APP.Friedemann Kleint2015-04-221-1/+1
| * | QStateMachine: replaced Q_FOREACH with foreach.Erik Verbruggen2015-04-221-16/+16
* | | QLocale: Exclude null-byte in QString generated from script_code_list.Milian Wolff2015-04-241-1/+1
* | | doc: Provide missing enum documentationMartin Smith2015-04-231-0/+24
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2267-767/+948
|\| |
| * | QDir: fix int overflowNikita Baryshnikov2015-04-201-1/+1
| * | Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-202-0/+4
| * | qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-2017-240/+48
| * | Rework WinRT timer handlingOliver Wolff2015-04-202-165/+208
| * | QFileSystemEngine: optimize from...(qgetenv())Marc Mutz2015-04-161-5/+5
| * | QScopedValueRollback: add two strategic qMove()sMarc Mutz2015-04-161-2/+2
| * | QScopedValueRollback: use ctor-init-listMarc Mutz2015-04-161-4/+2
| * | QSignalBlocker: mark all functions as noexceptMarc Mutz2015-04-162-15/+15
| * | QList: make QListSpecialMethods dtors protectedMarc Mutz2015-04-163-1/+14
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1529-90/+101
| |\|
| | * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-014-2/+13
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-3125-88/+88
| * | Add support for unregistering of custom meta types.Robert Griebl2015-04-142-6/+58
| * | Fix performance of recursive read-write locksSimon Hausmann2015-04-142-58/+0
| * | qstorageinfo_unix.cpp: fixes for NetBSD and solarisNiclas Rosenvik2015-04-131-1/+5
| * | remove the "wonderful Windows notifier" from QProcessJoerg Bornemann2015-04-136-36/+30
| * | QStateMachine: remove conflicting transitions after selection.Erik Verbruggen2015-04-102-67/+157
| * | QStateMachine: fix history state restoration.Erik Verbruggen2015-04-102-45/+235
| * | QStateMachine: move methods out of Private class.Erik Verbruggen2015-04-102-36/+54
| * | QStateMachine: move QState::finished() emision into method.Erik Verbruggen2015-04-092-8/+20
| * | QIconvCodec: fix compilation when NO_BOM is defined.Thiago Macieira2015-04-091-0/+2
| * | Prevent memory overgrowth while reading from a sequential deviceAlex Trotsenko2015-04-081-2/+2
* | | Add qHash(QMimeType)Marc Mutz2015-04-202-0/+17
* | | Add qHash(QVector)Marc Mutz2015-04-202-0/+19
* | | Add qHash(QUrlQuery)Marc Mutz2015-04-202-0/+24
* | | Add qHash(QList)Marc Mutz2015-04-202-0/+19
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-2014-15/+0
* | | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-202-1/+7
* | | QList: remove (const_)iterator copy ctorsMarc Mutz2015-04-171-2/+0
* | | QPointer: add a static assertion to help the user when using a wrong template...Giuseppe D'Angelo2015-04-111-0/+3