https://bugs.kde.org/show_bug.cgi?id=390556
Bug ID: 390556
Summary: plasma-workspace lookandfeel needs to be ported to
QtQuickControls2 to support HiDPI screens
Product: plasmashell
Version: master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Desktop Containment
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
Hi,
e.g. the locksreen (ctrl+alt+del) has blurry images and fonts because it ist
uses QtQuick.Controls 1.x. Switching to version 2.2 (or 2.3, Qt 5.10) would fix
that. We just did that to fix the elisa music player.
find lookandfeel/contents/ -name "*.qml" | xargs grep QtQuick.Controls
lookandfeel/contents/components/KeyboardLayoutButton.qml:import
QtQuick.Controls 1.1 as QQC
lookandfeel/contents/components/SessionManagementScreen.qml:import
QtQuick.Controls 1.1
lookandfeel/contents/lockscreen/LockScreen.qml:import QtQuick.Controls 1.1
lookandfeel/contents/lockscreen/LockScreenUi.qml:import QtQuick.Controls 1.1
lookandfeel/contents/lockscreen/MainBlock.qml:import QtQuick.Controls 1.1
lookandfeel/contents/lockscreen/config.qml:import QtQuick.Controls 2.0
lookandfeel/contents/logout/Logout.qml:import QtQuick.Controls 1.1 as Controls
lookandfeel/contents/userswitcher/UserSwitcher.qml:import QtQuick.Controls 1.1
as Controls
--
You are receiving this mail because:
You are watching all bug changes.