Hello community,
here is the log from the commit of package plasma-framework for
openSUSE:Factory checked in at 2019-02-14 14:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
and /work/SRC/openSUSE:Factory/.plasma-framework.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-framework"
Thu Feb 14 14:29:13 2019 rev:71 rq:674279 version:5.55.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2019-01-21 10:23:18.937885178 +0100
+++
/work/SRC/openSUSE:Factory/.plasma-framework.new.28833/plasma-framework.changes
2019-02-14 14:29:38.755754806 +0100
@@ -1,0 +2,19 @@
+Sun Feb 10 22:03:23 UTC 2019 - [email protected]
+
+- Update to 5.55.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+ * Use more https in links (& update a few urls)
+ * [Wallpaper templates] Add missing Comment= entry to desktop file
+ * Remove explicit use of ECM_KDE_MODULE_DIR, part of ECM_MODULE_PATH
+ * [Plasma Theme] Use new connect syntax
+ * Share Plasma::Theme instances between multiple ColorScope
+ * Make the clock svg's shadows more logically correct and visually
appropriate
+ * [frameworks] Do not use light font styles for headings (1/3) (kde#402730)
+ * [Dialog] Don't alter mainItem's visibility
+ * Reset parentItem when mainItem changes
+ * Remove Qt version check
+
+-------------------------------------------------------------------
Old:
----
plasma-framework-5.54.0.tar.xz
New:
----
plasma-framework-5.55.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.UsHMtE/_old 2019-02-14 14:29:42.243753195 +0100
+++ /var/tmp/diff_new_pack.UsHMtE/_new 2019-02-14 14:29:42.243753195 +0100
@@ -17,14 +17,14 @@
%define lname libKF5Plasma5
-%define _tar_path 5.54
+%define _tar_path 5.55
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} |
awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: plasma-framework
-Version: 5.54.0
+Version: 5.55.0
Release: 0
Summary: Plasma library and runtime components based upon KF5 and Qt5
License: GPL-2.0-or-later AND LGPL-2.0-or-later
++++++ plasma-framework-5.54.0.tar.xz -> plasma-framework-5.55.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/CMakeLists.txt
new/plasma-framework-5.55.0/CMakeLists.txt
--- old/plasma-framework-5.54.0/CMakeLists.txt 2019-01-06 21:28:41.000000000
+0100
+++ new/plasma-framework-5.55.0/CMakeLists.txt 2019-02-03 01:05:33.000000000
+0100
@@ -1,16 +1,16 @@
cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.54.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
project(Plasma VERSION ${KF5_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 5.54.0 NO_MODULE)
+find_package(ECM 5.55.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(GenerateExportHeader)
include(ECMGenerateHeaders)
@@ -41,7 +41,7 @@
################# now find all used packages #################
-set (REQUIRED_QT_VERSION 5.9.0)
+set (REQUIRED_QT_VERSION 5.10.0)
find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Quick
Gui Sql Qml Svg QuickControls2)
@@ -84,12 +84,12 @@
#optional features
find_package(X11 MODULE)
set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries"
- URL "http://www.x.org"
+ URL "https://www.x.org/"
TYPE OPTIONAL
)
find_package(XCB MODULE COMPONENTS XCB COMPOSITE DAMAGE SHAPE XFIXES RENDER)
set_package_properties(XCB PROPERTIES DESCRIPTION "X protocol C-language
Binding"
- URL "http://xcb.freedesktop.org"
+ URL "https://xcb.freedesktop.org/"
TYPE OPTIONAL
)
if(X11_FOUND AND XCB_XCB_FOUND)
@@ -101,7 +101,7 @@
find_package(OpenGL)
set_package_properties(OpenGL PROPERTIES DESCRIPTION "The OpenGL libraries"
- URL "http://www.opengl.org"
+ URL "https://www.opengl.org/"
TYPE OPTIONAL
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/autotests/data/plasma/desktoptheme/testtheme/metadata.desktop
new/plasma-framework-5.55.0/autotests/data/plasma/desktoptheme/testtheme/metadata.desktop
---
old/plasma-framework-5.54.0/autotests/data/plasma/desktoptheme/testtheme/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/autotests/data/plasma/desktoptheme/testtheme/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -6,7 +6,7 @@
[email protected]
X-KDE-PluginInfo-Name=default
X-KDE-PluginInfo-Version=5.20
-X-KDE-PluginInfo-Website=http://plasma.kde.org
+X-KDE-PluginInfo-Website=https://plasma.kde.org
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=LGPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/autotests/data/signedPackage/contents/code/main.js
new/plasma-framework-5.55.0/autotests/data/signedPackage/contents/code/main.js
---
old/plasma-framework-5.54.0/autotests/data/signedPackage/contents/code/main.js
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/autotests/data/signedPackage/contents/code/main.js
2019-02-03 01:05:33.000000000 +0100
@@ -5,7 +5,7 @@
//
// More documentation can be found here:
//
-//
http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API#Extensions
+//
https://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API#Extensions
output = new TextEdit
output.readOnly = true
@@ -18,7 +18,7 @@
// to security restrictions) we won't have a plasmoid.get, so let's check for
it
// before using it!
if (plasmoid.getUrl) {
- var getJob = plasmoid.getUrl("http://dot.kde.org/rss.xml");
+ var getJob = plasmoid.getUrl("https://dot.kde.org/rss.xml");
function recv(job, data)
{
if (job == getJob) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/autotests/packagemetadatatest.desktop
new/plasma-framework-5.55.0/autotests/packagemetadatatest.desktop
--- old/plasma-framework-5.54.0/autotests/packagemetadatatest.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/autotests/packagemetadatatest.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -94,7 +94,7 @@
[email protected]
X-KDE-PluginInfo-Name=test
X-KDE-PluginInfo-Version=pre0.1
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=System test
X-KDE-PluginInfo-Depends=some_test_dep
X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/applets/bugreport/metadata.desktop
new/plasma-framework-5.55.0/examples/applets/bugreport/metadata.desktop
--- old/plasma-framework-5.54.0/examples/applets/bugreport/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/examples/applets/bugreport/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -130,7 +130,7 @@
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-Name=org.kde.example.bugreport
X-KDE-PluginInfo-Version=
-X-KDE-PluginInfo-Website=http://bugs.kde.org
+X-KDE-PluginInfo-Website=https://bugs.kde.org
X-KDE-ServiceTypes=Plasma/Applet
X-Plasma-API=declarativeappletscript
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/applets/nowplaying/metadata.desktop
new/plasma-framework-5.55.0/examples/applets/nowplaying/metadata.desktop
--- old/plasma-framework-5.54.0/examples/applets/nowplaying/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/examples/applets/nowplaying/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -91,6 +91,6 @@
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-Name=org.kde.nowplaying-qml
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-Plasma-API=declarativeappletscript
X-Plasma-MainScript=qml/main.qml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/applets/samegame/metadata.desktop
new/plasma-framework-5.55.0/examples/applets/samegame/metadata.desktop
--- old/plasma-framework-5.54.0/examples/applets/samegame/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/examples/applets/samegame/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -89,7 +89,7 @@
[email protected]
X-KDE-PluginInfo-Name=org.kde.samegame-qml
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=Examples
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/applets/testcomponents/contents/ui/DragPage.qml
new/plasma-framework-5.55.0/examples/applets/testcomponents/contents/ui/DragPage.qml
---
old/plasma-framework-5.54.0/examples/applets/testcomponents/contents/ui/DragPage.qml
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/examples/applets/testcomponents/contents/ui/DragPage.qml
2019-02-03 01:05:33.000000000 +0100
@@ -72,7 +72,7 @@
objectName: "imageandurl"
anchors { fill: parent; }
//delegateImage: "akonadi"
- mimeData.url: "http://plasma.kde.org"
+ mimeData.url: "https://plasma.kde.org/"
onDragStarted: {
isDragging = true;
print(" drag started for " + objectName);
@@ -94,7 +94,7 @@
objectName: "image"
anchors { fill: parent; }
//delegateImage: "akonadi"
- //mimeData.url: "http://plasma.kde.org"
+ //mimeData.url: "https://plasma.kde.org"
onDragStarted: {
isDragging = true;
print(" drag started for " + objectName);
@@ -163,8 +163,8 @@
mimeData.text: "Clownfish"
mimeData.html: "<h2>Swimming in a Sea of
Cheese</h2><pre>Primus->perform();</pre><br/>"
mimeData.color: "darkred"
- mimeData.url: "http://plasma.kde.org"
- mimeData.urls: ["http://planetkde.org", "http://fsfe.org",
"http://techbase.kde.org", "http://qt-project.org"]
+ mimeData.url: "https://plasma.kde.org"
+ mimeData.urls: ["https://planet.kde.org", "https://fsfe.org",
"https://techbase.kde.org", "https://qt.io"]
//Rectangle { anchors.fill: parent; color: "yellow"; opacity:
0.6; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/applets/widgetgallery/metadata.desktop
new/plasma-framework-5.55.0/examples/applets/widgetgallery/metadata.desktop
--- old/plasma-framework-5.54.0/examples/applets/widgetgallery/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/examples/applets/widgetgallery/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -88,7 +88,7 @@
[email protected]
X-KDE-PluginInfo-Name=org.kde.example.widgetgallery
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=Examples
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop
new/plasma-framework-5.55.0/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop
---
old/plasma-framework-5.54.0/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -87,7 +87,7 @@
[email protected]
X-KDE-PluginInfo-Name=org.kde.examples.customDataContainers
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=Examples
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop
new/plasma-framework-5.55.0/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop
---
old/plasma-framework-5.54.0/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -90,7 +90,7 @@
[email protected]
X-KDE-PluginInfo-Name=org.kde.examples.simpleEngine
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=Examples
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop
new/plasma-framework-5.55.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop
---
old/plasma-framework-5.54.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -87,7 +87,7 @@
[email protected]
X-KDE-PluginInfo-Name=org.kde.examples.sourcesOnRequest
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=Examples
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/developerguide/basic/metadata.desktop
new/plasma-framework-5.55.0/examples/developerguide/basic/metadata.desktop
--- old/plasma-framework-5.54.0/examples/developerguide/basic/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/examples/developerguide/basic/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -89,7 +89,7 @@
X-KDE-PluginInfo-License=LGPLv2+
X-KDE-PluginInfo-Name=org.kde.example.developerguide.basic
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://www.kde.org
+X-KDE-PluginInfo-Website=https://www.kde.org
X-KDE-ServiceTypes=KPackage/GenericQML
X-Plasma-API=declarativeappletscript
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop
new/plasma-framework-5.55.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop
---
old/plasma-framework-5.54.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -98,7 +98,7 @@
[email protected]
X-KDE-PluginInfo-Name=test
X-KDE-PluginInfo-Version=pre0.1
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/po/id/libplasma5.po
new/plasma-framework-5.55.0/po/id/libplasma5.po
--- old/plasma-framework-5.54.0/po/id/libplasma5.po 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/po/id/libplasma5.po 2019-02-03
01:05:33.000000000 +0100
@@ -2,14 +2,14 @@
# Copyright (C) 2010 This_file_is_part_of_KDE
# This file is distributed under the same license as the plasmapkg package.
# Andhika Padmawan <[email protected]>, 2010-2014.
-# Wantoyo <[email protected]>, 2017, 2018.
+# Wantoyo <[email protected]>, 2017, 2018, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: plasmapkg\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2019-01-04 03:05+0100\n"
-"PO-Revision-Date: 2018-12-28 22:14+0700\n"
+"PO-Revision-Date: 2019-01-19 08:55+0700\n"
"Last-Translator: Wantoyo <[email protected]>\n"
"Language-Team: Indonesian <[email protected]>\n"
"Language: id\n"
@@ -17,7 +17,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.0\n"
#: declarativeimports/calendar/eventdatadecorator.cpp:64
#, kde-format
@@ -592,7 +592,7 @@
#: plasmaquick/private/packages.cpp:37
#, kde-format
msgid "Default settings for theme, etc."
-msgstr "Setelan default untuk tema, dll."
+msgstr "Setelan baku untuk tema, dll."
#: plasmaquick/private/packages.cpp:39
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/po/pl/libplasma5.po
new/plasma-framework-5.55.0/po/pl/libplasma5.po
--- old/plasma-framework-5.54.0/po/pl/libplasma5.po 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/po/pl/libplasma5.po 2019-02-03
01:05:33.000000000 +0100
@@ -1,13 +1,13 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
-# Łukasz Wojniłowicz <[email protected]>, 2014, 2015, 2016, 2018.
+# Łukasz Wojniłowicz <[email protected]>, 2014, 2015, 2016, 2018,
2019.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2019-01-04 03:05+0100\n"
-"PO-Revision-Date: 2018-09-01 06:40+0100\n"
+"PO-Revision-Date: 2019-01-20 06:24+0100\n"
"Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
"Language: pl\n"
@@ -16,7 +16,7 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.03.70\n"
#: declarativeimports/calendar/eventdatadecorator.cpp:64
#, kde-format
@@ -91,7 +91,7 @@
#: declarativeimports/plasmacomponents/qml/QueryDialog.qml:53
#, kde-format
msgid "Cancel"
-msgstr "Anuluj"
+msgstr "Zaniechaj"
#: plasma/applet.cpp:355
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/po/sk/libplasma5.po
new/plasma-framework-5.55.0/po/sk/libplasma5.po
--- old/plasma-framework-5.54.0/po/sk/libplasma5.po 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/po/sk/libplasma5.po 2019-02-03
01:05:33.000000000 +0100
@@ -1,18 +1,19 @@
# translation of libplasma.po to Slovak
# Roman Paholik <[email protected]>, 2012, 2013, 2014, 2015, 2016.
+# Mthw <[email protected]>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: libplasma\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2019-01-04 03:05+0100\n"
-"PO-Revision-Date: 2016-03-18 19:21+0100\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
+"PO-Revision-Date: 2019-01-28 12:20+0100\n"
+"Last-Translator: Mthw <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: declarativeimports/calendar/eventdatadecorator.cpp:64
@@ -101,9 +102,7 @@
msgstr "Aktivovať widget %1"
#: plasma/containment.cpp:120 plasma/private/applet_p.cpp:124
-#, fuzzy, kde-format
-#| msgctxt "@title:window %1 is the name of the containment"
-#| msgid "Remove %1"
+#, kde-format
msgctxt "%1 is the name of the applet"
msgid "Remove %1"
msgstr "Odstrániť %1"
@@ -112,7 +111,7 @@
#, kde-format
msgctxt "%1 is the name of the applet"
msgid "Configure %1..."
-msgstr ""
+msgstr "Nastaviť %1..."
#: plasma/corona.cpp:368 plasma/corona.cpp:440
#, kde-format
@@ -785,16 +784,15 @@
#, kde-format
msgctxt "Add widget"
msgid "Add %1"
-msgstr ""
+msgstr "Pridať %1"
#: scriptengines/qml/plasmoid/containmentinterface.cpp:721
#: scriptengines/qml/plasmoid/containmentinterface.cpp:780
#: scriptengines/qml/plasmoid/containmentinterface.cpp:786
-#, fuzzy, kde-format
-#| msgid "Icon"
+#, kde-format
msgctxt "Add icon widget"
msgid "Add Icon"
-msgstr "Ikona"
+msgstr "Pridať ikonu"
#: scriptengines/qml/plasmoid/containmentinterface.cpp:737
#: scriptengines/qml/plasmoid/containmentinterface.cpp:739
@@ -806,7 +804,7 @@
#, kde-format
msgctxt "Set wallpaper"
msgid "Set %1"
-msgstr ""
+msgstr "Nastaviť %1"
#: scriptengines/qml/plasmoid/containmentinterface.cpp:1138
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/po/zh_CN/libplasma5.po
new/plasma-framework-5.55.0/po/zh_CN/libplasma5.po
--- old/plasma-framework-5.54.0/po/zh_CN/libplasma5.po 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/po/zh_CN/libplasma5.po 2019-02-03
01:05:33.000000000 +0100
@@ -9,7 +9,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2019-01-04 03:05+0100\n"
-"PO-Revision-Date: 2019-01-05 20:42\n"
+"PO-Revision-Date: 2019-01-27 22:57\n"
"Last-Translator: guoyunhe <[email protected]>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/declarativeimports/core/colorscope.cpp
new/plasma-framework-5.55.0/src/declarativeimports/core/colorscope.cpp
--- old/plasma-framework-5.54.0/src/declarativeimports/core/colorscope.cpp
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/declarativeimports/core/colorscope.cpp
2019-02-03 01:05:33.000000000 +0100
@@ -27,6 +27,8 @@
QHash<QObject *, ColorScope *> ColorScope::s_attachedScopes = QHash<QObject *,
ColorScope *>();
+QWeakPointer<Plasma::Theme> ColorScope::s_theme;
+
ColorScope::ColorScope(QQuickItem *parent, QObject *parentObject)
: QQuickItem(parent),
m_inherit(false),
@@ -34,7 +36,15 @@
m_parent(parentObject),
m_actualGroup(Plasma::Theme::NormalColorGroup)
{
- connect(&m_theme, &Plasma::Theme::themeChanged, this,
&ColorScope::colorsChanged);
+ m_theme = s_theme.toStrongRef();
+ if (!m_theme) {
+ QSharedPointer<Plasma::Theme> themePtr(new Plasma::Theme);
+ s_theme = themePtr;
+ m_theme = s_theme.toStrongRef();
+ }
+
+ connect(s_theme.data(), &Plasma::Theme::themeChanged, this,
&ColorScope::colorsChanged);
+
connect(this, &ColorScope::colorGroupChanged, this,
&ColorScope::colorsChanged);
QQuickItem *parentItem = qobject_cast<QQuickItem *>(parentObject);
@@ -138,37 +148,37 @@
QColor ColorScope::textColor() const
{
- return m_theme.color(Plasma::Theme::TextColor, colorGroup());
+ return m_theme->color(Plasma::Theme::TextColor, colorGroup());
}
QColor ColorScope::highlightColor() const
{
- return m_theme.color(Plasma::Theme::HighlightColor, colorGroup());
+ return m_theme->color(Plasma::Theme::HighlightColor, colorGroup());
}
QColor ColorScope::highlightedTextColor() const
{
- return m_theme.color(Plasma::Theme::HighlightedTextColor, colorGroup());
+ return m_theme->color(Plasma::Theme::HighlightedTextColor, colorGroup());
}
QColor ColorScope::backgroundColor() const
{
- return m_theme.color(Plasma::Theme::BackgroundColor, colorGroup());
+ return m_theme->color(Plasma::Theme::BackgroundColor, colorGroup());
}
QColor ColorScope::positiveTextColor() const
{
- return m_theme.color(Plasma::Theme::PositiveTextColor, colorGroup());
+ return m_theme->color(Plasma::Theme::PositiveTextColor, colorGroup());
}
QColor ColorScope::neutralTextColor() const
{
- return m_theme.color(Plasma::Theme::NeutralTextColor, colorGroup());
+ return m_theme->color(Plasma::Theme::NeutralTextColor, colorGroup());
}
QColor ColorScope::negativeTextColor() const
{
- return m_theme.color(Plasma::Theme::NegativeTextColor, colorGroup());
+ return m_theme->color(Plasma::Theme::NegativeTextColor, colorGroup());
}
bool ColorScope::inherit() const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/declarativeimports/core/colorscope.h
new/plasma-framework-5.55.0/src/declarativeimports/core/colorscope.h
--- old/plasma-framework-5.54.0/src/declarativeimports/core/colorscope.h
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/declarativeimports/core/colorscope.h
2019-02-03 01:05:33.000000000 +0100
@@ -22,6 +22,7 @@
#include <QQuickItem>
#include <QPointer>
+#include <QSharedPointer>
#include <QVariant>
#include <Plasma/Plasma>
#include <Plasma/Theme>
@@ -124,13 +125,16 @@
void setParentScope(ColorScope * parentScope);
bool m_inherit;
- Plasma::Theme m_theme;
Plasma::Theme::ColorGroup m_group;
QPointer<ColorScope> m_parentScope;
QObject *const m_parent;
Plasma::Theme::ColorGroup m_actualGroup;
static QHash<QObject *, ColorScope *> s_attachedScopes;
+
+ static QWeakPointer<Plasma::Theme> s_theme;
+ QSharedPointer<Plasma::Theme> m_theme;
+
};
QML_DECLARE_TYPEINFO(ColorScope, QML_HAS_ATTACHED_PROPERTIES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/declarativeimports/core/framesvgitem.h
new/plasma-framework-5.55.0/src/declarativeimports/core/framesvgitem.h
--- old/plasma-framework-5.54.0/src/declarativeimports/core/framesvgitem.h
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/declarativeimports/core/framesvgitem.h
2019-02-03 01:05:33.000000000 +0100
@@ -120,7 +120,7 @@
/**
* prefix for the 9 piece svg, like "pushed" or "normal" for the button
- * see http://techbase.kde.org/Development/Tutorials/Plasma/ThemeDetails
+ * see https://techbase.kde.org/Development/Tutorials/Plasma/ThemeDetails
* for a list of paths and prefixes
* It can also be an array of strings, specifying a fallback chain in case
* the first element isn't found in the theme, eg ["toolbutton-normal",
"normal"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/declarativeimports/core/iconitem.cpp
new/plasma-framework-5.55.0/src/declarativeimports/core/iconitem.cpp
--- old/plasma-framework-5.54.0/src/declarativeimports/core/iconitem.cpp
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/declarativeimports/core/iconitem.cpp
2019-02-03 01:05:33.000000000 +0100
@@ -67,11 +67,6 @@
connect(KIconLoader::global(), &KIconLoader::iconLoaderSettingsChanged,
this, &IconItem::updateImplicitSize);
-#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)
- connect(this, &QQuickItem::enabledChanged,
- this, &IconItem::onEnabledChanged);
-#endif
-
connect(this, &IconItem::implicitWidthChanged, this,
&IconItem::implicitWidthChanged2);
connect(this, &IconItem::implicitHeightChanged, this,
&IconItem::implicitHeightChanged2);
@@ -672,10 +667,8 @@
{
if (change == ItemVisibleHasChanged && value.boolValue) {
m_blockNextAnimation = true;
-#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
} else if (change == ItemEnabledHasChanged) {
onEnabledChanged();
-#endif
} else if (change == ItemSceneChange && value.window) {
schedulePixmapUpdate();
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/declarativeimports/plasmaextracomponents/qml/Heading.qml
new/plasma-framework-5.55.0/src/declarativeimports/plasmaextracomponents/qml/Heading.qml
---
old/plasma-framework-5.54.0/src/declarativeimports/plasmaextracomponents/qml/Heading.qml
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/src/declarativeimports/plasmaextracomponents/qml/Heading.qml
2019-02-03 01:05:33.000000000 +0100
@@ -62,8 +62,6 @@
lineHeight: 1.2
font.pointSize: headerPointSize(level)
- font.weight: level <= 4 ? Font.Light : Font.Normal
- font.styleName: level <= 4 ? "Light" : "Regular"
wrapMode: Text.WordWrap
function headerPointSize(l) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/declarativeimports/plasmaextracomponents/qml/Title.qml
new/plasma-framework-5.55.0/src/declarativeimports/plasmaextracomponents/qml/Title.qml
---
old/plasma-framework-5.54.0/src/declarativeimports/plasmaextracomponents/qml/Title.qml
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/src/declarativeimports/plasmaextracomponents/qml/Title.qml
2019-02-03 01:05:33.000000000 +0100
@@ -43,7 +43,5 @@
*/
Label {
id: root
-
- font.weight: Font.Light
font.pointSize: theme.defaultFont.pointSize*2
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/desktoptheme/air/metadata.desktop
new/plasma-framework-5.55.0/src/desktoptheme/air/metadata.desktop
--- old/plasma-framework-5.54.0/src/desktoptheme/air/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/desktoptheme/air/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -95,7 +95,7 @@
[email protected]
X-KDE-PluginInfo-Name=air
X-KDE-PluginInfo-Version=1.3
-X-KDE-PluginInfo-Website=http://plasma.kde.org
+X-KDE-PluginInfo-Website=https://plasma.kde.org
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/desktoptheme/breeze/metadata.desktop
new/plasma-framework-5.55.0/src/desktoptheme/breeze/metadata.desktop
--- old/plasma-framework-5.54.0/src/desktoptheme/breeze/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/desktoptheme/breeze/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -46,7 +46,7 @@
[email protected]
X-KDE-PluginInfo-Name=default
X-KDE-PluginInfo-Version=5.51
-X-KDE-PluginInfo-Website=http://plasma.kde.org
+X-KDE-PluginInfo-Website=https://plasma.kde.org
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=LGPL
Binary files
old/plasma-framework-5.54.0/src/desktoptheme/breeze/widgets/clock.svgz and
new/plasma-framework-5.55.0/src/desktoptheme/breeze/widgets/clock.svgz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/desktoptheme/breeze-dark/metadata.desktop
new/plasma-framework-5.55.0/src/desktoptheme/breeze-dark/metadata.desktop
--- old/plasma-framework-5.54.0/src/desktoptheme/breeze-dark/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/desktoptheme/breeze-dark/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -46,7 +46,7 @@
[email protected]
X-KDE-PluginInfo-Name=breeze-dark
X-KDE-PluginInfo-Version=5.51
-X-KDE-PluginInfo-Website=http://plasma.kde.org
+X-KDE-PluginInfo-Website=https://plasma.kde.org
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=LGPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/desktoptheme/breeze-light/metadata.desktop
new/plasma-framework-5.55.0/src/desktoptheme/breeze-light/metadata.desktop
--- old/plasma-framework-5.54.0/src/desktoptheme/breeze-light/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/desktoptheme/breeze-light/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -43,7 +43,7 @@
[email protected]
X-KDE-PluginInfo-Name=default
X-KDE-PluginInfo-Version=5.51
-X-KDE-PluginInfo-Website=http://plasma.kde.org
+X-KDE-PluginInfo-Website=https://plasma.kde.org
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=LGPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/desktoptheme/oxygen/metadata.desktop
new/plasma-framework-5.55.0/src/desktoptheme/oxygen/metadata.desktop
--- old/plasma-framework-5.54.0/src/desktoptheme/oxygen/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/desktoptheme/oxygen/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -94,7 +94,7 @@
[email protected]
X-KDE-PluginInfo-Name=oxygen
X-KDE-PluginInfo-Version=1.1
-X-KDE-PluginInfo-Website=http://plasma.kde.org
+X-KDE-PluginInfo-Website=https://plasma.kde.org
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/src/plasma/CMakeLists.txt
new/plasma-framework-5.55.0/src/plasma/CMakeLists.txt
--- old/plasma-framework-5.54.0/src/plasma/CMakeLists.txt 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/plasma/CMakeLists.txt 2019-02-03
01:05:33.000000000 +0100
@@ -14,7 +14,7 @@
#find_package(KdepimLibs 4.5.60)
#find_package(Gpgme)
#set_package_properties(KDEPIMLIBS PROPERTIES DESCRIPTION "KDE PIM libraries"
-# URL "http://www.kde.org" TYPE OPTIONAL
+# URL "https://www.kde.org" TYPE OPTIONAL
# PURPOSE "Needed for building several Plasma
DataEngines")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-plasma.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/config-plasma.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/src/plasma/Mainpage.dox
new/plasma-framework-5.55.0/src/plasma/Mainpage.dox
--- old/plasma-framework-5.54.0/src/plasma/Mainpage.dox 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/plasma/Mainpage.dox 2019-02-03
01:05:33.000000000 +0100
@@ -6,14 +6,14 @@
abstraction layer (Plasma::DataEngine) and a corresponding service interaction
layer (Plasma::Service) to make implementing widgets easier.
-The <a href="http://doc.qt.io/qt-5/qtquick-index.html">Qt Quick
-framework</a> and set of <a
href="http://api.kde.org/frameworks-api/frameworks5-apidocs/">KDE Frameworks</a>
+The <a href="https://doc.qt.io/qt-5/qtquick-index.html">Qt Quick
+framework</a> and set of <a href="https://api.kde.org/frameworks">KDE
Frameworks</a>
provide the underpinning for Plasma framework. As a result, it should
work anywhere that Qt does.
Although Plasma framework is developed for the use of the Plasma desktop shell,
currently known as Plasma 5, it is general enough to be useful in other
applications.
-<a href="http://amarok.kde.org">Amarok</a> is using it for its context
+<a href="https://amarok.kde.org">Amarok</a> is using it for its context
view, allowing for pluggable widgets to display and interact with the music
collection, such as "current track" and "tag cloud" widgets.
@@ -35,7 +35,7 @@
The
-<a href="http://techbase.kde.org/Development/Tutorials/Plasma">Plasma
tutorials</a>
+<a href="https://techbase.kde.org/Development/Tutorials/Plasma">Plasma
tutorials</a>
on TechBase provide a good introduction to writing plugins, such as widgets and
data engines, for libplasma-based applications.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/src/plasma/README
new/plasma-framework-5.55.0/src/plasma/README
--- old/plasma-framework-5.54.0/src/plasma/README 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/plasma/README 2019-02-03
01:05:33.000000000 +0100
@@ -11,10 +11,10 @@
Commit Guidelines:
* If your patch is not an obvious or trivial bug fix, have it peer reviewed
- by another Plasma developer; http://reviewboard.kde.org is your friend :)
+ by another Plasma developer; https://phabricator.kde.org is your friend :)
-* All code MUST follow the kdelibs coding style, as found at:
- http://techbase.kde.org/Policies/Kdelibs_Coding_Style
+* All code MUST follow the KDE Frameworks coding style, as found at:
+ https://techbase.kde.org/Policies/Frameworks_Coding_Style
* All new public API MUST have apidox written before committing and must go
through an API review with another Plasma developer. We have to maintain
@@ -23,7 +23,7 @@
Unit tests are next to godliness. (Though as you can see, right now libplasma
is hellbound.)
-Please refer to the Plasma website (http://plasma.kde.org) and Plasma wiki
-(http://techbase.kde.org/Projects/Plasma) for API documentation and design
+Please refer to the Plasma website (https://plasma.kde.org) and Plasma wiki
+(https://community.kde.org/Plasma) for API documentation and design
documents regarding this library.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/plasma/private/effectwatcher.cpp
new/plasma-framework-5.55.0/src/plasma/private/effectwatcher.cpp
--- old/plasma-framework-5.54.0/src/plasma/private/effectwatcher.cpp
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/plasma/private/effectwatcher.cpp
2019-02-03 01:05:33.000000000 +0100
@@ -65,7 +65,7 @@
// A faster comparison than eventType != "xcb_generic_event_t"
// given that eventType can only have the following values:
// "xcb_generic_event_t", "windows_generic_MSG" and "mac_generic_NSEvent"
- // According to http://doc.qt.io/qt-5/qabstractnativeeventfilter.html
+ // According to https://doc.qt.io/qt-5/qabstractnativeeventfilter.html
if (eventType[0] != 'x') {
return false;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/src/plasma/theme.cpp
new/plasma-framework-5.55.0/src/plasma/theme.cpp
--- old/plasma-framework-5.54.0/src/plasma/theme.cpp 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/plasma/theme.cpp 2019-02-03
01:05:33.000000000 +0100
@@ -59,8 +59,8 @@
d->settingsChanged(false);
if (QCoreApplication::instance()) {
- connect(QCoreApplication::instance(), SIGNAL(aboutToQuit()),
- d, SLOT(onAppExitCleanup()));
+ connect(QCoreApplication::instance(), &QCoreApplication::aboutToQuit,
+ d, &ThemePrivate::onAppExitCleanup);
}
connect(d, &ThemePrivate::themeChanged, this, &Theme::themeChanged);
connect(d, &ThemePrivate::defaultFontChanged, this,
&Theme::defaultFontChanged);
@@ -85,8 +85,8 @@
d->cacheTheme = useCache;
d->fixedName = true;
if (QCoreApplication::instance()) {
- connect(QCoreApplication::instance(), SIGNAL(aboutToQuit()),
- d, SLOT(onAppExitCleanup()));
+ connect(QCoreApplication::instance(), &QCoreApplication::aboutToQuit,
+ d, &ThemePrivate::onAppExitCleanup);
}
connect(d, &ThemePrivate::themeChanged, this, &Theme::themeChanged);
}
@@ -131,8 +131,8 @@
ThemePrivate::themesRefCount[themeName].ref();
d = ThemePrivate::themes[themeName];
if (QCoreApplication::instance()) {
- connect(QCoreApplication::instance(), SIGNAL(aboutToQuit()),
- d, SLOT(onAppExitCleanup()));
+ connect(QCoreApplication::instance(),
&QCoreApplication::aboutToQuit,
+ d, &ThemePrivate::onAppExitCleanup);
}
connect(d, &ThemePrivate::themeChanged, this, &Theme::themeChanged);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-framework-5.54.0/src/plasmaquick/dialog.cpp
new/plasma-framework-5.55.0/src/plasmaquick/dialog.cpp
--- old/plasma-framework-5.54.0/src/plasmaquick/dialog.cpp 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/plasmaquick/dialog.cpp 2019-02-03
01:05:33.000000000 +0100
@@ -267,9 +267,6 @@
void DialogPrivate::updateVisibility(bool visible)
{
- if (mainItem) {
- mainItem->setVisible(visible);
- }
if (visible) {
if (visualParent && visualParent->window()) {
q->setTransientParent(visualParent->window());
@@ -782,7 +779,7 @@
if (d->mainItem) {
disconnect(d->mainItem, nullptr, this, nullptr);
- d->mainItem->setVisible(false);
+ d->mainItem->setParentItem(nullptr);
}
if (d->mainItemLayout) {
@@ -792,7 +789,6 @@
d->mainItem = mainItem;
if (mainItem) {
- d->mainItem->setVisible(isVisible());
mainItem->setParentItem(contentItem());
connect(mainItem, SIGNAL(widthChanged()), this,
SLOT(slotMainItemSizeChanged()));
@@ -1359,16 +1355,9 @@
if (visible && d->visualParent) {
setPosition(popupPosition(d->visualParent, size()));
}
- //setting the main item visible before the show event arrives
- //makes positioning work better
- if (visible && d->mainItem) {
- d->mainItem->setVisible(true);
- }
-#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
// Bug 381242: Qt remembers minimize state and re-applies it when
showing
setWindowStates(windowStates() & ~Qt::WindowMinimized);
-#endif
QQuickWindow::setVisible(visible);
//signal will be emitted and proxied from the QQuickWindow code
} else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/plasmaquick/private/packages.cpp
new/plasma-framework-5.55.0/src/plasmaquick/private/packages.cpp
--- old/plasma-framework-5.54.0/src/plasmaquick/private/packages.cpp
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/plasmaquick/private/packages.cpp
2019-02-03 01:05:33.000000000 +0100
@@ -30,7 +30,7 @@
void LookAndFeelPackage::initPackage(Plasma::Package *package)
{
- // http://community.kde.org/Plasma/lookAndFeelPackage#
+ // https://community.kde.org/Plasma/lookAndFeelPackage
package->setDefaultPackageRoot(QStringLiteral(PLASMA_RELATIVE_DATA_INSTALL_DIR
"/look-and-feel/"));
//Defaults
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/scriptengines/qml/plasmoid/containmentinterface.cpp
new/plasma-framework-5.55.0/src/scriptengines/qml/plasmoid/containmentinterface.cpp
---
old/plasma-framework-5.54.0/src/scriptengines/qml/plasmoid/containmentinterface.cpp
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/src/scriptengines/qml/plasmoid/containmentinterface.cpp
2019-02-03 01:05:33.000000000 +0100
@@ -1089,7 +1089,7 @@
m_wheelDelta += event->delta();
// Angle delta 120 for common "one click"
- // See:
http://qt-project.org/doc/qt-5/qml-qtquick-wheelevent.html#angleDelta-prop
+ // See: https://doc.qt.io/qt-5/qml-qtquick-wheelevent.html#angleDelta-prop
while (m_wheelDelta >= 120) {
m_wheelDelta -= 120;
plugin->performPreviousAction();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/src/tools/port-cmake-style.sh
new/plasma-framework-5.55.0/src/tools/port-cmake-style.sh
--- old/plasma-framework-5.54.0/src/tools/port-cmake-style.sh 2019-01-06
21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/src/tools/port-cmake-style.sh 2019-02-03
01:05:33.000000000 +0100
@@ -1,10 +1,10 @@
for FS in `find $PWD -type f -name 'CMakeLists.txt' -o -name '*.cmake'`; do
#all commands should be lowercase
- #http://techbase.kde.org/Policies/CMake_Coding_Style#Upper.2Flower_casing
+ #https://community.kde.org/Policies/CMake_Coding_Style#Upper.2Flower_casing
perl -p -i -e 's/^( *)([0-9A-Z_]*)( *)\(/$1.lc($2).$3."("/ge' $FS
#removes the predicate of endif and else in cmake
- # http://techbase.kde.org/Policies/CMake_Coding_Style#End_commands
+ # https://community.kde.org/Policies/CMake_Coding_Style#End_commands
perl -p -i -e 's/endif( *)\(.*\)/endif\1()/g' $FS
perl -p -i -e 's/else( *)\(.*\)/else\1()/g' $FS
done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/cpp-plasmoid/CMakeLists.txt
new/plasma-framework-5.55.0/templates/cpp-plasmoid/CMakeLists.txt
--- old/plasma-framework-5.54.0/templates/cpp-plasmoid/CMakeLists.txt
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/templates/cpp-plasmoid/CMakeLists.txt
2019-02-03 01:05:33.000000000 +0100
@@ -3,7 +3,7 @@
project(plasma-%{APPNAMELC})
find_package(ECM 1.4.0 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(KDEInstallDirs)
include(KDECMakeSettings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate
new/plasma-framework-5.55.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate
---
old/plasma-framework-5.54.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate
2019-02-03 01:05:33.000000000 +0100
@@ -24,6 +24,7 @@
Name[pt]='Applet' em QML/C++ do Plasma
Name[pt_BR]=Miniaplicativo Plasma QML/C++
Name[ru]=Виджет Plasma на QML/C++
+Name[sk]=Plasma QML/C++ Applet
Name[sl]=Plasma aplet v QML/C++
Name[sr]=Плазма КуМЛ/Ц++ аплет
Name[sr@ijekavian]=Плазма КуМЛ/Ц++ аплет
@@ -57,6 +58,7 @@
Comment[pt]=Um modelo de 'applets' do Plasma criado numa mistura híbrida de
QML e C++: um modelo de 'applets' do Plasma que mostra uma figura em SVG e um
texto
Comment[pt_BR]=Um modelo de miniaplicativo Plasma escrito em uma mistura
híbrida de QML e C++: um modelo de miniaplicativo Plasma mostrando uma image
SVG e um texto
Comment[ru]=Шаблон виджета Plasma на смеси QML и C++: виджет показывает
изображение SVG и текст
+Comment[sk]=Šablóna na Plasma Applet napísaná v kombinácií QML a C++: Šablóna
Plasma appletu zobrazujúca SVG obrázok a text
Comment[sl]=Predloga Plasma apleta spisanega v mešanici QML in C++: predloga
Plasma apleta, ki prikazuje sliko SVG in besedilo
Comment[sr]=Шаблон плазма аплета написан хибридном мешавином КуМЛ‑а и Ц++а:
приказ СВГ слике и текста
Comment[sr@ijekavian]=Шаблон плазма аплета написан хибридном мешавином КуМЛ‑а
и Ц++а: приказ СВГ слике и текста
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/cpp-plasmoid/src/package/metadata.desktop
new/plasma-framework-5.55.0/templates/cpp-plasmoid/src/package/metadata.desktop
---
old/plasma-framework-5.54.0/templates/cpp-plasmoid/src/package/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/cpp-plasmoid/src/package/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -87,7 +87,7 @@
X-KDE-PluginInfo-Email=%{EMAIL}
X-KDE-PluginInfo-Name=org.kde.plasma.%{APPNAMELC}
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=Utilities
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/plasma-wallpaper/CMakeLists.txt
new/plasma-framework-5.55.0/templates/plasma-wallpaper/CMakeLists.txt
--- old/plasma-framework-5.54.0/templates/plasma-wallpaper/CMakeLists.txt
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/templates/plasma-wallpaper/CMakeLists.txt
2019-02-03 01:05:33.000000000 +0100
@@ -3,7 +3,7 @@
project(plasma-%{APPNAMELC})
find_package(ECM 1.4.0 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
find_package(KF5Plasma REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/plasma-wallpaper/package/metadata.desktop
new/plasma-framework-5.55.0/templates/plasma-wallpaper/package/metadata.desktop
---
old/plasma-framework-5.54.0/templates/plasma-wallpaper/package/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/plasma-wallpaper/package/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -38,11 +38,12 @@
Name[x-test]=xx%{APPNAME}xx
Name[zh_CN]=%{APPNAME}
Name[zh_TW]=%{APPNAME}
+Comment=
Type=Service
Icon=plasma
-
X-KDE-ServiceTypes=Plasma/Wallpaper
+
X-KDE-PluginInfo-Author=%{AUTHOR}
X-KDE-PluginInfo-Email=%{EMAIL}
X-KDE-PluginInfo-Name=org.kde.plasma.%{APPNAMELC}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate
new/plasma-framework-5.55.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate
---
old/plasma-framework-5.54.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate
2019-02-03 01:05:33.000000000 +0100
@@ -24,6 +24,7 @@
Name[pt]=Papel de Parede Simples do Plasma
Name[pt_BR]=Papel de parede simples do Plasma
Name[ru]=Простые обои для Plasma
+Name[sk]=Jednoduchá Tapeta Plasma
Name[sl]=Preprosta slika ozadja za Plasmo
Name[sr]=Једноставни плазма тапет
Name[sr@ijekavian]=Једноставни плазма тапет
@@ -57,6 +58,7 @@
Comment[pt]=Modelo de Papel de Parede Simples do Plasma: um modelo de papel de
parede do Plasma que mostra um texto
Comment[pt_BR]=Modelo de papel de parede simples do Plasma: Um modelo de papel
de parede do Plasma mostrando um texto
Comment[ru]=Простой шаблон обоев для Plasma: в качестве обоев показывается
текст
+Comment[sk]=Jednoduchá šablóna Tapety Plasma: šablóna Tapety Plasma
zobrazujúca text
Comment[sl]=Predloga preproste slike ozadja za Plasmo: predloga slike ozadja
za Plasmo, ki prikazuje besedilo
Comment[sr]=Шаблон једноставног плазма тапета: тапет који приказује текст
Comment[sr@ijekavian]=Шаблон једноставног плазма тапета: тапет који приказује
текст
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/plasma-wallpaper-with-qml-extension/CMakeLists.txt
new/plasma-framework-5.55.0/templates/plasma-wallpaper-with-qml-extension/CMakeLists.txt
---
old/plasma-framework-5.54.0/templates/plasma-wallpaper-with-qml-extension/CMakeLists.txt
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/plasma-wallpaper-with-qml-extension/CMakeLists.txt
2019-02-03 01:05:33.000000000 +0100
@@ -3,7 +3,7 @@
project(plasma-%{APPNAMELC})
find_package(ECM 1.4.0 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(KDEInstallDirs)
include(KDECMakeSettings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/plasma-wallpaper-with-qml-extension/package/metadata.desktop
new/plasma-framework-5.55.0/templates/plasma-wallpaper-with-qml-extension/package/metadata.desktop
---
old/plasma-framework-5.54.0/templates/plasma-wallpaper-with-qml-extension/package/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/plasma-wallpaper-with-qml-extension/package/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -38,11 +38,12 @@
Name[x-test]=xx%{APPNAME}xx
Name[zh_CN]=%{APPNAME}
Name[zh_TW]=%{APPNAME}
+Comment=
Type=Service
Icon=plasma
-
X-KDE-ServiceTypes=Plasma/Wallpaper
+
X-KDE-PluginInfo-Author=%{AUTHOR}
X-KDE-PluginInfo-Email=%{EMAIL}
X-KDE-PluginInfo-Name=org.kde.plasma.%{APPNAMELC}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
new/plasma-framework-5.55.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
---
old/plasma-framework-5.54.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate
2019-02-03 01:05:33.000000000 +0100
@@ -21,6 +21,7 @@
Name[pt]=Papel de Parede Simples do Plasma com com extensão QML
Name[pt_BR]=Papel de parede simples do Plasma com extensão QML
Name[ru]=Простые обои для Plasma с расширением для QML
+Name[sk]=Jednoduchá Tapeta Plasma s QML rozšírením
Name[sv]=Enkelt Plasma skrivbordsunderlägg med QML-utökning
Name[uk]=Просте тло стільниці Плазми із розширенням QML
Name[x-test]=xxSimple Plasma Wallpaper with QML extensionxx
@@ -47,6 +48,7 @@
Comment[pt]=Um papel de parede do Plasma que usa uma API personalizada
oferecida por um 'plugin' de extensão próprio em QML
Comment[pt_BR]=Um papel de parede do Plasma que usa API personalizada
fornecida por um plug-in de extensão QML próprio
Comment[ru]=Шаблон обоев для Plasma, использующий собственный API,
реализованный как расширение для QML
+Comment[sk]=Tapeta Plasma používajúca vlatné API poskytované vlastným QML
rozšírením
Comment[sv]=Ett Plasma skrivbordsunderlägg som använder ett anpassat
programmeringsgränssnitt tillhandahållet av en egen QML-utökningsmodul
Comment[uk]=Тло стільниці Плазми, у якому використовується нетиповий
програмний інтерфейс, що надається власним додатком розширення QML
Comment[x-test]=xxA Plasma wallpaper which uses custom API provided by an own
QML extension pluginxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/qml-plasmoid/CMakeLists.txt
new/plasma-framework-5.55.0/templates/qml-plasmoid/CMakeLists.txt
--- old/plasma-framework-5.54.0/templates/qml-plasmoid/CMakeLists.txt
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/templates/qml-plasmoid/CMakeLists.txt
2019-02-03 01:05:33.000000000 +0100
@@ -3,7 +3,7 @@
project(plasma-%{APPNAMELC})
find_package(ECM 1.4.0 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
find_package(KF5Plasma REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/qml-plasmoid/package/metadata.desktop
new/plasma-framework-5.55.0/templates/qml-plasmoid/package/metadata.desktop
--- old/plasma-framework-5.54.0/templates/qml-plasmoid/package/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++ new/plasma-framework-5.55.0/templates/qml-plasmoid/package/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -85,7 +85,7 @@
X-KDE-PluginInfo-Email=%{EMAIL}
X-KDE-PluginInfo-Name=org.kde.plasma.%{APPNAMELC}
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=Utilities
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/qml-plasmoid-with-qml-extension/CMakeLists.txt
new/plasma-framework-5.55.0/templates/qml-plasmoid-with-qml-extension/CMakeLists.txt
---
old/plasma-framework-5.54.0/templates/qml-plasmoid-with-qml-extension/CMakeLists.txt
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/qml-plasmoid-with-qml-extension/CMakeLists.txt
2019-02-03 01:05:33.000000000 +0100
@@ -3,7 +3,7 @@
project(plasma-%{APPNAMELC})
find_package(ECM 1.4.0 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(KDEInstallDirs)
include(KDECMakeSettings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop
new/plasma-framework-5.55.0/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop
---
old/plasma-framework-5.54.0/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop
2019-02-03 01:05:33.000000000 +0100
@@ -85,7 +85,7 @@
X-KDE-PluginInfo-Email=%{EMAIL}
X-KDE-PluginInfo-Name=org.kde.plasma.%{APPNAMELC}
X-KDE-PluginInfo-Version=1.0
-X-KDE-PluginInfo-Website=http://plasma.kde.org/
+X-KDE-PluginInfo-Website=https://plasma.kde.org/
X-KDE-PluginInfo-Category=Utilities
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-framework-5.54.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate
new/plasma-framework-5.55.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate
---
old/plasma-framework-5.54.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate
2019-01-06 21:28:41.000000000 +0100
+++
new/plasma-framework-5.55.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate
2019-02-03 01:05:33.000000000 +0100
@@ -22,6 +22,7 @@
Name[pt]='Applet' em QML do Plasma com extensão QML
Name[pt_BR]=Miniaplicativo QML do Plasma com extensão QML
Name[ru]=Виджет Plasma на QML с расширением для QML
+Name[sk]=Plasma QML Applet s QML rozšírením
Name[sl]=Plasma aplet v QML z razširitvijo QML
Name[sr]=Плазма КуМЛ аплет са КуМЛ проширењем
Name[sr@ijekavian]=Плазма КуМЛ аплет са КуМЛ проширењем
@@ -54,6 +55,7 @@
Comment[pt]=Um modelo para uma 'applet' do Plasma que usa uma API
personalizada oferecida por um 'plugin' de extensão em QML
Comment[pt_BR]=Um modelo para um miniaplicativo Plasma que usa API
personalizada fornecida por um plugin de extensão QML próprio
Comment[ru]=Шаблон виджета Plasma, использующий собственный API, реализованный
как расширение для QML
+Comment[sk]=Šablóna na na Plasma applet používajúci vlatné API poskytované
vlastným QML rozšírením
Comment[sl]=Predloga za aplet Plasme, ki uporablja API po meri, ponujen s
strani lastnega razširitvenega vstavka QML
Comment[sr]=Шаблон за плазма аплет који користи посебан АПИ дат сопственим
КуМЛ прикључком за проширења
Comment[sr@ijekavian]=Шаблон за плазма аплет који користи посебан АПИ дат
сопственим КуМЛ прикључком за проширења