summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-0225-41/+45
* QCollator: minor API docs grammar fixAhmad Samir2022-10-011-1/+1
* qsimd_p.h: remove BMI1 feature from the ARCH_HASWELL listThiago Macieira2022-10-011-4/+5
* Add 'warnings are errors' functionality to syncqt.cppAlexey Edelev2022-10-012-3/+19
* qsimd_p.h: document that AMD Zen4 supports AVX512Thiago Macieira2022-10-011-2/+4
* Properly deprecate QStyleHints::keyboardAutoRepeatRate()Tor Arne Vestbø2022-10-012-1/+3
* Move qurltlds_p.h out of src/network, and make it a .cpp fileKai Köhne2022-10-018-36/+38
* QODBC: fix handling NULL values for stringsChristian Ehrlicher2022-10-011-16/+11
* Provide the wasm module correctly to the instantiateWasm callbackMikolaj Boc2022-10-011-1/+1
* Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-09-302-22/+31
* syncqt: Fix -help optionKai Köhne2022-09-301-0/+3
* qnumeric_p.h: fix comparison of signed to unsigned in saturationThiago Macieira2022-09-302-2/+38
* Fix qtresource documentationIvan Solovev2022-09-301-2/+2
* Fix qtclasshelpermacros documentationIvan Solovev2022-09-301-2/+2
* Rename the header qtypetraits.h -> qttypetraits.hSona Kurazyan2022-09-304-7/+7
* Rename the header qtranslation.h -> qttranslation.hSona Kurazyan2022-09-304-15/+15
* Rename the header qenvironmentvariables.h -> qtenvironmentvariables.hSona Kurazyan2022-09-306-16/+16
* QCH: remove WrapOpenSSL from the link interface of Qt6::CorePrivateJan Grulich2022-09-301-2/+0
* tst_qsslcertificate: remove ifery which breaks the testTimur Pocheptsov2022-09-301-6/+1
* OpenGL: Remove pre-Win10 leftoversYuhang Zhao2022-09-301-9/+0
* QWindowsKeyMapper: simplify the code a bit (1/2)Yuhang Zhao2022-09-301-6/+2
* qsimd: remove the F16C macro in the Haswell sub-arch testingThiago Macieira2022-09-291-2/+2
* Send string to Atspi DBus interface on value changed for comboboxesFushan Wen2022-09-291-1/+3
* Make SetFocusOnTouchRelease style hint themeableAlexander Volkov2022-09-294-3/+12
* Introduce QGlyphRun::stringIndexes()Eskil Abrahamsen Blomfeldt2022-09-2920-15/+1237
* 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