summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* QCalendarRegistry: Explicitly disable moving and copyingIevgenii Meshcheriakov2021-08-101-0/+2
* tst_qurlinternal: Add tests for punycode overflowIevgenii Meshcheriakov2021-08-101-0/+13
* QUrl: Fix Punycode handling for non-BMP codepointsIevgenii Meshcheriakov2021-08-102-15/+39
* Apply custom timeouts to cross compilationsToni Saario2021-08-101-4/+18
* tst_QSslSocket - replace an old certificateTimur Pocheptsov2021-08-102-88/+84
* CMake: Fix build with CMake master / 3.22Alexandru Croitor2021-08-101-1/+1
* Improve docs for QFuture continuationsSona Kurazyan2021-08-102-49/+53
* qlocale_win: Rename a misnamed local variableEdward Welbourne2021-08-101-6/+6
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-102-3/+53
* Document that hiding/disabling a menu is best done via the menuActionVolker Hilsheimer2021-08-101-1/+3
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-102-1/+83
* Remove dysfunctional -coverage configure argumentJoerg Bornemann2021-08-105-34/+1
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-102-4/+35
* QGuiApplication: move two static variables from DATA to BSSMarc Mutz2021-08-101-2/+2
* QMetaStringTable: disable copy and moveMarc Mutz2021-08-101-0/+1
* macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-081-1/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-0671-79/+108
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-062-3/+1
* QCalendar: Delete registered calendar backends on program exitIevgenii Meshcheriakov2021-08-062-17/+76
* QCalendar: Thread-safe calendar backend registrationIevgenii Meshcheriakov2021-08-0615-416/+499
* Qt namespace: add a Qt 7 note about enumerator orderMarc Mutz2021-08-061-0/+1
* moc: Support BINDABLE for private propertiesAndrei Golubev2021-08-062-1/+19
* QXpmHandler: clean up write_xpm_image: cut out the QBA middle-manMarc Mutz2021-08-061-4/+3
* Improve translations loading code in standarddialogs exampleFriedemann Kleint2021-08-061-7/+8
* testlib: Fix name of current test case element in JUnit reporterTor Arne Vestbø2021-08-062-10/+10
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-0610-175/+249
* testlib: Indent CDATA element in JUnit reporterTor Arne Vestbø2021-08-0622-2290/+2290
* tst_qurlinternal: Add a test for Punycode handling of non-BMP codepointsIevgenii Meshcheriakov2021-08-061-0/+4
* CMake: Partially fix QUIETness of find_package(Qt6 COMPONENTS Foo)Alexandru Croitor2021-08-061-1/+5