diff --git a/CHANGELOG b/CHANGELOG index 7511fbe..bcb08d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Ver.1.4.9 +--------- +* plasmoid + * change rendering from Qt to native + Ver.1.4.8 --------- * gui diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt index 2f8713d..9b84ae3 100644 --- a/sources/CMakeLists.txt +++ b/sources/CMakeLists.txt @@ -11,7 +11,7 @@ set (PROJECT_CONTACT "esalexeev@gmail.com") set (PROJECT_LICENSE "GPLv3") set (PROJECT_VERSION_MAJOR 1) set (PROJECT_VERSION_MINOR 4) -set (PROJECT_VERSION_PATCH 8) +set (PROJECT_VERSION_PATCH 9) set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}) string (TIMESTAMP CURRENT_DATE "%Y-%m-%d %H:%M" UTC) string (TIMESTAMP CURRENT_YEAR "%Y") diff --git a/sources/plasmoid-kf5/package/contents/ui/main.qml b/sources/plasmoid-kf5/package/contents/ui/main.qml index 740ea98..e8c794c 100644 --- a/sources/plasmoid-kf5/package/contents/ui/main.qml +++ b/sources/plasmoid-kf5/package/contents/ui/main.qml @@ -92,6 +92,7 @@ Item { font.pointSize: plasmoid.configuration.fontSize font.weight: fontWeight[plasmoid.configuration.fontWeight] horizontalAlignment: align[plasmoid.configuration.textAlign] + renderType: Text.NativeRendering textFormat: Text.RichText text: "N\\A" }