From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E8951382C5 for ; Sat, 16 May 2020 22:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D94AE0891; Sat, 16 May 2020 22:38:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E88BE0891 for ; Sat, 16 May 2020 22:38:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7555634F56A for ; Sat, 16 May 2020 22:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04985239 for ; Sat, 16 May 2020 22:38:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1589668642.193c5508f5340971f76baaf8d2255e4c86acf7d1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/files/, kde-plasma/plasma-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-KColorSchemeEditor-blurry-icons.patch kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/files/ kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 193c5508f5340971f76baaf8d2255e4c86acf7d1 X-VCS-Branch: master Date: Sat, 16 May 2020 22:38:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35d95373-1946-4df3-8e55-68b35bd8aa1d X-Archives-Hash: e3895d80d4e74d4e9fdfca13a5aeb82a commit: 193c5508f5340971f76baaf8d2255e4c86acf7d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 16 19:52:09 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 16 22:37:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193c5508 kde-plasma/plasma-desktop: Fix blurry icons in KColorSchemeEditor Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> ...op-5.18.5-KColorSchemeEditor-blurry-icons.patch | 44 ++++++++++++++++++++++ .../plasma-desktop/plasma-desktop-5.18.5-r1.ebuild | 2 + 2 files changed, 46 insertions(+) diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-KColorSchemeEditor-blurry-icons.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-KColorSchemeEditor-blurry-icons.patch new file mode 100644 index 00000000000..17db7fc5b51 --- /dev/null +++ b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-KColorSchemeEditor-blurry-icons.patch @@ -0,0 +1,44 @@ +From 2c46f28170c785f04fa396803037a608c8077025 Mon Sep 17 00:00:00 2001 +From: Matej Mrenica +Date: Wed, 6 May 2020 07:50:01 -0600 +Subject: Fix blurry icons in KColorSchemeEditor + +Summary: +When using fractional scaling, bottom icons are blurred. This patch fixes the issue. + +BUG: 418165 + +Test Plan: +No side effects. + +Before: +{F8289358} +After: +{F8289369} + +Reviewers: #plasma + +Subscribers: plasma-devel + +Tags: #plasma + +Differential Revision: https://phabricator.kde.org/D29481 +--- + kcms/colors/editor/kcolorschemeeditor.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/kcms/colors/editor/kcolorschemeeditor.cpp b/kcms/colors/editor/kcolorschemeeditor.cpp +index 774d66e..03caa51 100644 +--- a/kcms/colors/editor/kcolorschemeeditor.cpp ++++ b/kcms/colors/editor/kcolorschemeeditor.cpp +@@ -28,6 +28,8 @@ + + int main(int argc, char* argv[]) + { ++ // Fixes blurry icons with fractional scaling ++ QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); + QApplication app(argc, argv); + + KAboutData aboutData( +-- +cgit v1.1 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild index 5b6539dfcd8..d017862200e 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.18.5-r1.ebuild @@ -131,6 +131,8 @@ PATCHES=( "${FILESDIR}/${P}-findxorgserver.patch" # in Plasma/5.19 "${FILESDIR}/${P}-override-include-dirs.patch" # downstream patch + "${FILESDIR}/${P}-KColorSchemeEditor-blurry-icons.patch" # in Plasma/5.18 + # Fix animation duration w/ KDE Frameworks 5.70 (Plasma/5.19 backports): # https://pointieststick.com/2020/05/10/why-the-animations-in-your-plasma-5-18-feel-slow-now-and-when-it-will-be-fixed/ "${FILESDIR}/${P}-fix-animate-in-animation.patch"