summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-24105-77/+157
* QGuiApplication: use translation-based layout direction unless explicitly setVolker Hilsheimer2022-02-241-12/+25
* Network: Use public suffix database in DAFSA formatIevgenii Meshcheriakov2022-02-249-14912/+5445
* MSVC: Raise minimum version of Visual Studio 2019 to 16.7Kai Köhne2022-02-241-0/+5
* QColorDialog: code tidiesGiuseppe D'Angelo2022-02-241-1/+1
* Implement QFormLayout::set/isRowVisibleVolker Hilsheimer2022-02-242-7/+200
* QVariant: use std::swap for swapping known typeFabian Kosmale2022-02-241-1/+1
* QNX: Fix support for abstract Unix-domain socketPasi Petäjäjärvi2022-02-242-1/+5
* Fix getsockopt option_value initial initializationPasi Petäjäjärvi2022-02-241-2/+3
* Allow calling qt6_android_add_apk_target twiceAlexey Edelev2022-02-241-0/+6
* QHash: Fix building for i386 after "add support for VAES and AVX512VL"Martin Storsjö2022-02-241-1/+1
* Un-export QConfFileMarc Mutz2022-02-231-1/+2
* Add back accidentally removed check for QT_FEATURE_system_zlibMichal Klocek2022-02-231-5/+7
* Add tests to QAbstractItemModelTester checking only one change in flightAndreas Buhr2022-02-231-0/+206
* MimeDatabase::mimeTypeForFileNameAndData: Do not open file unnecessarilyEike Ziller2022-02-231-4/+4
* qHash: fix running on CPUs without AVX2Thiago Macieira2022-02-221-1/+1
* wasm: move user configurable settingsLorn Potter2022-02-232-0/+81
* Fix formatting in qbytearrayalgorithms.hSona Kurazyan2022-02-231-2/+2
* QRegularExpression: print the pattern when warningGiuseppe D'Angelo2022-02-222-8/+30
* Protect headers against min/max macrosMarc Mutz2022-02-2210-23/+23
* QStringEncoder/Decoder: make base class ctors protectedMarc Mutz2022-02-221-0/+5
* Convert Android paths to JSON compatibleAlexey Edelev2022-02-221-4/+12
* Make QByteArrayView's numeric conversion methods inlineSona Kurazyan2022-02-223-80/+73
* Windows QPA: Calculate window frame for frameless windows the same for all co...Viktor Arvidsson2022-02-222-17/+23
* QStringEncoder/Decoder: add missing noexceptMarc Mutz2022-02-223-19/+22
* Make android function sequence mutableAlexey Edelev2022-02-221-14/+36
* SQLite: Update SQLite to v3.37.2Andy Shaw2022-02-223-43/+87
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-223-4/+26
* Always include qt_windows header firstVolker Hilsheimer2022-02-224-3/+4
* QStringConverter: make explicit what should never have been implicitMarc Mutz2022-02-222-20/+11
* QStringConverter: fix move special member functions of State classMarc Mutz2022-02-211-3/+5
* Treat invalid Q(Date)?Time as null when used as an SQL valueEdward Welbourne2022-02-211-2/+4
* Remove unused variable which causes compiler errorPiotr Srebrny2022-02-211-1/+0
* Do not warn about qtnamespacemacros.h header in syncqtKai Köhne2022-02-211-0/+4
* Add missing zconf.hMichal Klocek2022-02-211-0/+1
* 3rdparty: Update double-conversionMårten Nordheim2022-02-2114-72/+162
* CMake: Clean up qt_deploy_qt_conf for 6.3Alexandru Croitor2022-02-213-9/+34
* CMake: Clean up qt_generate_deploy_app_script for 6.3Alexandru Croitor2022-02-212-4/+7
* QHash: split the x86 AES hash into three separate functionsThiago Macieira2022-02-201-27/+45
* QHash: invert the case that is excluded: use VAES and AVX512VLThiago Macieira2022-02-201-30/+34
* QHash: add support for VAES and AVX512VLThiago Macieira2022-02-201-36/+185
* CMake: remove obsolete #FIXMEThiago Macieira2022-02-201-1/+1
* wasm: make input callback returns consistentLorn Potter2022-02-201-8/+4
* Http2: Fix redirect-handlingMårten Nordheim2022-02-201-6/+14
* QStringConverter/Encoder/Decoder: make move noexceptMarc Mutz2022-02-202-5/+10
* QSettings: overload value() instead of using a default argumentMarc Mutz2022-02-203-2/+22
* Fix QMetaType::typeName returning wrong result for clang-clAlexander Neumann2022-02-201-2/+4
* Document change to style sheet selectors for enum propertiesVolker Hilsheimer2022-02-201-0/+21
* QStringConverter: make name matching locale-independentMarc Mutz2022-02-201-1/+2
* qsimd_p.h: let the generator script generate the ARCH target stringsThiago Macieira2022-02-194-46/+81