summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rhi: d3d11: Make the "pipeline" cache save/load functionalLaszlo Agocs2022-06-013-34/+272
* QFontEngine: fix GCC 12 -Werror=array-boundsMarc Mutz2022-05-311-9/+11
* Avoid menu separators disappearing under fractional dpr scalingEirik Aavitsland2022-05-311-2/+3
* Add new map methods for QColorTransformAllan Sandfeld Jensen2022-05-314-0/+151
* Test prepared qcolortransformAllan Sandfeld Jensen2022-05-314-24/+109
* Use a precise timer in QTestEventLoop if timeout is sub-secondVolker Hilsheimer2022-05-311-1/+2
* Add painter render hint for brush pattern transformationEirik Aavitsland2022-05-3110-23/+134
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-317-3/+265
* Convert Since ... comments on \value lines to [since ...] parametersEdward Welbourne2022-05-316-291/+291
* Doc: Fix typo in the online documentation templateTopi Reinio2022-05-311-1/+1
* FatalSignalHandler: handle SIGABRT tooThiago Macieira2022-05-301-1/+1
* FatalSignalHandler: expand to more Unix OSes than just Linux and macOSThiago Macieira2022-05-301-7/+53
* FatalSignalHandler: use mmap() to create the alternate stackThiago Macieira2022-05-301-21/+67
* QFileSystemEngine/Win: simplify codeThiago Macieira2022-05-301-15/+12
* QFileSystemEngine/Win: fix incorrect buffer size in currentPath()Thiago Macieira2022-05-301-1/+1
* Drag and Drop: Fix the broken XDND protocol linkLaszlo Papp2022-05-301-8/+8
* Doc: Link to page documenting Qt trademarks in the copyright footerTopi Reinio2022-05-302-6/+6
* Doc: Fix documentation for vulkan licensesKai Köhne2022-05-302-1/+65
* Remove mentions of SSL 3 in documentationMårten Nordheim2022-05-302-6/+5
* QSlider::mouseMoveEvent: Remove code that does nothingAlbert Astals Cid2022-05-301-2/+0
* Android: Extend make_apk target with the sign optionBartlomiej Moskal2022-05-302-1/+32
* Remove unnecessary dependency to OpenGLJoni Poikelin2022-05-301-1/+1
* QMap: remove more docs referring to multiple values for the same keyGiuseppe D'Angelo2022-05-292-37/+4
* QOpenGLWidget: Fix a typo in the public documentationLaszlo Papp2022-05-271-1/+1
* qglobal.h: use the GCC attribute for nothrow in C modeThiago Macieira2022-05-272-2/+7
* qglobal.h: reorganize and simplify the C++11 keyword macrosThiago Macieira2022-05-271-64/+23
* qglobal.h: remove superfluous C++11 check from Qt 5.6Thiago Macieira2022-05-271-6/+0
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-276-6/+79
* Make it possible to create QTextureFileData from imagesPaul Olav Tvete2022-05-272-17/+55
* Avoid some new clang 14 warnings on Android NDK 24 buildVille Voutilainen2022-05-271-0/+5
* Fix documentation that claims that QStyleHints is read onlyVolker Hilsheimer2022-05-271-5/+4
* Adjust installing and running wasm-testrunnerDavid Skoland2022-05-272-4/+17
* wasm: update emscripten to 3.1.10Lorn Potter2022-05-272-2/+2
* Conan: Fix how conans.model.options.PackageOption value is evaluatedIikka Eklund2022-05-271-1/+1
* Core: make CLDR data constexprYuhang Zhao2022-05-274-42/+42
* Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()Marc Mutz2022-05-262-9/+14
* QTextDocument: add setLayoutEnabled()David Faure2022-05-266-4/+85
* macOS: create application menu as QCocoaNSMenu with delegateVolker Hilsheimer2022-05-263-1/+9
* Expand QColorTransformAllan Sandfeld Jensen2022-05-269-30/+166
* Core: make Unicode Database constexprYuhang Zhao2022-05-262-22/+22
* Fix Windows display versionYuhang Zhao2022-05-261-5/+10
* Add test of QColorTransformAllan Sandfeld Jensen2022-05-264-1/+238
* CMake: Test the linker too for -mno-direct-extern-accessThiago Macieira2022-05-255-2/+49
* QFileSystemModelPrivate: de-inline ctor and dtorThiago Macieira2022-05-252-1/+6
* uic: Fix string list properties for PythonFriedemann Kleint2022-05-261-10/+27
* Short live q20::remove_cvref{,_t}!Marc Mutz2022-05-261-0/+13
* q20functional.h: transitively include <functional>Marc Mutz2022-05-261-0/+2
* QMap: fix values() documentationGiuseppe D'Angelo2022-05-251-3/+1
* doc: cross-link markdown functions in QTextDocumentFragment, QTextCursorShawn Rutledge2022-05-251-6/+5
* macOS: Add private API to ensure that a process is responsible/disclaimedTor Arne Vestbø2022-05-252-0/+54