summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce redundancy and duplication in tst_QFile::appendAndReadEdward Welbourne2018-07-301-6/+5
* Actually truncate when asked toEdward Welbourne2018-07-303-10/+17
* QLocale: cache the QLocalePrivate for QLocale::system()Thiago Macieira2018-07-301-1/+6
* macOS: Forward declare 10.14 NSColors instead of disabling warningTor Arne Vestbø2018-07-301-4/+9
* QMacStyle: Remove handling of defunct _q_styleObjectWindow propertyTor Arne Vestbø2018-07-303-21/+3
* Remove redundant #if-eryTimur Pocheptsov2018-07-301-8/+1
* QRandomGenerator: remove unnecessary cast to float in RandomValueFPThiago Macieira2018-07-291-1/+1
* QCborValue: Disable support for spaceship operatorThiago Macieira2018-07-293-5/+5
* Logging: Accept .ini files written by QSettingsKai Koehne2018-07-283-1/+21
* qmake: Add support for running lreleaseKai Koehne2018-07-284-2/+101
* xcb: Change KeyTbl from pure C array to compile time sorted std::arrayMikhail Svetkin2018-07-281-356/+369
* DTLS - treat QSslSocket::UnencryptedMode as invalidTimur Pocheptsov2018-07-281-0/+6
* QUrl: Support IPv6 addresses with zone idRobbert Proost2018-07-272-23/+90
* Rework QNetworkReply tests to use docker-based test serversRyan Chu2018-07-2712-209/+512
* Fix tiling of NPOT textures on GL/ESAllan Sandfeld Jensen2018-07-273-25/+20
* Fixup GL_RGB10 FBO on OpenGL/ES3Allan Sandfeld Jensen2018-07-271-5/+10
* Move texture uploading out of QOpenGLTextureCacheAllan Sandfeld Jensen2018-07-278-211/+432
* Remove dead codeJesus Fernandez2018-07-271-7/+2
* QNetworkAccessManager: Port doc snippet to functor-connectAndre Hartmann2018-07-271-7/+7
* QDtls - use conventional namesTimur Pocheptsov2018-07-275-41/+41
* SecureTransport - implement renegotiationsTimur Pocheptsov2018-07-272-11/+60
* Fix moc'ing of enum class flagsAllan Sandfeld Jensen2018-07-264-1/+12
* Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-263-11/+23
* QDtls - refactorTimur Pocheptsov2018-07-266-48/+48
* Fix compilation of tst_QGraphicsItem in Visual StudioOliver Wolff2018-07-261-1/+1
* tst_qtextcodec: Use qt_test_helper functionalityOliver Wolff2018-07-255-18/+10
* Rework the start-of-time fileTimes() test to add another test-caseEdward Welbourne2018-07-251-11/+21
* Fix two "unused variable" warningsEdward Welbourne2018-07-251-1/+2
* WinRT: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-253-2/+20
* qdoc: Fix CONFIG documentation tableKai Koehne2018-07-251-2/+2
* tst_QCommandLineParser: Add missing QVERIFYJędrzej Nowacki2018-07-251-12/+12
* rcc: Add a --list-mapping option to output both resource and real pathsUlf Hermann2018-07-251-1/+17
* corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-255-0/+288
* qmake: don't drop non-existing files from .depend_command outputOswald Buddenhagen2018-07-251-4/+8
* Add qt_test_helper featureOliver Wolff2018-07-255-48/+63
* Change tests' default installation folder from TARGET to folder nameOliver Wolff2018-07-251-5/+4
* uic: Modernize the ui4.cpp/.h filesFriedemann Kleint2018-07-241-416/+339
* Add API for reading and decoding graphical texture filesEirik Aavitsland2018-07-2416-3/+1246
* Give the QGradient presets ObjectMode coordinate mode by defaultEirik Aavitsland2018-07-242-3/+3
* Add demo of the new QGradient presets to the gradients exampleEirik Aavitsland2018-07-245-4/+74
* formatQEnum: deal with enum class typesShawn Rutledge2018-07-241-1/+1
* Blacklist tst_Gestures::graphicsView on Ubuntu 18.04Joni Jantti2018-07-241-0/+2
* Blacklist tst_QWidget_window::setWindowStateJoni Jantti2018-07-241-0/+2
* Blacklist tst_QWidget_window::tst_resize_countJoni Jantti2018-07-241-0/+1
* Revert "Blacklist tst_QWidget_window::setWindowState"Joni Jäntti2018-07-241-1/+0
* QHash: Remove reference to Qt3's QDict implementationhjk2018-07-241-3/+2
* Fix wrong relative path to qdbus_symbols.cppRichard Weickelt2018-07-241-1/+1
* qmake: add line-based mode for .depend_commandsOswald Buddenhagen2018-07-234-7/+25
* prune dead codeOswald Buddenhagen2018-07-231-1/+0
* QMacStyle: Normalize how we call drawNSViewInRectTor Arne Vestbø2018-07-231-13/+9