summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* QTemporaryFile: Add a note about behavior on LinuxAndre Hartmann2019-11-201-0/+6
* tst_QScopeGuard: Remove unused lambda captureKari Oikarinen2019-11-191-1/+1
* QDom: use QLocale::C when converting a double to a xml attributeChristian Ehrlicher2019-11-192-12/+76
* QWheelEvent: add \since flag for ctorChristian Ehrlicher2019-11-191-0/+1
* Doc: improve Using Model Indexes in Model View Programming guideSamuel Gaist2019-11-192-6/+14
* qmake: Remove /O3 from win32-iccYuhang Zhao2019-11-191-1/+1
* Doc: add warning for binding values in QSqlQuerySamuel Gaist2019-11-181-0/+3
* Sub-Attaq: Fix compilation with -no-openglFriedemann Kleint2019-11-181-0/+1
* Android: remove remaining reference to -android-toolchain-versionMitch Curtis2019-11-181-2/+1
* Doc: Move the common documentation to a qdocincVenugopal Shivashankar2019-11-182-59/+136
* Fix precompiled headers on macOSJoerg Bornemann2019-11-182-14/+18
* Revert "[macOS] Skip test that triggers a buffer overflow in CoreFoundation"Edward Welbourne2019-11-181-6/+0
* Change the QtCore library output to show the plugin pathThiago Macieira2019-11-181-2/+2
* HiDPI: Select most fitting pixel ratio when painting QIconFlorian Korsakissok2019-11-181-1/+6
* Fix: QIcon high dpi scaling when aspect ratio differsEirik Aavitsland2019-11-151-0/+5
* QLineEdit: Fix End key for input masksDaniel Teske2019-11-152-1/+9
* QTreeView: make sure to not ask the old model during setModelChristian Ehrlicher2019-11-142-0/+16
* Compile fix for MinGW 8.1.0Cristian Adam2019-11-141-0/+8
* Allow longer time-zone components on AndroidEdward Welbourne2019-11-143-4/+25