summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce QGlyphRun::stringIndexes()Eskil Abrahamsen Blomfeldt2022-09-295-15/+250
* 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-291-2/+21
* Fix build with disabled accessibilityAlexey Edelev2022-09-292-3/+5
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-292-6/+49
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-293-20/+47
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-295-8/+41
* 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
* 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
* 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
* 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-273-2/+21
* Apply fixes for SPDX compliance and easier parsingLucie Gérard2022-09-275-1/+5
* 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-271-1/+5
* QCryptographicHash: only use OpenSSL 3.0 when OpenSSL will be linkedJan Grulich2022-09-272-9/+2
* wasm: add Window.localStorage settings backendMorten Sørvig2022-09-273-71/+227
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-2712-7/+1628
* 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-272-1/+100
* QtWidgets: Use remove instead of replaceMate Barany2022-09-271-1/+1
* Fix condition that runs the scanning of the Qml importsAlexey Edelev2022-09-271-1/+1
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-09-261-0/+6
* Include QVariantPair in documentation of QMetaType::TypeEdward Welbourne2022-09-262-1/+2
* Clear two pointless entries from the QDoc-only QMetaType::TypeEdward Welbourne2022-09-262-4/+2
* QCryptographicHash: implement OpenSSL 3.0 supportJan Grulich2022-09-264-77/+174
* Mark QTimeZone's copy-constructor noexceptEdward Welbourne2022-09-262-2/+2