summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Improve component / package not found error messagesAlexandru Croitor2021-08-062-13/+48
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-062-2/+54
* QInputDeviceManager: make QT_NO_KEYWORDS-cleanMarc Mutz2021-08-061-1/+1
* 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
* Tidy up QString's replaceArgEscapes() helper functionEdward Welbourne2021-08-061-13/+8
* replaceArgEscapes(): rework nested conditional to avoid repetitionEdward Welbourne2021-08-061-3/+4
* replaceArgEscapes(): correct a comment and assert what it relies onEdward Welbourne2021-08-061-3/+4
* replaceArgEscapes(): rework local variables to make code simplerEdward Welbourne2021-08-061-9/+7
* replaceArgEscapes(): use qsizetype in place of int ant uintEdward Welbourne2021-08-061-5/+7
* replaceArgEscapes(): use a local variable to avoid duplicationEdward Welbourne2021-08-061-13/+4
* QCoreGlobalData: use QHash, not QMap, for dirSearchPathsMarc Mutz2021-08-062-3/+2
* Handle even more include in enum casesFabian Kosmale2021-08-062-2/+6
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* QInputDeviceManager: ++explicit, ++out-of-line-dtorsMarc Mutz2021-08-062-1/+4
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-064-53/+31
* Track current window DPIMorten Johan Sørvig2021-08-064-0/+15
* Doc: Fix link error to qFuzzyIsNull()Nico Vertriest2021-08-061-4/+5
* QXpmHandler: clean up write_xpm_image: use conventional pointer arithmeticMarc Mutz2021-08-051-6/+3
* QXpmHandler: clean up write_xpm_image: scope variables betterMarc Mutz2021-08-051-5/+4
* QXpmHandler: avoid double-lookupMarc Mutz2021-08-051-9/+14
* QStringLiteral: suppress the clang-tidy warning about const_castThiago Macieira2021-08-041-4/+14
* testlib: Clean up tst_blacklistTor Arne Vestbø2021-08-058-141/+16
* testlib: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-052-5/+4
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-0553-157/+122
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-0529-29/+28
* testlib: Sync up QTest::LogElementType with element namesTor Arne Vestbø2021-08-052-3/+5
* testlib: Reduce JUnit test duration reporting to millisecond precisionTor Arne Vestbø2021-08-051-2/+7
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-0555-868/+1165
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-0510-92/+35
* QXpmHandler: clean up write_xpm_image: make w,h constMarc Mutz2021-08-051-1/+3
* replaceArgEscapes(): rename a local variable and simplify initializationEdward Welbourne2021-08-051-6/+4