summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* qtextstream.h: streamline includesFabian Kosmale2022-02-107-136/+208
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-101-9/+11
* Android: document how to handle code that loads QML from stringsAssam Boudjelthia2022-02-101-0/+6
* QUrl: use qOffsetStringArray for idn_whitelistMarc Mutz2022-02-091-10/+10
* QAbstractSocketPrivate: Initialize members in-classMårten Nordheim2022-02-092-38/+20
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-092-14/+41
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-4/+4
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-3/+3
* Android: Re-focus focused accessibility node after orientation changeIvan Solovev2022-02-091-0/+18
* QSettings: use QtMiscUtils hex tools instead of rolling your ownMarc Mutz2022-02-091-6/+5
* QTzTimeZonePrivate: make ZoneNameReader constinit'ableMarc Mutz2022-02-091-2/+2
* QPropertyBindingSourceLocation: make (source_location) ctor constexprMarc Mutz2022-02-091-1/+1
* Convert string tables in QShaderDescription to use string literals [2/2]Marc Mutz2022-02-091-79/+81