summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-203-1/+12
* a11y: Fix QAccessibleTableInterface::selectedRows docMichael Weghorn2022-09-191-1/+1
* 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
* 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
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-162-0/+8
* QNetworkReplyFileImpl: Don't emit 'finished' in the ctorMårten Nordheim2022-09-161-1/+2
* 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
* Set target property _qt_is_test_executable on all testsMikolaj Boc2022-09-161-2/+2
* 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-165-29/+7
* QObject: attempt to fix a deadlock introduced by an earlier fixThiago Macieira2022-09-151-1/+11
* CMake: Rework tool wrapper shell script creationAlexandru Croitor2022-09-151-24/+0
* 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
* 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
* CMake: Add Linux support to qt_deploy_runtime_dependenciesJoerg Bornemann2022-09-153-7/+167
* Qt6DBusMacros: Fix regression after moc filename changesJonas Kvinge2022-09-151-19/+31
* Fix QtOpenGL tracepointsRafael Roquetto2022-09-153-5/+14
* tracegen: add qint64 supportRafael Roquetto2022-09-151-0/+1
* Do not set Qt::ToolTip flag for QShapedPixmapWindowMagnus Groß2022-09-151-1/+1
* uic: change the first parameter of pixCall to Q1LSVMate Barany2022-09-142-11/+11
* doc: fix description of QFileDevice::Permission::*OtherCeleste Liu2022-09-151-3/+3
* QCocoaColor(/Font)Dialog: Call makeKeyAndOrderFront asynchronouslyDoris Verria2022-09-142-2/+22
* Http: Don't clear (de)compressed data on errorMårten Nordheim2022-09-141-3/+4
* CMake: Avoid creation of XXX_other_files targetsJoerg Bornemann2022-09-141-3/+48
* uic: use QString::compare in toBoolMate Barany2022-09-141-1/+1
* CMake: Fix executable bit of installed gradlewJoerg Bornemann2022-09-141-6/+7
* Apply NRVO to QTimeZonePrivate::windowsIdToIanaIds()Edward Welbourne2022-09-141-3/+3
* Process IANA ID lists joined by spaces correctlyEdward Welbourne2022-09-142-13/+43
* Defer creating the special shaders in the texture blitterLaszlo Agocs2022-09-141-18/+57