summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uic: eradicate all Q_FOREACH loops [generated code]Marc Mutz2016-01-261-35/+70
* rcc: eradicate all Q_FOREACH loopsMarc Mutz2016-01-262-5/+6
* qlalr: eradicate all Q_FOREACH loopsMarc Mutz2016-01-265-15/+18
* qlalr: remove uses of inefficient QListsMarc Mutz2016-01-262-2/+18
* qdbuscpp2xml: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-8/+9
* 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-263-1/+25
* 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-2340-6/+1318
* Uppercase the verbosity setting enums.Thiago Macieira2016-01-222-8/+8
* QVariant: use reserve in convert()Anton Kudryavtsev2016-01-221-2/+6
* Remove insignificant from qabstracttextdocumentlayout testTony Sarajärvi2016-01-221-1/+0
* Remove insignificant flag from qglyphrun testTony Sarajärvi2016-01-221-2/+0
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-21117-0/+117
* Update the Intel copyright yearThiago Macieira2016-01-2149-49/+49
* Updated license headersJani Heikkinen2016-01-21144-2374/+4822
* Updated license headersJani Heikkinen2016-01-211591-26356/+18625
* Fixed qtbase tests to pass with updated license headerJani Heikkinen2016-01-212-16/+16
* 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
* Add manual test for shortcut using implicit shiftRobert Loehning2016-01-201-6/+11
* Android: Fix some QGraphicsScene testsEskil Abrahamsen Blomfeldt2016-01-203-4/+48
* 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-1949-3685/+5
* 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