summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* windowflags: Report QWindow compound window statesTor Arne Vestbø2022-09-201-1/+1
* macOS: Report compound window state when state changesTor Arne Vestbø2022-09-202-13/+17
* Clarify that FramelessWindowHint does not guarantee fixed sized windowsTor Arne Vestbø2022-09-201-2/+8
* macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-201-3/+12
* Get rid of copypasted code between isWindowBlocked's overridesMikolaj Boc2022-09-204-95/+42
* Redirect resize from QSizeGrip to system resize in wasm compositorMikolaj Boc2022-09-204-0/+55
* Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-203-205/+231
* Clear WA_UnderMouse attribute when widget gets hiddenSanthosh Kumar2022-09-201-0/+9
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-09-204-1/+40
* a11y: Fix QAccessibleTableInterface::selectedRows docMichael Weghorn2022-09-191-1/+1
* tests: improve tst_gestures on GNOMELiang Qi2022-09-192-46/+16
* Examples doc: Tags fix for QtQuick examplesBartlomiej Moskal2022-09-191-1/+20
* Set NO_EXCEPTIONS on executables on wasmMikolaj Boc2022-09-191-1/+6
* wasm: capture pointer unconditionally on PointerDown eventAleksandr Reviakin2022-09-191-3/+4
* wasm: add DejaVu Sans as a fallback fontAleksandr Reviakin2022-09-191-4/+6
* QWindowsKeyMapper: whitespace fixesYuhang Zhao2022-09-191-5/+6
* Use the js test runner for all tests on wasmMikolaj Boc2022-09-191-12/+15
* Make the clipboard paste from the outside work correctlyMikolaj Boc2022-09-183-17/+34
* {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the membersThiago Macieira2022-09-178-68/+16
* macOS: Remove hard-coded logic for determining if key event has textTor Arne Vestbø2022-09-173-6/+19
* Fix the way deffered files are added to a CMake source treeAlexey Edelev2022-09-171-2/+12
* Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-172-38/+50
* QSystemSemaphorePrivate: remove unused semaphoreLock memberThiago Macieira2022-09-161-1/+0
* QSharedMemory: remove QT_NO_QOBJECTThiago Macieira2022-09-165-51/+4
* CMake: Fix _qt_is_test_executable assignment for testsAlexandru Croitor2022-09-171-1/+2
* Fix flaky FP32x4 testAllan Sandfeld Jensen2022-09-161-0/+1
* tst_QFile::setPermissions/Unix: test both chmod() and fchmod()Thiago Macieira2022-09-161-1/+12
* tst_QFile::setPermissions: add QScopeGuard to remove temporary fileThiago Macieira2022-09-161-2/+3
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-163-0/+14
* QNetworkReplyFileImpl: Don't emit 'finished' in the ctorMårten Nordheim2022-09-162-1/+15
* a11y: Fix typo in QAccessible::ObjectHide docMichael Weghorn2022-09-161-1/+1
* Share logic for QScreen property update emitting in helper classTor Arne Vestbø2022-09-164-59/+92
* CMake: Fix return value of applicationName() on macOSAlexandru Croitor2022-09-161-9/+22
* Set target property _qt_is_test_executable on all testsMikolaj Boc2022-09-162-2/+3
* Add enum class Qt::AppearanceAxel Spoerl2022-09-162-0/+18
* QTeamCityLogger: fix build (INT_MAX undefined)Thiago Macieira2022-09-161-0/+1
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-168-73/+10
* QObject: attempt to fix a deadlock introduced by an earlier fixThiago Macieira2022-09-151-1/+11
* tst_QLocale: use fenv everywhereMårten Nordheim2022-09-151-25/+3
* CMake: Add function to get tool wrapper shell script pathAlexandru Croitor2022-09-152-1/+14
* CMake: Rework tool wrapper shell script creationAlexandru Croitor2022-09-153-41/+94
* CMake: Move __qt_internal_prefix_paths_to_rootsAlexandru Croitor2022-09-152-17/+17
* CMake: Move __qt_internal_collect_additional_prefix_pathsAlexandru Croitor2022-09-152-52/+52
* QWinRegistry: Add missing includeMårten Nordheim2022-09-151-0/+1
* uic: Add an option to modify the generated resource importFriedemann Kleint2022-09-153-3/+17
* Pass a parent pointer to the Animation instance to avoid memory leakJan Arve Sæther2022-09-152-3/+3
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-153-22/+17
* CMake: Don't set the executable bit for gradlew.batJoerg Bornemann2022-09-151-1/+1
* CMake: Add NO_TRANSLATIONS option to deployment functionsJoerg Bornemann2022-09-154-3/+35
* CMake: Introduce qt_deploy_translationsJoerg Bornemann2022-09-154-5/+264