Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
@ -0,0 +1,40 @@
|
||||
From 74f9f9cbd226407f8cde08c5cd5a711444e2775d Mon Sep 17 00:00:00 2001
|
||||
From: Marco Martin <notmart@gmail.com>
|
||||
Date: Wed, 19 Jun 2024 09:11:56 +0000
|
||||
Subject: [PATCH] Restore proper devicepixelratio when extracting from cache
|
||||
|
||||
like in base Svg, also in FrameSvg restore the proper devicepixelratio
|
||||
when getting the image from the cache, as KImageCache doesn't save or
|
||||
restore the information about it.
|
||||
|
||||
This fixes blur region mask sometimes wrong behind floating panels
|
||||
|
||||
BUG:488295
|
||||
---
|
||||
src/ksvg/framesvg.cpp | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/src/ksvg/framesvg.cpp b/src/ksvg/framesvg.cpp
|
||||
index c1d22b1a..3b094abd 100644
|
||||
--- a/src/ksvg/framesvg.cpp
|
||||
+++ b/src/ksvg/framesvg.cpp
|
||||
@@ -524,10 +524,16 @@ void FrameSvgPrivate::generateBackground(const QSharedPointer<FrameData> &frame)
|
||||
QPixmap overlay;
|
||||
if (q->isUsingRenderingCache()) {
|
||||
frameCached = q->imageSet()->d->findInCache(QString::number(id), frame->cachedBackground, frame->lastModified) && !frame->cachedBackground.isNull();
|
||||
+ if (frameCached) {
|
||||
+ frame->cachedBackground.setDevicePixelRatio(q->devicePixelRatio());
|
||||
+ }
|
||||
|
||||
if (overlayAvailable) {
|
||||
const size_t overlayId = qHash(cacheId(frame.data(), frame->prefix % QLatin1String("overlay")));
|
||||
overlayCached = q->imageSet()->d->findInCache(QString::number(overlayId), overlay, frame->lastModified) && !overlay.isNull();
|
||||
+ if (overlayCached) {
|
||||
+ overlay.setDevicePixelRatio(q->devicePixelRatio());
|
||||
+ }
|
||||
}
|
||||
}
|
||||
|
||||
--
|
||||
2.45.2
|
||||
|
@ -1,60 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 17:12:39 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.10.0
|
||||
- Changes since 6.9.0:
|
||||
* Update dependency version to 6.10.0
|
||||
* Disconnect signals on destruction (kde#493921)
|
||||
* Update version to 6.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 10:09:27 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.9.0
|
||||
- Changes since 6.8.0:
|
||||
* Update dependency version to 6.9.0
|
||||
* It compiles fine without deprecated methods
|
||||
* Update version to 6.9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 11:18:18 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.8.0
|
||||
- Changes since 6.7.0:
|
||||
* Update dependency version to 6.8.0
|
||||
* Update version to 6.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 10:00:18 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.7.0
|
||||
- Changes since 6.6.0:
|
||||
* Update dependency version to 6.7.0
|
||||
* Fix typo in docs
|
||||
* Update version to 6.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 09:03:29 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.6.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.6.0
|
||||
- Changes since 6.5.0:
|
||||
* Update version to 6.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:47:53 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define qt6_version 6.7.0
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%define rname ksvg
|
||||
# Full KF6 version (e.g. 6.9.0)
|
||||
# Full KF6 version (e.g. 6.5.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kf6-ksvg
|
||||
Version: 6.10.0
|
||||
Version: 6.5.0
|
||||
Release: 0
|
||||
Summary: Components for handling SVGs
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:173e151f6ef8360149f835b1fc7494e97a33f9056d294ab213c9ef9e6d84d0c8
|
||||
size 83964
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gCKAAKCRAsjfWHptSq
|
||||
wWTfAP9EKadVNKZ645swpBC25WjgHDFDkAKZzc0de4BN7Xg1GQD+KgkZVfiC94CQ
|
||||
MG0ABPthcXlmIfazhVRil/BHeqiUagg=
|
||||
=zr/l
|
||||
-----END PGP SIGNATURE-----
|
3
ksvg-6.3.0.tar.xz
Normal file
3
ksvg-6.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0054ed0c094c605a712bc9f8c8cc61c7e0d3eefe1ee50a93912bbd60a6cb07d7
|
||||
size 83208
|
7
ksvg-6.3.0.tar.xz.sig
Normal file
7
ksvg-6.3.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQdQAKCRAsjfWHptSq
|
||||
waaUAQCgGrZLLc6/HHvEH/A7VO0kUdX97KMGucDdHUgfgc1cUAEA0K7/2gfNzx/s
|
||||
cekokxaJSHnOnfkfEPYAZFA+rIie8gw=
|
||||
=9E6E
|
||||
-----END PGP SIGNATURE-----
|
3
ksvg-6.4.0.tar.xz
Normal file
3
ksvg-6.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3391c74fc31526e7ff2659622d00e93b5cd8667397611d5676062e4b32d86530
|
||||
size 83368
|
7
ksvg-6.4.0.tar.xz.sig
Normal file
7
ksvg-6.4.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohS3QAKCRAsjfWHptSq
|
||||
wbbNAP9z5EG3cfdHQVUuWnl+UMHaFrZZK9Fm39BdTuzeHDwgZgD/eXbcuJ7If2LQ
|
||||
RD0AvG1HWoR+CsoFYQ3KMj2AWEk4JQ0=
|
||||
=BMp2
|
||||
-----END PGP SIGNATURE-----
|
3
ksvg-6.5.0.tar.xz
Normal file
3
ksvg-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae2024bd4d7e6950c92b5924deced5d55b6101749d635799b24fedac60cb26cd
|
||||
size 83692
|
7
ksvg-6.5.0.tar.xz.sig
Normal file
7
ksvg-6.5.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/2gAKCRAsjfWHptSq
|
||||
wa3cAQDeLclDcAMNiZKaspw3G02rlqsw4/of4KPfJKtbzAd0vgEAlZjQt0z0ctF4
|
||||
59d8D7OMZ7fnF6e2nyaO/LqeSU9hsAs=
|
||||
=YhFo
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user