summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | tst_qsharedmemory: Use qt_test_helper functionalityOliver Wolff2018-07-317-56/+16
* | | QTextDocumentFragment: Use logical cursor movement instead of visualSafa AlFulaij2018-07-311-2/+2
* | | Extend blacklistin of tst_QTimeLine tests to macOS 10.13Tony Sarajärvi2018-07-311-0/+1
* | | Extend blacklisting of tst_QElapsedTimer::elapsed to cover macOS 10.13Tony Sarajärvi2018-07-311-0/+1
* | | Extend blacklisting of showMinimizedKeepFocus to macOS 10.13Tony Sarajärvi2018-07-311-0/+1
* | | Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-0/+8
* | | qmake: Emit warning when regenerating Xcode project during buildTor Arne Vestbø2018-07-302-0/+7
* | | Examples: Revamp LoopbackAndre Hartmann2018-07-303-41/+45
* | | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-307-229/+505
* | | Remove unused variableLars Knoll2018-07-301-1/+0
|/ /
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-302-1/+11
* | QFSFileEngine::filename(): convert if/else-if chain to a switchEdward Welbourne2018-07-301-13/+16
* | 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