summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extract Header qstringfwd.hMarc Mutz2022-03-114-34/+88
* Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-111-30/+34
* QFlatMap: fix warning -Wunused-but-set-variable (GCC) in remove_if()Marc Mutz2022-03-111-1/+1
* tst_qflatmap: fix -Wunused-local-typedef (Clang)Marc Mutz2022-03-111-1/+1
* HTTP2: port to QByteArrayView where it's trivialMarc Mutz2022-03-116-8/+8
* HPack: make padding_is_valid static constexprMarc Mutz2022-03-111-0/+1
* QItemSelectionModel: avoid 24 relocationsMarc Mutz2022-03-111-35/+31
* qobjectdefs.h: DRY the SIGNAL/SLOT macrosMarc Mutz2022-03-111-18/+21
* Doc: Fix erraneous auto-link on Qt D-Bus landing pageTopi Reinio2022-03-111-1/+1
* CMake:Android: Use ANDROID_PLATFORM instead of ANDROID_NATIVE_API_LEVELAssam Boudjelthia2022-03-117-11/+18
* vulkan: Try loading libvulkan.so.1 firstLaszlo Agocs2022-03-114-11/+37
* Fix QDockWidget's dock area permissions after hoveringAxel Spoerl2022-03-111-2/+12
* Android: rephrase default value statement use in manifest doc pageAssam Boudjelthia2022-03-111-23/+23
* CMake: add space between ABI name and "(default)" stringAssam Boudjelthia2022-03-111-2/+2
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-102-13/+70
* configure: Don't escape backslashes in passed configure argumentsAlexandru Croitor2022-03-111-1/+0
* coin: Preserve quoted arguments when calling cmake / configureAlexandru Croitor2022-03-111-1/+1
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-109-7/+40
* Doc: List third-party attributions on Qt Network landing pageKai Köhne2022-03-101-1/+7
* QStyle: Fix cases when logicalValue is outside rangeRobert Löhning2022-03-102-2/+7
* secure UDP server: do not use deprecated protocol (DTLS 1.0)Timur Pocheptsov2022-03-101-6/+0
* Blacklist: test cases blacklisted in tst_QSystemSemaphore:CI Insignificant Platforms Monitor Bot2022-03-101-0/+4
* wasm: fix issue with passing username/password to network requestLorn Potter2022-03-101-3/+7
* QMetaProperty: use early returnFabian Kosmale2022-03-101-30/+30
* QProperty: fix threading issuesFabian Kosmale2022-03-109-5/+184
* Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttonsNoah Davis2022-03-0911-41/+156
* Install also config headers for 3rdparty libjpegMichal Klocek2022-03-101-0/+2
* Remove two unused functions from qbytearray.cppEdward Welbourne2022-03-091-11/+0
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-092-7/+112
* CI: Increase timeout for waiting QNX qemu to startPasi Petäjäjärvi2022-03-091-1/+1
* Fix the ambiguity when calling QLatin1String(0)Sona Kurazyan2022-03-091-0/+1
* QMutexLocker: code tidiesGiuseppe D'Angelo2022-03-091-13/+15
* QGlobalStatic: fix Clang warning about expression in unevaluated contextThiago Macieira2022-03-091-0/+3
* qutf8stringview.h: don't rely on transitive include of qbytearrayview.hMarc Mutz2022-03-091-0/+1
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-096-3/+33
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-095-0/+139
* QHostInfo/Unix: Fix resolv never unloadingMårten Nordheim2022-03-091-1/+0
* QNX: Fix compiler warning by adding default return valuePasi Petäjäjärvi2022-03-091-0/+2
* QNX: Fix compiler warnings by using correct format specifiersPasi Petäjäjärvi2022-03-091-4/+4
* Fix quick file dialog on androidSamuel Mira2022-03-091-0/+2
* Fix compilation for wasmEirik Aavitsland2022-03-091-0/+2
* forkfd: don't attempt to guess EWOULDBLOCK when WNOHANG is activeThiago Macieira2022-03-081-3/+2
* forkfd: sync with OpenDCDiagThiago Macieira2022-03-081-1/+1
* QAbstractSocket: update setSocketOption documentationMårten Nordheim2022-03-081-0/+4
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-0826-109/+144
* QCocoaFileDialogHelper: Always enable symlinks and aliases to directoriesWilliam Jones2022-03-081-1/+6
* tst_qflags: test w/and w/o QT_TYPESAFE_FLAGSMarc Mutz2022-03-082-14/+31
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* CMake: add detection of x86 VAES and AVX512VBMI2 featuresThiago Macieira2022-03-085-5/+47
* tst_qstringapisymmetry: check expected overloads are selectedMarc Mutz2022-03-081-12/+59