summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* QStringLiteral: suppress the clang-tidy warning about const_castThiago Macieira2021-08-051-4/+14
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-0510-92/+35
* CMake: Add whitespace to Android error messageKai Köhne2021-08-051-3/+3
* Remove unsupported, host-related options from configure shell scriptKai Köhne2021-08-051-17/+0
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-13/+13
* Shift iOS a11y translations into C++ fileMike Achtelik2021-08-044-1/+122
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-0451-101/+61
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-0526-48/+56
* QProperty: Force inlining of addObserverFabian Kosmale2021-08-041-1/+1
* Avoid superfluous QBindingStoragePrivate::get callFabian Kosmale2021-08-041-1/+3
* QProperty: micro optimizationsFabian Kosmale2021-08-042-3/+8
* Avoid TLS access for groupUpdateDataFabian Kosmale2021-08-044-7/+23
* QProperty: Avoid TLS lookup if we are in the same threadFabian Kosmale2021-08-044-1/+18
* CMake: Enforce minimum CMake version in user projectsAlexandru Croitor2021-08-049-53/+205
* CMake: Bump min required CMake version for static Qt builds to 3.20Alexandru Croitor2021-08-043-25/+45
* QFileSystemModel: cache the name filters regexpsGiuseppe D'Angelo2021-08-042-12/+33
* QMetaType: auto-unregister converters and mutable views againMarc Mutz2021-08-041-8/+37
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-047-212/+186
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-041-1/+3
* Avoid to call _qt_internal_set_up_static_runtime_library() twiceLi Xinwei2021-08-036-7/+4
* Use correct MSVC runtime library for targets created by qt_add_*()Li Xinwei2021-08-031-0/+3
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-033-4/+25
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-023-11/+11
* Fix PerMonitorV2 DPI aware NonCLientAreaScaling handlingMorten Johan Sørvig2021-08-021-3/+10
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-028-127/+306
* macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-023-84/+30
* CMake: Bump project versionsAlexandru Croitor2021-08-022-2/+2
* CMake: Bump min required CMake version for shared Qt builds to 3.16Alexandru Croitor2021-08-023-3/+6
* Pass QDeadlineTimer by value in runOnAndroidMainThread()Assam Boudjelthia2021-08-022-5/+3
* Register mouse devices on cocoaShawn Rutledge2021-08-016-4/+52
* Update QAbstractItemModelTester::FailureReportingMode documentationTor Arne Vestbø2021-08-011-2/+1
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-013-2/+3
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* Remove mention of permission api in http exampleAssam Boudjelthia2021-07-301-8/+0
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-306-423/+33
* Windows QPA: Remove DwmIsCompositionEnabled() usagesYuhang Zhao2021-07-301-29/+5
* testlib: Regenerate test expectationsTor Arne Vestbø2021-07-308-63/+64
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-304-20/+29