summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward Welbourne2022-09-221-1/+1
* eglfs: Add env.var. to disable the dedicated drmHandleEvent threadLaszlo Agocs2022-09-225-15/+58
* Move docs for QT_REQUIRE_VERSION to qmessagebox.cppSona Kurazyan2022-09-222-19/+19
* Move docs for Q_DECLARE_TYPEINFO to qtypeinfo.qdocSona Kurazyan2022-09-222-52/+55
* Move docs for helpers from QtForeach to qforeach.qdocSona Kurazyan2022-09-222-71/+76
* Move docs for deprecation macros to qtdeprecationmarkers.qdocSona Kurazyan2022-09-223-51/+69
* QSysInfo: remove unneeded assertSona Kurazyan2022-09-221-3/+1
* Move the implementation and docs of QSysInfo to qsysinfo.cppSona Kurazyan2022-09-223-1047/+1056
* Move QT_VERSION_STR docs to qlibraryinfo.cppSona Kurazyan2022-09-222-12/+12
* Move docs for Q_INT64_C()/Q_UINT64_C() macros to qtypes.cppSona Kurazyan2022-09-222-26/+26
* Mention in qRound*() docs about possibe UBSona Kurazyan2022-09-221-0/+12
* Extract overview page for QtTypes header from QtGlobal docsSona Kurazyan2022-09-221-0/+25
* DRY qCompress/qUncompress: introduce CompressedSizeHint_tMarc Mutz2022-09-221-11/+23
* rhi: QShader: Only hash the first shaderLaszlo Agocs2022-09-221-3/+4
* QtGui: replace indexed for loop with range for loopMate Barany2022-09-211-3/+4
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-1/+3
* moc: Do not fail to compile meta-methods containing non-const ref typesFabian Kosmale2022-09-211-1/+8
* Implement appearance detection generic unix themesAxel Spoerl2022-09-212-11/+135
* QtGui: Use static const QString array to initialize QStringListMate Barany2022-09-211-8/+8
* QtGui: Use isEmpty() to check for empty stringMate Barany2022-09-211-1/+1
* Improve docs for QtNumeric headerSona Kurazyan2022-09-212-134/+145
* Extract overview page for QtLogging header from QtGlobal docsSona Kurazyan2022-09-211-0/+30
* Move QFlags docs from qglobal.cpp to qflags.qdocSona Kurazyan2022-09-212-457/+459
* Propagate QT_HOST_PATH_CMAKE_DIR to multi-ABI external projectsAlexey Edelev2022-09-211-0/+4
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-216-30/+30
* Android: Disable androidtestrunner extra timeoutUlf Hermann2022-09-211-1/+2
* Fix the license headersSona Kurazyan2022-09-212-2/+2
* Document QAtomic testAndSetJaishree Vyas2022-09-212-0/+87
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-215-40/+41
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-2018-44/+38
* Make commit() call in QTouchEventWidgetSequence explicitAxel Spoerl2022-09-202-2/+2
* 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