summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-051-3/+3
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-054-4/+18
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-051-1/+0
* 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-054-68/+63
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-055-74/+26
* 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
* CMake: Add whitespace to Android error messageKai Köhne2021-08-051-3/+3
* Pre-check a pair of string comparisons by lengthEdward Welbourne2021-08-051-1/+5
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-13/+13
* QTestEventLoop: stop when the test failsEdward Welbourne2021-08-052-4/+8
* QFsFileEngine (Unix): replace a QPair with a proper structMarc Mutz2021-08-042-4/+8
* Shift iOS a11y translations into C++ fileMike Achtelik2021-08-044-1/+122
* QMetaTypeFunctionRegistry: avoid double-lookup in insertIfNotContains()Marc Mutz2021-08-041-2/+4
* QDecompressHelper: Skip double-decompression if download is smallMårten Nordheim2021-08-042-18/+82
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-042-1/+12
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-042-9/+12
* QProperty: more micro optimizationFabian Kosmale2021-08-042-40/+60
* QProperty: Force inlining of addObserverFabian Kosmale2021-08-041-1/+1
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-042-12/+11
* QProperty: micro optimizationsFabian Kosmale2021-08-042-3/+8
* Avoid superfluous QBindingStoragePrivate::get callFabian Kosmale2021-08-041-1/+3
* 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
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-044-13/+8
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-042-3/+14
* CMake: Make qt6_wasm_add_target_helpers an internal functionJoerg Bornemann2021-08-042-12/+3
* 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
* QFsFileEngine: avoid triple(quadruple) lookup of the same keyMarc Mutz2021-08-042-7/+9
* Doc: Fix warnings about undocumented enum and parametersNico Vertriest2021-08-032-2/+6
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-037-201/+175
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-031-1/+3
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-023-4/+25
* QCollator/Win: Remove WinRT remnantsThiago Macieira2021-08-022-28/+1
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-022-5/+6
* Use correct MSVC runtime library for targets created by qt_add_*()Li Xinwei2021-08-031-0/+3
* Avoid to call _qt_internal_set_up_static_runtime_library() twiceLi Xinwei2021-08-031-1/+1
* Allow dragging of a floating dockwidget on macOS with a custom titlebarAndy Shaw2021-08-021-1/+1
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-027-127/+257
* Fix PerMonitorV2 DPI aware NonCLientAreaScaling handlingMorten Johan Sørvig2021-08-021-3/+10