summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add QStyleHints::keyboardAutoRepeatRateF()Tor Arne Vestbø2022-09-294-2/+20
* macOS: Reflect platform settings for double click and key repeat intervalsTor Arne Vestbø2022-09-291-0/+6
* QIOSTheme: Get the appearance mode from the UIWindow's traitCollectionDoris Verria2022-09-291-1/+1
* Fix building with disabled OpenGL after switching to the syncqt toolMartin Storsjö2022-09-292-0/+3
* QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-09-292-2/+63
* Fix build with disabled accessibilityAlexey Edelev2022-09-292-3/+5
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-293-8/+52
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-294-24/+71
* CMake: Write all Host* properties to target_qt.confJoerg Bornemann2022-09-291-0/+3
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-299-10/+53
* Qstring: replace index-based loops with range-for / STL algorithmsAhmad Samir2022-09-291-60/+39
* QDateTime: specify a class template argumentGiuseppe D'Angelo2022-09-291-1/+1
* tst_QSharedMemory: remove mention of gravlaks.troll.noThiago Macieira2022-09-281-4/+0
* Check if configure-time executable need to be recompiledAlexey Edelev2022-09-281-1/+17
* Add missing include to syncqt/main.cppEdward Welbourne2022-09-281-0/+1
* QODBC: correctly fill cache when index() is calledChristian Ehrlicher2022-09-281-1/+1
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-2825-36/+36
* Remove outdated configure note about setting OpenSSL library namesJoerg Bornemann2022-09-281-7/+0
* Avoid detaching in QBasicTimerhjk2022-09-281-1/+1
* qHash: Add seed argument for classes inheriting QStringMårten Nordheim2022-09-282-2/+8
* rcc: Drop extra QString()Mate Barany2022-09-281-1/+1
* windeployqt: Use default constructor of QString and then appendMate Barany2022-09-281-1/+2
* windeployqt: Fix mismatches between string types and literalsMate Barany2022-09-281-11/+11
* Revert "Keep original text for text/plain mime data"Kai Koehne2022-09-281-1/+1
* Tidy up day-of-week checks in QDateTimeParserEdward Welbourne2022-09-281-6/+2
* Move kernel/qwineventnotifier.h to a common header listAlexey Edelev2022-09-281-1/+2
* windeployqt: Prepend Qt's bin dir to PATH instead of appendingJoerg Bornemann2022-09-281-2/+2
* windeployqt: Fix PATH manipulation code for non-Windows platformsJoerg Bornemann2022-09-281-1/+1
* CMake: Fix HostData qmake property for cross buildsJoerg Bornemann2022-09-281-2/+3
* wasm: enable QT_BUILD_MINIMAL_STATIC_TESTS by defaultDavid Skoland2022-09-281-1/+7
* wasm: allow useCredentials access control to be setLorn Potter2022-09-283-0/+11
* Q(Basic)Atomic: remove QT_BASIC_ATOMIC_HAS_CONSTRUCTORSFabian Kosmale2022-09-282-36/+2
* Get rid of bootstrapped atomicsFabian Kosmale2022-09-284-84/+2
* Logging: remove const from the lambda calling dladdrThiago Macieira2022-09-271-1/+1
* Update tst_bench_qhash hash functions to use size_tMårten Nordheim2022-09-272-10/+10
* examples: port dbus examples to new connection styleSamuel Gaist2022-09-271-7/+12
* Add missing GL includes in WASM compositorMikolaj Boc2022-09-271-0/+3
* QPluginLoader: Fix the expected machine word for Windows on ARMMartin Storsjö2022-09-271-1/+1
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-274-16/+74
* Apply fixes for SPDX compliance and easier parsingLucie Gérard2022-09-277-3/+7
* QtWidgets: Use the default constructor of QString and appendMate Barany2022-09-271-1/+3
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-272-4/+16
* QCryptographicHash: only use OpenSSL 3.0 when OpenSSL will be linkedJan Grulich2022-09-273-10/+3
* wasm: add Window.localStorage settings backendMorten Sørvig2022-09-273-71/+227
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-2731-182/+2214
* Fix setScaledClipRect autotest for reading SVG formatEirik Aavitsland2022-09-271-2/+5
* Android: Fix Display.getRealMetrics deprecationSamuel Mira2022-09-273-36/+102
* qassert.h: Include qtcoreexports.hFabian Kosmale2022-09-271-0/+1
* qtdeprecationmarkers.h: include qcompilerdetection.hFabian Kosmale2022-09-271-0/+1
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-273-1/+356