summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * WinRT: Fix application shutdownMaurice Kalinowski2016-01-111-6/+11
| | * CMake: Ensure that -fPIC is passed in tests.Kevin Funk2016-01-112-0/+4
| | * CMake: Fix qt5_use_modules macro for CMake 2.8.11Kevin Funk2016-01-111-1/+1
| | * Diaglib: Fix and extend dumping of native windows (Windows).Friedemann Kleint2016-01-111-8/+40
| | * Make DST-transition test more general.Edward Welbourne2016-01-111-17/+29
| | * QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-112-1/+8
| | * Change the ELF linker version script creator to take no parametersThiago Macieira2016-01-112-33/+21
| | * 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-115-54/+0
| | * Fix a few container detachmentsSérgio Martins2016-01-104-6/+6
| | * CMake: Make all tests link to Qt librariesKevin Funk2016-01-093-3/+4
| | * QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-092-11/+32
| | * 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 docs creation in debug_and_release buildsOswald Buddenhagen2016-01-082-18/+25
| | * Fix wrapper batch file names for flex/bison in ANGLE buildJoerg Bornemann2016-01-081-0/+1
| | * un-nest enabling .la creation from enabling .pc creation (again)Oswald Buddenhagen2016-01-081-13/+12
| | * don't build with explicitlib on unixOswald Buddenhagen2016-01-081-2/+1
| | * don't rely on transitive dependenciesOswald Buddenhagen2016-01-086-0/+10
| | * 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-133-4/+29
* | | QStaticTextItem: use smart pointer membersMarc Mutz2016-01-122-60/+11
* | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-122-1/+13
* | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-129-250/+359
* | | 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