summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix wrapper batch file names for flex/bison in ANGLE buildJoerg Bornemann2016-01-081-0/+1
| | * don't rely on transitive dependenciesOswald Buddenhagen2016-01-081-0/+2
| | * windows: bump OpenGL blacklist versionLaszlo Agocs2016-01-081-1/+1
| | * Work around GCC 6 warning about offset outside bounds of stringThiago Macieira2016-01-081-2/+2
* | | Add ability to specify precision of float/double currency stringsDan Cape2016-01-132-4/+23
* | | QStaticTextItem: use smart pointer membersMarc Mutz2016-01-122-60/+11
* | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-1/+1
* | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-127-185/+233
* | | qtcore_eval: fix dead code after return statementAnton Kudryavtsev2016-01-121-1/+0
* | | QFileSystemEngine: fix duplicate flag in OR expressionAnton Kudryavtsev2016-01-121-1/+1
* | | Minimal fix for network-manager problem on plugin unload.Edward Welbourne2016-01-121-6/+2
* | | Moc: fix duplicate condition in AND expressionAnton Kudryavtsev2016-01-121-1/+1
* | | Add debug message on writing to an unbuffered TCP socketAlex Trotsenko2016-01-121-2/+8
* | | QAbstractSocket::writeData(): remove dead codeAlex Trotsenko2016-01-121-4/+1
* | | QTranslator: enable NRVO in find_translation() for poor compilersMarc Mutz2016-01-121-1/+2
* | | QTranslator: optimize string handling in find_transformationMarc Mutz2016-01-121-1/+2
* | | QtCore: eradicate all Q_FOREACH loops [kernel]Marc Mutz2016-01-126-12/+14
* | | Mark QLocale as sharedMarc Mutz2016-01-122-2/+14
* | | QColor: fix misleading code in op==Marc Mutz2016-01-121-2/+1
* | | QtDBus: eradicate all Q_FOREACH loopsMarc Mutz2016-01-124-10/+9
* | | QDBusConnectionPrivate::ObjectTreeNode: remove pointless empty dtorMarc Mutz2016-01-121-1/+0
|/ /
* | QProcessPrivate: fix double init of exitCode in ctorAnton Kudryavtsev2016-01-121-1/+0
* | QSize: use qSwap in transpose()Anton Kudryavtsev2016-01-121-6/+2