summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add imported target for qdoc.Volker Krause2016-06-051-0/+15
* QXmlStreamWriter: don't call virtual QTextCodec::name() twiceAnton Kudryavtsev2016-06-031-2/+4
* tst_QObject: Test if the new connect style works with virtual basesThiago Macieira2016-06-021-0/+107
* Remove the code for QObject::connect for non-C++11 compilersThiago Macieira2016-06-023-433/+0
* QTextDocument: use QString::replace() for replacingAnton Kudryavtsev2016-06-021-7/+2
* QTextDocument: use QL1S::size() to get size of internal stringAnton Kudryavtsev2016-06-021-3/+3
* QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-025-16/+16
* QFontDatabase: append substitutes directly to the family listAnton Kudryavtsev2016-06-021-7/+2
* Revert "QObject::connect: reduce generated code size for statics and functors"Thiago Macieira2016-06-011-7/+9
* Add Q_ENUM for QNetworkAccessManager::NetworkAccessibility.Volker Krause2016-06-011-0/+1
* Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-0127-133/+130
* Blacklisting a flaky tst_QGL::clipTest test on OpenSUSE 13.1Milla Pohjanheimo2016-06-011-0/+1
* QObject::connect: reduce generated code size for statics and functorsThiago Macieira2016-05-311-9/+7
* Add manual test for shortcut using implicit AltGrRobert Loehning2016-05-301-6/+11
* QDateTimeParser: adapt to make good use of QStringRef.Anton Kudryavtsev2016-05-302-13/+24
* tst_Moc: restore signals/slots/emit to the Q_UPPERCASE valuesThiago Macieira2016-05-301-3/+3
* install the qtpng libraryOswald Buddenhagen2016-05-301-1/+2
* Andriod: API-16 is the minimum API that we supportBogDan Vatra2016-05-271-1/+1
* QVector: silence clang warning about memmoveShawn Rutledge2016-05-271-2/+6
* Fix use of QMutex on Linux before FUTEX_PRIVATE_FLAG was addedThiago Macieira2016-05-261-1/+1
* tst_qsslsocket::protocolServerSide - blacklist on RHEL 7.2Timur Pocheptsov2016-05-261-0/+4
* tst_qsslsocket - re-structure the codeTimur Pocheptsov2016-05-261-2/+4
* QNetworkReply: remove double bufferingAlex Trotsenko2016-05-254-67/+29
* QIOSTextInputOverlay: fade-out handles upon focus transferRichard Moe Gustavsen2016-05-251-4/+34
* Do an actual toString conversion for QVariant test failuresAllan Sandfeld Jensen2016-05-241-1/+1
* build qt-png as a proper helper libraryOswald Buddenhagen2016-05-245-29/+43
* Optimize QImage checkForAlphaPixelsAllan Sandfeld Jensen2016-05-231-21/+28
* Windows QPA: Format window title correctly when creating a window.Friedemann Kleint2016-05-233-2/+11
* Fix compilation without process supportMaurice Kalinowski2016-05-201-0/+2
* ANGLE: fixed usage of shared handles for WinRT/WinPhone applicationsOliver Wolff2016-05-203-0/+63
* Avoid failing on 64-bit ARMLaszlo Agocs2016-05-191-1/+1
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-19174-640/+1746
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-19174-640/+1746
| |\
| | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-1934-46/+200
| | |\
| | | * WinRT: Do not try to cancel IO for udp sockets on socket closeOliver Wolff2016-05-181-10/+12
| | | * enable example installs for all modulesOswald Buddenhagen2016-05-182-1/+1
| | | * complain about examples which don't install themselves properlyOswald Buddenhagen2016-05-181-0/+14
| | | * actually build an optimized qmake in release buildsOswald Buddenhagen2016-05-131-1/+1
| | | * ICO image format: fix regression in writing when size >= 256Eirik Aavitsland2016-05-134-6/+54
| | | * Fix building with -qreal floatAllan Sandfeld Jensen2016-05-131-2/+2
| | | * Doc: Remove references to obsolete reset() functionLeena Miettinen2016-05-121-2/+2
| | | * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-1212-12/+12
| | | * ANGLE: Disable support for shared handles in warp mode on Windows < 8Oliver Wolff2016-05-122-0/+57
| | | * ANGLE: fall back to warp mode in case of standard VGA driverOliver Wolff2016-05-121-0/+12
| | | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1288-347/+995
| | | |\
| | | * | Restore the missing -P option for lex handlingAndy Shaw2016-05-101-1/+5
| | | * | Cocoa integration - avoid dangling menuitem pointerTimur Pocheptsov2016-05-101-0/+2
| | | * | make qt-freetype use qt-zlib when presentOswald Buddenhagen2016-05-092-5/+10
| | | * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-094-2/+12
| | * | | Cocoa: Allow pasting text from Qt apps to MailMorten Johan Sørvig2016-05-181-4/+4