summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Doc: Update external links to Qt Creator ManualLeena Miettinen2018-07-201-9/+41
| | * qmake: break out testFunc_cache() from evaluateBuiltinConditional()Edward Welbourne2018-07-202-163/+172
| | * Doc: Update Tetrix examplePaul Wicking2018-07-191-10/+21
| | * Replace 0 with nullptrAlbert Astals Cid2018-07-195-5/+5
| | * Doc: Add since version for QJson method and enumPaul Wicking2018-07-192-0/+2
| | * Doc: Extend description of ShortcutOverride eventPaul Wicking2018-07-191-0/+6
| | * Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-198-13/+196
| | * macOS: Use QMAKE_BUNDLE for the app part of the bundle identifier valueAndy Shaw2018-07-181-1/+4
| | * Windows: Don't output a warning when sHGetKnownFolderPath failsAndy Shaw2018-07-181-11/+6
| | * Linux: Bypass glibc's broken open() implementationThiago Macieira2018-07-172-0/+28
| | * QMacStyle: Configure checkbox NSButton as tri-stateGabriel de Dietrich2018-07-171-0/+2
| | * Reset geometry constraints when removing stylesheetSergio Martins2018-07-172-4/+13
| | * Fix incorrect warning message in QOpenGLBufferTakumi ASAKI2018-07-171-1/+1
* | | Add debug logging operator for QPlatformSurfaceTor Arne Vestbø2018-07-313-0/+37
* | | testlib: Fix qtguiglobal.h include in qtestsupport_gui.hTor Arne Vestbø2018-07-311-1/+1
* | | QDtls: respect pre-set verification errorsTimur Pocheptsov2018-07-312-1/+28
* | | testlib: Allow pausing the process on crashTor Arne Vestbø2018-07-311-2/+7
* | | QMacStyle: Make helper-NSViews layer-backedTor Arne Vestbø2018-07-311-5/+31
* | | qmake: Harden logic for handling the -o optionTor Arne Vestbø2018-07-316-105/+59
* | | tst_qsystemsemaphore: Use qt_test_helper functionalityOliver Wolff2018-07-317-51/+14
* | | tst_qobject: Use qt_test_helper functionalityOliver Wolff2018-07-314-50/+13
* | | 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