summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* d3d11rhi: remove pre-win10 codev6.2.0-beta3Yuhang Zhao2021-08-121-10/+5
* CMake: Warn when using CMake 3.21.0 due to issue in AUTOMOC/AUTOUICAlexandru Croitor2021-08-121-0/+7
* Fix some compiler warnings from deprecated QFont constructorVolker Hilsheimer2021-08-122-2/+2
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-122-4/+6
* tst_qurlinternal: Add another Punycode overflow testIevgenii Meshcheriakov2021-08-121-0/+4
* qlocale_win: return null QVariant on failed look-upsEdward Welbourne2021-08-111-4/+4
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-112-3/+1
* tst_qurlinternal: Use a lambda for bad IDN testsIevgenii Meshcheriakov2021-08-111-15/+13
* Fix memory leak if eXIf has incorrect crcRobert Löhning2021-08-102-4/+19
* 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
* MySQL: properly fix setting the character setThiago Macieira2021-08-101-3/+31
* MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
* Copy Find*.cmake to ${QT_BUILD_DIR}/lib/cmake/Qt6Li Xinwei2021-08-101-0/+7
* Add default constructor and Q_DISABLE_COPY_MOVE to native interfacesTor Arne Vestbø2021-08-101-0/+2
* CMake: Fix qt_find_package to work when CMP00126 is set to NEWAlexandru Croitor2021-08-101-12/+20
* tst_qurlinternal: Add tests for punycode overflowIevgenii Meshcheriakov2021-08-101-0/+13
* tst_QSslSocket - replace an old certificateTimur Pocheptsov2021-08-102-88/+84
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-102-12/+119
* QCalendarRegistry: Explicitly disable moving and copyingIevgenii Meshcheriakov2021-08-101-0/+2
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* Apply custom timeouts to cross compilationsToni Saario2021-08-101-4/+18
* QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2021-08-101-0/+1
* QUrl: Fix Punycode handling for non-BMP codepointsIevgenii Meshcheriakov2021-08-102-15/+39
* CMake: Fix build with CMake master / 3.22Alexandru Croitor2021-08-101-1/+1
* Improve docs for QFuture continuationsSona Kurazyan2021-08-102-49/+53
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-102-3/+53
* testlib: Fix name of current test case element in JUnit reporterTor Arne Vestbø2021-08-102-10/+10
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-1010-175/+249
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-102-2/+54
* Document that hiding/disabling a menu is best done via the menuActionVolker Hilsheimer2021-08-101-1/+3
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-102-4/+35
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-102-1/+83
* Remove dysfunctional -coverage configure argumentJoerg Bornemann2021-08-105-34/+1
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-082-1/+12
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-082-9/+12
* QProperty: more micro optimizationFabian Kosmale2021-08-082-40/+60
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-082-12/+11
* 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
* QCalendar: Delete registered calendar backends on program exitIevgenii Meshcheriakov2021-08-062-17/+76
* QCalendar: Thread-safe calendar backend registrationIevgenii Meshcheriakov2021-08-0615-416/+499
* Improve translations loading code in standarddialogs exampleFriedemann Kleint2021-08-061-7/+8
* CMake: Partially fix QUIETness of find_package(Qt6 COMPONENTS Foo)Alexandru Croitor2021-08-061-1/+5
* CMake: Improve component / package not found error messagesAlexandru Croitor2021-08-062-13/+48
* tst_qurlinternal: Add a test for Punycode handling of non-BMP codepointsIevgenii Meshcheriakov2021-08-061-0/+4
* testlib: Indent CDATA element in JUnit reporterTor Arne Vestbø2021-08-0622-2290/+2290
* tst_QSslCertificate::verify - remove QSKIPTimur Pocheptsov2021-08-067-254/+121
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-068-13/+137
* Turn off feature timezone for emscriptenEdward Welbourne2021-08-061-0/+1