summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Skip qtconfigmacros.h processing by syncqtAlexey Edelev2022-10-051-4/+3
* Add Q_ENUM in QPlatformTheme enumsAxel Spoerl2022-10-051-0/+5
* uic/Python: Do not generate QByteArray for dynamic C-String propertiesFriedemann Kleint2022-10-051-2/+3
* macOS: Pass on native virtual key (key code) for modifier keysTor Arne Vestbø2022-10-051-1/+8
* Add "We mean it" headerKai Köhne2022-10-051-1/+12
* Remove dead code & cull public API in WASM compositorMikolaj Boc2022-10-055-44/+30
* Provide visual output in page in WASM test runnerMikolaj Boc2022-10-052-0/+8
* Use SPDX license identifiers lefovers for some Java filesAssam Boudjelthia2022-10-046-211/+18
* Port from container.count()/length() to size()Marc Mutz2022-10-04314-1954/+1954
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-5/+16
* Add <algorithm> include to qtmochelpers.hKai Köhne2022-10-031-0/+2
* syncqt: remove newline before endlThiago Macieira2022-10-021-1/+1
* QString/doc: correct the record on const char* optimizationsThiago Macieira2022-10-022-2/+11
* 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-011-2/+10
* 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-017-34/+37
* QODBC: fix handling NULL values for stringsChristian Ehrlicher2022-10-011-16/+11
* 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
* 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-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