summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-083-31/+109
* pro2cmake: Introduce qmake2cmake convenience scriptsJoerg Bornemann2022-03-083-53/+111
* pro2cmake: Handle QT_(MAJOR_|MINOR_|PATCH_)VERSION conditionsJoerg Bornemann2022-03-083-0/+38
* pro2cmake: Remove INSTALL_LOCATION from qt_add_qml_module callsJoerg Bornemann2022-03-081-1/+1
* pro2cmake: Generate find_package call for Qt5/Qt6 for examplesJoerg Bornemann2022-03-082-5/+19
* pro2cmake: Handle optional Qt modulesJoerg Bornemann2022-03-084-7/+54
* pro2cmake: Add a blackbox test for converting from qmake to CMakeJoerg Bornemann2022-03-082-0/+76
* pro2cmake: Enable AUTOUIC only if the project has FORMSJoerg Bornemann2022-03-081-1/+5
* pro2cmake: Write only one find_package call for Qt packagesJoerg Bornemann2022-03-082-3/+21
* pro2cmake: Add LibraryMapping.componentsJoerg Bornemann2022-03-081-248/+188
* pro2cmake: Make generated examples use qt_add_qml_module()Joerg Bornemann2022-03-081-197/+342
* Move cursor out of the way before running testVolker Hilsheimer2022-03-081-1/+5
* Un-blacklist test that's always skipped on macOSVolker Hilsheimer2022-03-081-2/+0
* Blacklist: test cases blacklisted in tst_QTouchEvent:CI Insignificant Platforms Monitor Bot2022-03-071-0/+2
* QPublicSuffixDatabase: don't go thru QString for debug outputMarc Mutz2022-03-071-1/+1