summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Doc: Remove typo and add line breaks after \internalPaul Wicking2018-07-262-4/+10
| | * Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-4/+3
| | * Doc: Make reference to platform styles version agnosticPaul Wicking2018-07-251-4/+3
| | * Fix MSVC builds with /Zc:wchar_t-Timur Pocheptsov2018-07-251-0/+2
| | * xcb: Fix build when xinput2 is not availableFriedemann Kleint2018-07-251-4/+10
| | * Windows QPA: Fix tablet event coords delay for tablets in pen modeRomain Pokrzywka2018-07-242-7/+3
| | * Windows: Fix invisible element being included in the UI Automation treeAndre de la Rocha2018-07-241-22/+45
| | * Fix QUrl::setPath documentation, remove default TolerantModeMikhail Svetkin2018-07-241-1/+1
| | * xcb: fix various bugs with _NET_WM_MOVERESIZEGatis Paeglis2018-07-235-9/+129
| | * Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-36/+60
| | * Doc: Add since version for QJsonDocument::toJson()Paul Wicking2018-07-231-0/+1
| | * PCRE2: upgrade to upstream version 10.31Giuseppe D'Angelo2018-07-2336-3126/+4863
| | * Doc: Correct typo from decoded to encodedPaul Wicking2018-07-211-1/+1
| | * QNetworkRequest - fix the documentationTimur Pocheptsov2018-07-201-6/+3
| | * Doc: Remove erroneous comma in snippetPaul Wicking2018-07-201-1/+1
| | * 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-194-11/+33
| | * 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-171-4/+1
| | * 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-311-1/+1
* | | 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
* | | QTextDocumentFragment: Use logical cursor movement instead of visualSafa AlFulaij2018-07-311-2/+2
* | | Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-0/+8
* | | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-305-225/+336
* | | Remove unused variableLars Knoll2018-07-301-1/+0
|/ /
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-1/+1
* | QFSFileEngine::filename(): convert if/else-if chain to a switchEdward Welbourne2018-07-301-13/+16
* | Actually truncate when asked toEdward Welbourne2018-07-302-7/+7
* | 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
* | QCborValue: Disable support for spaceship operatorThiago Macieira2018-07-293-5/+5
* | Logging: Accept .ini files written by QSettingsKai Koehne2018-07-282-1/+14
* | 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-271-23/+38
* | 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