summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Extract Header qstringfwd.hMarc Mutz2022-03-114-34/+88
* QFlatMap: fix warning -Wunused-but-set-variable (GCC) in remove_if()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
* 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-101-13/+65
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-103-4/+13
* 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-101-2/+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-108-5/+98
* Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttonsNoah Davis2022-03-093-39/+49
* 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-091-7/+7
* 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-095-0/+31
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-093-0/+95
* 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
* 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-081-1/+1
* QColor: port string-parsing from out parameters to optional<>Marc Mutz2022-03-083-44/+37
* QColor: remove setColorFromString()Marc Mutz2022-03-082-31/+9
* Long live QColor::fromString()!Marc Mutz2022-03-082-10/+78
* QPublicSuffixDatabase: don't go thru QString for debug outputMarc Mutz2022-03-071-1/+1
* eglfs: QNX uses own QPA plugin and not eglfsPasi Petäjäjärvi2022-03-073-15/+1
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-071-4/+4
* Win: Fix use of deprecated isTopLevel()Mårten Nordheim2022-03-071-1/+1
* Re-add missing 'we mean it' headerKai Köhne2022-03-071-0/+11
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-078-33/+33
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-2/+26