summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qsimd: simplify the code slightlyThiago Macieira2022-02-152-16/+7
* QDesktopServices: deprecate destroying URL handlers w/o explicit unsetUrlHand...Marc Mutz2022-02-151-0/+18
* QFileSystemEngine::canonicalName (Unix): clean up control-flowFabian Kosmale2022-02-151-20/+23
* Fix clang-cl warningAllan Sandfeld Jensen2022-02-151-2/+2
* CMake: Promote qt6_standard_project_setup from technical previewJoerg Bornemann2022-02-152-3/+0
* Update docs for QSurface::MetalSurface to include iOSTor Arne Vestbø2022-02-151-3/+3
* Compile QNetworkAccessDebugPipeBackend only in developer buildsJoerg Bornemann2022-02-151-1/+5
* QBitmap: de-inline dtorMarc Mutz2022-02-152-0/+7
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-1510-0/+28
* Position QCompleter popup based on the widget's screen geometryYin Jie2022-02-151-1/+1
* Windows QPA: Correct mistake when calculating minmaxinfoViktor Arvidsson2022-02-141-1/+1
* Add new third party SHA-3 implementation to replace old obsolete oneØystein Heskestad2022-02-149-0/+936
* Make Droid Sans Mono available as fixed font for all Android stylesAndreas Buhr2022-02-141-0/+5
* QFlatMap: temporarily disable some codeMarc Mutz2022-02-141-0/+8
* Fix integer overflow for broken QPainterPathsEskil Abrahamsen Blomfeldt2022-02-141-1/+1
* Core: Remove 'properties' featureKai Köhne2022-02-1413-67/+5
* Android A11Y: populate child elements when constructing node infoIvan Solovev2022-02-141-0/+4
* QHashSeed: remove 'pure' attribute on globalSeed()Marc Mutz2022-02-121-1/+1
* QPkmHandler: make const what it never modifiedMarc Mutz2022-02-121-1/+1
* QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistryMarc Mutz2022-02-121-1/+2
* 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
* Make indicator-application hack work in flatpakIlya Fedin2022-02-121-1/+6
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-111-13/+11
* Remove documentation of non-existing QAccessible stateAllan Sandfeld Jensen2022-02-111-1/+0
* QTimerInfo/Unix: Fix roundToMillisecond when it's already roundedThiago Macieira2022-02-112-13/+20
* Remove mentions of QtConcurrent::runWithPromise from docsSona Kurazyan2022-02-113-16/+11
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* Strip the ending slashes for resource foldersAlexey Edelev2022-02-111-1/+12
* Fix tst_qmath when compiled with C++20Allan Sandfeld Jensen2022-02-111-0/+4
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-112-4/+16
* wasm: improve qstdweb::EventCallbackMorten Johan Sørvig2022-02-113-15/+30
* Avoid a stack buffer when not neededPino Toscano2022-02-111-0/+4
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-111-1/+8
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-113-6/+5
* QLibrary: Suppress GCC 12 warning about dangling pointer accessThiago Macieira2022-02-111-12/+13
* CMake: Fix incorrect link to 'Using qt.conf page'Alexandru Croitor2022-02-101-1/+1
* QHash: mark murmurhash() and siphash() hot and never-inlineThiago Macieira2022-02-101-4/+5
* Disable URL support in the CBOR-JSON conversion in bootstrapped modeThiago Macieira2022-02-101-1/+5
* QStandardPaths/Win: fix build with old MinGW SDKThiago Macieira2022-02-101-2/+4
* Remove QT_FEATURE_sharedmemory from qconfig-bootstrapped.hJoerg Bornemann2022-02-101-1/+0
* QStringConverter: Add missing include on WindowsMårten Nordheim2022-02-101-0/+3
* Split namespace macros from qglobal.h into their own headerFabian Kosmale2022-02-103-73/+119
* Set Roboto as the default font on AndroidAndreas Buhr2022-02-102-0/+6
* 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
* QPageSize: pack StandardPageSize structMarc Mutz2022-02-101-5/+6
* Fix GCC12 warning about using a pointer after realloc()Thiago Macieira2022-02-091-2/+2