summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | QMacStyle: correct placement of edit field in comboboxVolker Hilsheimer2019-12-031-4/+4
* | | Prevent emscripten_webgl_destroy_context from removing event handlersMorten Johan Sørvig2019-12-031-0/+7
* | | Fix depth in renderText()Laszlo Agocs2019-12-031-1/+1
* | | Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
* | | Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-033-2/+43
* | | rhi: Remove unused compat functionsLaszlo Agocs2019-12-031-20/+0
* | | iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
* | | macOS: Don't tweak NSApp presentationOptions on startupTor Arne Vestbø2019-12-031-10/+0
* | | RHI/Vulkan: Fix buildFriedemann Kleint2019-12-021-0/+1
* | | rhi: vulkan: Remove unused includeLaszlo Agocs2019-11-291-1/+0
* | | macOS Accessibility: Fix role for comboboxesPeter Varga2019-11-291-1/+1
* | | QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-292-2/+18
* | | tst_qsslcertificate: fix subjectAndIssuerAttributesTimur Pocheptsov2019-11-282-14/+9
* | | wasm: Disable TextureSwizzleFredrik Orderud2019-11-281-2/+6
* | | Silence intel compiler warning about float comparisonOlivier Goffart2019-11-289-0/+9
* | | More polish of the manual High DPI testFriedemann Kleint2019-11-281-22/+76
* | | Polish the manual High DPI testFriedemann Kleint2019-11-283-114/+145
* | | rhi: gl: Fix ms renderbuffer on WASM with WebGL2Laszlo Agocs2019-11-281-2/+1
* | | Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-282-0/+20
* | | CoreText: Fix getting system fonts on recent macOS/iOS versionsEskil Abrahamsen Blomfeldt2019-11-281-11/+0
* | | Fix CONFIG += cmdline testcase creating app bundle paths in MakefilesAaron Linville2019-11-271-0/+3
* | | QSslSocket (OpenSSL) fix a resource leakTimur Pocheptsov2019-11-271-8/+4
* | | QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-272-3/+42
* | | Fix mis-guided init() in default QAndroidTimeZonePrivate constructorEdward Welbourne2019-11-271-8/+8
* | | Sanitize QAndroidTimeZonePrivate::init()Edward Welbourne2019-11-271-17/+19
* | | Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-273-41/+96
* | | Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-274-2/+34
* | | Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-275-9/+17
* | | Fix renderbufferStorageMultisample: invalid internalformatFredrik Orderud2019-11-261-4/+2
* | | Qt5CoreMacros: properly check the CMake versionBen Boeckel2019-11-261-1/+1
* | | QDial: use correct button colorChristian Ehrlicher2019-11-261-3/+6
* | | Fix qdoc include paths for QStandardPathsFriedemann Kleint2019-11-261-7/+7
* | | Doc: Improve explanation of QLineEdit input maskEirik Aavitsland2019-11-261-9/+24
* | | QGb18030Codec: fix out-of-bounds access when decoding surrogate pairsThiago Macieira2019-11-261-1/+0
* | | Styles example: Use system style per DefaultFriedemann Kleint2019-11-251-3/+11
* | | Windows QPA: Disable the native Windows OSK if Qt Virtual Keyboard is in useAndre de la Rocha2019-11-252-3/+16
* | | macOS: Replace use of deprecated acceptsTouchEvents APITor Arne Vestbø2019-11-251-2/+2
* | | macOS: Replace use of deprecated NSDragPboard enumTor Arne Vestbø2019-11-251-2/+2
* | | Get make docs working better on macOSAndy Shaw2019-11-251-1/+2
* | | CMake: Fix static build linkage with CMake version lower than 3.13Alexandru Croitor2019-11-251-8/+26
* | | Fix build with -xcb and -no-libinputJimi Huotari2019-11-231-1/+1
* | | Show the styles example under 'gallery' on Qt Creator's example screenFriedemann Kleint2019-11-231-0/+1
* | | QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-232-86/+142
* | | Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-232-5/+8
* | | QSortFilterProxyModel: Add change signals for propertiesKai Uwe Broulik2019-11-222-6/+22
* | | rhi: d3d11: Do not rely on Win10-only enum valueLaszlo Agocs2019-11-221-1/+1
* | | Fuzzing: Update location of testcases in ReadmeRobert Loehning2019-11-211-1/+2
| |/ |/|
* | Don’t warn on QT_AUTO_SCREEN_SCALE_FACTOR usageMorten Johan Sørvig2019-11-201-6/+3
* | Compile fontconfig-related code on non-Unix platformsJoerg Bornemann2019-11-201-3/+4
* | xcb: Simplify code by using helper QXcbIntegration::defaultConnection()Alexander Volkov2019-11-201-2/+1