summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion failure in massageAdjustedDateTime()v6.2.3Edward Welbourne2022-01-182-3/+15
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-132-5/+69
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-1310-12/+136
* QMacStyle: fix a regression introduced by a button type changeTimur Pocheptsov2022-01-131-0/+7
* tst_qfuture: fix compilation on MSVCAlex Trotsenko2022-01-081-1/+1
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* Properly wait for the Android emulator to fully bootDimitrios Apostolou2022-01-072-36/+31
* QFlatMap: fix const iterator APIMarc Mutz2022-01-071-8/+8
* QFlatMap: fix mixed rvalue/lvalue insert overloadsMarc Mutz2022-01-072-2/+39
* Use REALPATH based check for symbolic links on WindowsAlexey Edelev2022-01-071-14/+28
* Doc: Fix typo in \externalpage commandTopi Reinio2022-01-071-1/+1
* CMake: Fix WrapOpenSSL packageJoerg Bornemann2022-01-071-1/+1
* macOS: Handle momentum scroll NSEventPhaseBegan when scroll had endedTor Arne Vestbø2022-01-071-1/+5
* Do not use wayland platform plugin on GNOME wayland sessions by defaultJan Grulich2022-01-071-1/+15
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-071-1/+1
* tst_qtouchevent: remove two QMutableEventPoint::from() usesMarc Mutz2022-01-071-2/+2
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* Wait for boot to be fully complete with all packages installedDimitrios Apostolou2022-01-061-3/+32
* Do not hide android emulator outputDimitrios Apostolou2022-01-061-1/+4
* Wait for android emulator to be up and running properlyDimitrios Apostolou2022-01-061-11/+41
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-064-57/+115
* SQLite: Update SQLite to v3.37.0Andy Shaw2022-01-062-6391/+8448
* QThread: fix UB (invalid enum value) on Private::PriorityMarc Mutz2022-01-063-5/+5
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-062-16/+11
* QTzTimeZonePrivate: use ctor delegation instead of init()Marc Mutz2022-01-062-9/+9
* QTzTimeZonePrivate: fix permanently-detaching m_icuMarc Mutz2022-01-061-1/+7
* tst_QGraphicsView: fix memleakMarc Mutz2022-01-061-4/+4
* Update copyright year to 2022Kai Köhne2022-01-059-9/+9
* QArrayDataOps: remove unused header <algorithm>Marc Mutz2022-01-051-1/+1
* Doc: Update external links to Qt Creator ManualLeena Miettinen2022-01-051-205/+51
* QAbstractAnimation: add missing forward-declarationMarc Mutz2022-01-051-0/+1
* tst_qanimationgroup: fix memleaksMarc Mutz2022-01-051-2/+4
* tst_QItemModel: fix memleaksMarc Mutz2022-01-051-3/+3
* QMacStyle: use the 'momentary push in' type for push buttonsTimur Pocheptsov2022-01-051-8/+22
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-01-041-1/+1
* doc: Update details about QSystemTrayIconShawn Rutledge2022-01-041-5/+5
* Use IS_SYMLINK condition instead of REALPATH when checking BINARY_DIRAlexey Edelev2022-01-041-12/+16
* Exclude sources from HEADER_MODULE if cmake version is less than 3.19Alexey Edelev2022-01-041-3/+12
* Doc: Add link targets for Qt Design Studio Manual topicsLeena Miettinen2022-01-041-0/+709
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-031-0/+2
* tst_qtranslator: fix memleakMarc Mutz2022-01-031-3/+3
* QByteArray: avoid detach() in a no-op replace()Marc Mutz2022-01-031-2/+3
* QTestData: fix streaming of u8 string literals in C++20 modeMarc Mutz2022-01-031-0/+8
* QThread/Unix: extract duplicate codeMarc Mutz2021-12-301-36/+27
* QWindowPrivate: fix inconsistent inline on some methodsMarc Mutz2021-12-301-2/+2
* Exclude filesystem autotests for INTEGRITYTatiana Borisova2021-12-301-0/+4
* Docs: Add other Unix paths to the Linux table in QStandardPathsNicholas Bennett2021-12-301-1/+1
* tst_QStringList: check that join(u'\0') embeds NULsMarc Mutz2021-12-291-0/+5
* Exclude tst_qxmlstream test for INTEGRITYTatiana Borisova2021-12-281-1/+1
* Fix pattern type matchingJarek Kobus2021-12-281-4/+4