summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Doc: mention that Qt::AA_X11InitThreads isn't used anymoreDavid Faure2016-01-111-3/+1
| | * Fix documentation for ReuseAddressHint on Unix.David Faure2016-01-111-2/+2
| | * winrt: Flush the system event queue when adding/removing windowsMaurice Kalinowski2016-01-111-0/+2
| | * winrt: Fix API usage certificationMaurice Kalinowski2016-01-111-0/+24
| | * winphone: Properly close the applicationMaurice Kalinowski2016-01-113-0/+22
| | * WinRT: Invoke correct remove handlerMaurice Kalinowski2016-01-111-1/+1
| | * WinRT: Fix application shutdownMaurice Kalinowski2016-01-111-6/+11
| | * CMake: Fix qt5_use_modules macro for CMake 2.8.11Kevin Funk2016-01-111-1/+1
| | * QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-1/+1
| | * Revert "dbus: Print out 'serial' and 'serial reply to' with DBusMessage opera...Thiago Macieira2016-01-112-10/+4
| | * Revert "dbus: Add method serial() and replySerial() to class DBusMessage."Thiago Macieira2016-01-114-47/+0
| | * Fix a few container detachmentsSérgio Martins2016-01-104-6/+6
| | * QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
| | * Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
| | * Windows: Output resulting DPI awareness in debug and warning output.Friedemann Kleint2016-01-083-4/+21
| | * xcb: Remove QXcbScreen::m_nativeGeometryAlexander Volkov2016-01-083-12/+4
| | * Use backing store formats with alphaAllan Sandfeld Jensen2016-01-084-51/+42