summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qdbusxml2cpp: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-10/+10
* qdbusxml2cpp: port classNameForInterface() to QStringRefMarc Mutz2016-01-261-9/+6
* QStringRef: add missing op[]Marc Mutz2016-01-262-1/+14
* moc: eradicate all Q_FOREACH loopsMarc Mutz2016-01-262-21/+38
* moc: simplify finding required Qt containersMarc Mutz2016-01-261-28/+44
* [docs] Gently discourage use of Q_FOREACH/foreachMarc Mutz2016-01-261-2/+10
* QTzTimeZonePrivate: optimize container usage in init().Anton Kudryavtsev2016-01-261-2/+9
* Remove support for old/deprecated gl function namesLars Knoll2016-01-261-46/+17
* QTranslator: don't re-create QString each time through a loopAnton Kudryavtsev2016-01-261-2/+5
* QVariant: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-01-251-1/+1
* QMimeData: use reserve in formats()Anton Kudryavtsev2016-01-251-1/+3
* QMimeData: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-01-251-16/+22
* Add TeamCity logging feature to testlibBorgar Ovsthus2016-01-237-4/+399
* Uppercase the verbosity setting enums.Thiago Macieira2016-01-222-8/+8
* QVariant: use reserve in convert()Anton Kudryavtsev2016-01-221-2/+6
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-2178-0/+78
* Update the Intel copyright yearThiago Macieira2016-01-2130-30/+30
* Updated license headersJani Heikkinen2016-01-21126-1537/+1108
* Document qAsConst(), turning it into public API.Marc Mutz2016-01-211-0/+65
* Move QIpPacketHeader to the header where QNetworkDatagramPrivate will beThiago Macieira2016-01-213-27/+72
* QWidget: fix expensive iteration over QMap::keys()Marc Mutz2016-01-201-2/+7
* QSslContext: provide sharedFromConfiguration()Marc Mutz2016-01-203-2/+11
* Force inclusion of <atomic> on QNX systems.Thiago Macieira2016-01-191-1/+3
* Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-1914-3602/+3
* QGraphicsAnchorLayout: remove a misguided use of QLinkedListMarc Mutz2016-01-191-24/+13
* QSslContext: separate creation and initializationMarc Mutz2016-01-192-10/+17
* CMake: Pass -std=gnu++0x to generated tests in CI.Stephen Kelly2016-01-191-0/+23
* Replace ffsll with new qCountTrailingZeroBitsTobias Koenig2016-01-191-32/+2
* QtWidgets: replace uses of inefficient QList<QPair>s with QVectorsMarc Mutz2016-01-185-12/+14
* eglfs: use QGenericUnixTheme if requestedShawn Rutledge2016-01-182-0/+7
* QFileSystemModel: replace inefficient QList<Fetching> with QVectorMarc Mutz2016-01-172-6/+3
* QGraphicsView: Graph: don't allocate QHashes on the heapMarc Mutz2016-01-171-26/+23
* QGraphicsView: Graph: remove faulty const_iterator::op=Marc Mutz2016-01-171-1/+0
* QGraphicsView: Graph: don't compare pointers with op<Marc Mutz2016-01-171-2/+3
* QHttpThreadDelegate: use default ctor instead of QSharedPointer(0)Marc Mutz2016-01-171-3/+3
* qdbuscpp2xml: Fixed wrong filename being reported in messagesSwen Kooij2016-01-161-1/+1
* QtCore: replace uses of inefficient QList<QPair>s with QVectors [itemmodels]Marc Mutz2016-01-152-2/+2
* QAbstractSocket: remove redundant handling of recursive callsAlex Trotsenko2016-01-152-27/+2
* Helper function needed to run Runnables on Android UI thread easily.BogDan Vatra2016-01-153-25/+56
* Updated license headersJani Heikkinen2016-01-152948-40951/+58639
* QHttpNetworkRequestPrivate: perform init by init-list in ctorAnton Kudryavtsev2016-01-141-15/+15
* QXcbXSettings: don't construct a QByteArray just to append itMarc Mutz2016-01-141-2/+3
* QXcbXSettings: replace a QLinkedList with a std::vectorMarc Mutz2016-01-141-19/+16
* QPathSegments: set pathId to zero in ctorAnton Kudryavtsev2016-01-141-1/+2
* QDataStream: handle incomplete reads from QIODeviceAlex Trotsenko2016-01-134-18/+216
* ARMv8: Update qHash for strings to use the CRC32 instructionErik Verbruggen2016-01-131-0/+49
* ARMv8: add crc32 feature detection.Erik Verbruggen2016-01-132-7/+63
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-1336-155/+160
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-1236-155/+160
| |\
| | * iOS: fix crash on iOS 8 due to unsupported selectorRichard Moe Gustavsen2016-01-112-5/+9