summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Style java code format and warningsAssam Boudjelthia2021-08-153-533/+346
* Remove unused internal flag in QImageEirik Aavitsland2021-08-132-9/+3
* Properly scale gesture positions in hi-DPI casePovilas Kanapickas2021-08-121-3/+15
* CMake: Fix testlib compile definitions not to be overriddenAlexandru Croitor2021-08-121-1/+1
* CMake: Fix plugin target names to end in Plugin suffixAlexandru Croitor2021-08-121-2/+3
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* Close all popup windows when the screen is rotatedTang Haixiang2021-08-122-0/+18
* CMake: Warn if qt_internal_plugin(target) does not end with 'Plugin'Kai Köhne2021-08-121-2/+7
* Fix hidden API access for Android styleAssam Boudjelthia2021-08-122-833/+787
* qlocale_win: return null QVariant on failed look-upsEdward Welbourne2021-08-111-4/+4
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-117-32/+69
* Fix some compiler warnings from deprecated QFont constructorVolker Hilsheimer2021-08-112-2/+2
* Use _qt_module_has_headers instead of INTERFACE_MODULE_HAS_HEADERSAlexey Edelev2021-08-113-4/+2
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-112-4/+6
* tst_qurlinternal: Add another Punycode overflow testIevgenii Meshcheriakov2021-08-111-0/+4
* Clarify documentation of QEXPECT_FAIL()'s modeEdward Welbourne2021-08-112-10/+13
* Clean up some notes in QtTestLib documentationEdward Welbourne2021-08-111-11/+11
* CMake: Warn when using CMake 3.21.0 due to issue in AUTOMOC/AUTOUICAlexandru Croitor2021-08-111-0/+7
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-116-10/+4
* Fix button type to update coordinates when draggingCathy Park2021-08-111-1/+4
* Correct QStorageIterator::next()'s use of qstrtoll()Edward Welbourne2021-08-111-4/+5
* d3d11rhi: remove pre-win10 codeYuhang Zhao2021-08-111-10/+5
* Fix a typo in the comment for TrueType fonts with embedded bitmapsTasuku Suzuki2021-08-111-1/+1
* Undeprecate QFont(QString) since this is still useful for manyAndy Shaw2021-08-112-7/+0
* tst_qurlinternal: Use a lambda for bad IDN testsIevgenii Meshcheriakov2021-08-101-15/+13
* Fix memory leak if eXIf has incorrect crcRobert Löhning2021-08-102-4/+19
* MySQL: properly fix setting the character setThiago Macieira2021-08-101-3/+31
* MySQL: don't format QDateTime with timezonesThiago Macieira2021-08-101-0/+14
* MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-102-35/+94
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-103-23/+80
* Copy Find*.cmake to ${QT_BUILD_DIR}/lib/cmake/Qt6Li Xinwei2021-08-111-0/+7
* Add default constructor and Q_DISABLE_COPY_MOVE to native interfacesTor Arne Vestbø2021-08-101-0/+2
* testlib: Remove unused QTestCoreElement and QTestElementAttribute typesTor Arne Vestbø2021-08-103-107/+23
* testlib: Let loggers know which test function is being leftTor Arne Vestbø2021-08-101-2/+2
* testlib: Document order of QTestResult completion functionsTor Arne Vestbø2021-08-101-0/+39
* testlib: Don't write redundant log message information in JUnit reporterTor Arne Vestbø2021-08-1019-2369/+29
* testlib: Treat qCritical messages as system-err in JUnit reporterTor Arne Vestbø2021-08-101-0/+1
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-1013-21/+19
* testlib: Move stdout/stderr reporting into individual <testcase> elementsTor Arne Vestbø2021-08-1049-2410/+2501
* testlib: Only generate expecations for silent test with plain loggerTor Arne Vestbø2021-08-106-239/+10
* testlib: Produce <error> elements on fatal errors in JUnit reporterTor Arne Vestbø2021-08-108-87/+71
* CMake: Use __qt_internal_propagate_object_library for static pluginsAlexandru Croitor2021-08-101-6/+5
* CMake: Remove qt6_enable_object_libraries_finalizer_modeAlexandru Croitor2021-08-104-71/+71
* CMake: Bump min required CMake version for static Qt builds to 3.21Alexandru Croitor2021-08-101-3/+3
* CMake: Fix qt_find_package to work when CMP00126 is set to NEWAlexandru Croitor2021-08-101-12/+20
* Improve documentation signature for native interface accessorTor Arne Vestbø2021-08-101-0/+6
* Doc: fix QStyleOptionMenuItem::menuHasCheckableItems typoJeremy Katz2021-08-101-1/+1
* QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2021-08-101-0/+1
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-102-12/+119