summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* QObject::disconnect: remove dead codeFabian Kosmale2021-06-231-8/+0
* Fix compiler warning from unused parameterVolker Hilsheimer2021-06-231-1/+1
* Fix invalid path to the qt-cmake.bat when calling qt-internal-configure-tests...Alexey Edelev2021-06-231-1/+6
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-234-14/+22
* Fix coding-style violation in QUtf8StringView::operator==()Edward Welbourne2021-06-231-3/+3
* Rename PermisionType to spell permission correctlyEdward Welbourne2021-06-236-13/+16
* Coding style: remove redundant braces, break long lineEdward Welbourne2021-06-231-4/+6
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-233-40/+138
* macOS: Respect QMAKE_APPLE_DEVICE_ARCHS by building for all those archsTor Arne Vestbø2021-06-232-8/+20
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
* MSVC: Enable warnings-are-errors for latest Visual Studio 2019Kai Köhne2021-06-231-4/+3
* Enable QT_TYPESAFE_FLAGS for bootstrap and QtCoreGiuseppe D'Angelo2021-06-232-0/+2
* QF*Engine: port a couple of QFlags->int implicit conversions to toInt()Giuseppe D'Angelo2021-06-232-4/+4
* QRegularExpression: port away from QFlags<->int conversionsGiuseppe D'Angelo2021-06-231-2/+2
* Doc: bump the OpenSSL minimum supported version to 1.1.1Tasuku Suzuki2021-06-231-2/+2
* wasm: remove QEventLoop workaroundsMorten Sørvig2021-06-231-24/+0
* wasm: do not quit() on beforeunload()Morten Sørvig2021-06-232-15/+0
* wasm: don’t set exit_runtimeMorten Sørvig2021-06-232-2/+1
* Long live QT_TYPESAFE_FLAGS!Giuseppe D'Angelo2021-06-234-16/+117
* QStringBuilder: fix warning about memcpying onto QCharThiago Macieira2021-06-221-1/+1
* QPodArrayOps: re-enable -Wstringop-overflowGiuseppe D'Angelo2021-06-231-6/+0
* Disable -Werror=stringop-overflow on GCC >= 10Giuseppe D'Angelo2021-06-231-0/+8
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-222-4/+38
* qsimd: Don't force RDRND on if __AVX2__Thiago Macieira2021-06-221-5/+4
* Tidy up in OCI driver codeEdward Welbourne2021-06-221-36/+42
* Move tidy-up of private to its own destructorEdward Welbourne2021-06-221-8/+4
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-221-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-221-11/+21
* QtTest: de-pessimise TestMethods::MetaMethods handlingMarc Mutz2021-06-221-5/+6
* Fix mapping of MultimediaQuick internal moduleAlexey Edelev2021-06-221-2/+2
* wasm: enable MODULARIZE option and set EXPORT_NAMEMorten Sørvig2021-06-223-25/+52
* wasm: use module_property instead of global(“Module”)Morten Sørvig2021-06-222-22/+7
* wasm: remove event listenersMorten Sørvig2021-06-221-1/+9
* wasm: don’t leak QWasmScreen member variablesMorten Sørvig2021-06-222-6/+6
* QWidgetAction: add test for defaultWidget() being deleted before actionMarc Mutz2021-06-221-0/+12
* QWindowsPipeReader::read(): do not switch the mutex twiceAlex Trotsenko2021-06-222-5/+10
* wasm: fix non-void function returnLorn Potter2021-06-211-2/+3
* wasm: fix build for emscripten 2.0.14Lorn Potter2021-06-211-1/+1
* QWindowsPipeReader::read(): remove redundant checksAlex Trotsenko2021-06-211-5/+1
* Cleanup temporary code related to internal modulesAlexey Edelev2021-06-211-9/+1
* xkb.compose: get locale from user env settingsLiang Qi2021-06-211-4/+10
* Do not apply not acceptable properties to the imported object librariesAlexey Edelev2021-06-211-5/+10
* Doc: Fix typosKai Köhne2021-06-211-1/+1
* Conan: simplify Conan recipeIikka Eklund2021-06-211-48/+25
* Conan: Read status flag from .cmake.confIikka Eklund2021-06-212-14/+12
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* CMake: Update section on required CMake versionsAlexandru Croitor2021-06-211-1/+9
* BLACKLIST tst_QListView::internalDragDropMove for OpenSUSE leapHeikki Halmet2021-06-211-0/+3
* Add missing limits includeNicolas Fella2021-06-201-0/+1