summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Android A11Y: Announce value together with element name when focusedIvan Solovev2022-02-161-3/+7
* Android A11Y: Fix value roundingIvan Solovev2022-02-161-2/+44
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-1610-3/+100
* Repair tst_qcoreapplication to not segfault on AndroidAndreas Buhr2022-02-162-2/+3
* CMake: Add default launch screen storyboard for iOS appsAlexandru Croitor2022-02-165-3/+141
* QColor: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-02-162-12/+0
* CMake: Document source file propertiesAlexandru Croitor2022-02-152-0/+89
* CMake: Introduce QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATHJoerg Bornemann2022-02-154-24/+77
* QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-152-0/+37
* configure: Fix --foo=bar argumentsJoerg Bornemann2022-02-151-1/+1
* configure: Allow specifying arbitrary variable assignmentsJoerg Bornemann2022-02-151-0/+13
* configure: Remove unused facility to define variable assignmentsJoerg Bornemann2022-02-152-36/+1
* Activate tst_QFutureWatcher for AndroidAndreas Buhr2022-02-152-2/+3
* Fix integer overflow for broken QPainterPathsEskil Abrahamsen Blomfeldt2022-02-151-1/+1
* Update docs for QSurface::MetalSurface to include iOSTor Arne Vestbø2022-02-151-3/+3
* configure: Fix -redo when configure line contained equal sign(s)Björn Schäpers2022-02-151-1/+1
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-1510-0/+28
* Windows QPA: Correct mistake when calculating minmaxinfoViktor Arvidsson2022-02-151-1/+1
* Android A11Y: populate child elements when constructing node infoIvan Solovev2022-02-141-0/+4
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-121-1/+2
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-121-1/+1
* QHashSeed: remove 'pure' attribute on globalSeed()Marc Mutz2022-02-121-1/+1
* QDesktopServices: fix UB (data race on handlers)Marc Mutz2022-02-121-0/+3
* QStringView: add missing constexpr so we can use is_constant_evaluatedThiago Macieira2022-02-121-1/+1
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-02-122-3/+15
* Make indicator-application hack work in flatpakIlya Fedin2022-02-121-1/+6
* tst_QSystemSemaphore: give proper path to test-helperMårten Nordheim2022-02-121-1/+1
* Fix tst_qmath when compiled with C++20Allan Sandfeld Jensen2022-02-121-0/+4
* Update MSVC qmake mkspecs to make -std:c++20 available for VS2019 16.11+Christian Heimlich2022-02-121-0/+8
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-121-13/+11
* Fix build with C++20 on macOSAllan Sandfeld Jensen2022-02-121-1/+1
* Remove documentation of non-existing QAccessible stateAllan Sandfeld Jensen2022-02-121-1/+0
* QTimerInfo/Unix: Fix roundToMillisecond when it's already roundedThiago Macieira2022-02-112-13/+20
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* Always update pressedPosition when drag was enabledZhang Hao2022-02-111-12/+11
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-114-6/+110
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-107-3/+177
* Add missing include of QtPublicCMakeHelpersAlexey Edelev2022-02-101-0/+1
* Add c++20 alias for c++2a in qmake default mkspecs featuresChristian Heimlich2022-02-101-0/+1
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-102-8/+8
* Fix -Wsuggest-override warnings from Clang 11+Kevin Funk2022-02-101-2/+6
* QFreeList: replace a Q_ASSERT(false) with Q_UNREACHABLE()Thiago Macieira2022-02-101-1/+1
* Change comparison data type to fix int overflowSivan Nanthiran2022-02-101-3/+3
* Add missing implicit dependencies to the tool testsAlexey Edelev2022-02-104-11/+34
* Exclude tst_qmake if the build of qmake tool is disabledAlexey Edelev2022-02-101-1/+3
* Fix the run of _check targets in multi-config buildsAlexey Edelev2022-02-101-2/+8
* CMake: Assign proper postfixes in multi-config buildsAlexandru Croitor2022-02-101-2/+29
* configure: Switch error to warning when -skip used in per-repo buildAlexandru Croitor2022-02-101-6/+4
* CMake: Handle slashes in qt_internal_add_exampleAlexandru Croitor2022-02-101-0/+13
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3