summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix GCC 6 warning about placement-new operator on too little spaceThiago Macieira2016-01-121-18/+37
| * | QVariant: use v_construct instead of duplicating logicThiago Macieira2016-01-121-31/+4
| * | QVariant: make sure to default-initialize in v_constructThiago Macieira2016-01-121-1/+1
| * | Append the environment's QT_PLUGIN_PATH to 'make check' targetsRomain Pokrzywka2016-01-121-0/+1
| * | disable install targets for non-prefix buildsOswald Buddenhagen2016-01-122-0/+18
| * | rework include path construction in the module systemOswald Buddenhagen2016-01-127-60/+81
| * | Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-122-32/+38
| * | Revert "QString: preserve embedded NULs when converting from QByteArray"Marc Mutz2016-01-122-11/+46
* | | 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
* | | Updated license headersJani Heikkinen2016-01-153199-44442/+63636
* | | Add new license header templates and license fileswip/liteJani Heikkinen2016-01-1413-20/+2108
* | | 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-1313-129/+435
* | | write all properties to qt.conf when -external-hostbindir is usedOswald Buddenhagen2016-01-131-0/+17
* | | write [Paths] to qt.conf only if -external-hostbindir is usedOswald Buddenhagen2016-01-131-2/+6
* | | ARMv8: Update qHash for strings to use the CRC32 instructionErik Verbruggen2016-01-131-0/+49
* | | ARMv8: add crc32 feature detection.Erik Verbruggen2016-01-133-7/+66
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-1356-266/+341
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-1256-266/+341
| |\| |
| | * | 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-112-4/+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