Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2020-12-03 18:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksysguard5 (Old)
 and      /work/SRC/openSUSE:Factory/.libksysguard5.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksysguard5"

Thu Dec  3 18:40:15 2020 rev:115 rq:852524 version:5.20.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes      
2020-11-15 15:19:47.739029370 +0100
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new.5913/libksysguard5.changes    
2020-12-03 18:41:11.994041722 +0100
@@ -1,0 +2,12 @@
+Tue Dec  1 15:22:16 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.20.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.20.4
+- Changes since 5.20.3:
+  * Do not insert non existing columns
+  * Write entries if face config changes (kde#429155,kde#429167,kde#429367)
+  * Delete compactRepresentation when switching faces (kde#424599)
+
+-------------------------------------------------------------------

Old:
----
  libksysguard-5.20.3.tar.xz
  libksysguard-5.20.3.tar.xz.sig

New:
----
  libksysguard-5.20.4.tar.xz
  libksysguard-5.20.4.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libksysguard5.spec ++++++
--- /var/tmp/diff_new_pack.dQCImL/_old  2020-12-03 18:41:13.294044298 +0100
+++ /var/tmp/diff_new_pack.dQCImL/_new  2020-12-03 18:41:13.298044305 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           libksysguard5
-Version:        5.20.3
+Version:        5.20.4
 Release:        0
 Summary:        Task management and system monitoring library
 License:        GPL-2.0-or-later

++++++ libksysguard-5.20.3.tar.xz -> libksysguard-5.20.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.20.3/CMakeLists.txt 
new/libksysguard-5.20.4/CMakeLists.txt
--- old/libksysguard-5.20.3/CMakeLists.txt      2020-11-10 20:58:36.000000000 
+0100
+++ new/libksysguard-5.20.4/CMakeLists.txt      2020-12-01 12:30:39.000000000 
+0100
@@ -2,7 +2,7 @@
 
 project(libksysguard)
 
-set(PROJECT_VERSION "5.20.3")
+set(PROJECT_VERSION "5.20.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 # check with non-Plasma consumers (e.g. KDevelop) before bumping these 
versions to make sure the KDE CI does not break
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.20.3/faces/SensorFaceController.cpp 
new/libksysguard-5.20.4/faces/SensorFaceController.cpp
--- old/libksysguard-5.20.3/faces/SensorFaceController.cpp      2020-11-10 
20:58:22.000000000 +0100
+++ new/libksysguard-5.20.4/faces/SensorFaceController.cpp      2020-12-01 
12:30:11.000000000 +0100
@@ -446,7 +446,7 @@
     }
     if (d->compactRepresentation) {
         d->compactRepresentation->deleteLater();
-        d->fullRepresentation.clear();
+        d->compactRepresentation.clear();
     }
     if (d->faceConfigUi) {
         d->faceConfigUi->deleteLater();
@@ -484,6 +484,12 @@
         d->faceConfigLoader = new KConfigLoader(cg, &file, this);
         d->faceConfiguration = new 
KDeclarative::ConfigPropertyMap(d->faceConfigLoader, this);
         d->faceConfiguration->setAutosave(d->shouldSync);
+        connect(d->faceConfiguration, 
&KDeclarative::ConfigPropertyMap::valueChanged, this, [this] (const QString 
&key) {
+            auto item = d->faceConfigLoader->findItemByName(key);
+            if (item) {
+                item->writeConfig(d->faceConfigLoader->config());
+            }
+        });
     }
 
     d->appearanceGroup.writeEntry("chartFace", face);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.20.3/po/ca/KSysGuardSensorFaces.po 
new/libksysguard-5.20.4/po/ca/KSysGuardSensorFaces.po
--- old/libksysguard-5.20.3/po/ca/KSysGuardSensorFaces.po       2020-11-10 
20:58:24.000000000 +0100
+++ new/libksysguard-5.20.4/po/ca/KSysGuardSensorFaces.po       2020-12-01 
12:30:15.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: libksysguard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-08 08:15+0200\n"
-"PO-Revision-Date: 2020-07-30 13:01+0100\n"
+"PO-Revision-Date: 2020-11-27 21:10+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
@@ -50,7 +50,7 @@
 #: ConfigAppearance.qml:124
 #, kde-format
 msgid "Save Settings As Preset"
-msgstr "Desa els ajustaments com a valors predeterminats"
+msgstr "Desa la configuració com a valors predeterminats"
 
 #: ConfigAppearance.qml:136
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.20.3/po/ml/ksysguardlsofwidgets.po 
new/libksysguard-5.20.4/po/ml/ksysguardlsofwidgets.po
--- old/libksysguard-5.20.3/po/ml/ksysguardlsofwidgets.po       2020-11-10 
20:58:29.000000000 +0100
+++ new/libksysguard-5.20.4/po/ml/ksysguardlsofwidgets.po       2020-12-01 
12:30:26.000000000 +0100
@@ -15,7 +15,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Country: INDIA\n"
 
 #: lsof.cpp:21
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.20.3/po/ml/processcore.po 
new/libksysguard-5.20.4/po/ml/processcore.po
--- old/libksysguard-5.20.3/po/ml/processcore.po        2020-11-10 
20:58:29.000000000 +0100
+++ new/libksysguard-5.20.4/po/ml/processcore.po        2020-12-01 
12:30:26.000000000 +0100
@@ -16,7 +16,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: cgroup_data_model.cpp:63
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.20.3/po/ro/KSysGuardSensorFaces.po 
new/libksysguard-5.20.4/po/ro/KSysGuardSensorFaces.po
--- old/libksysguard-5.20.3/po/ro/KSysGuardSensorFaces.po       1970-01-01 
01:00:00.000000000 +0100
+++ new/libksysguard-5.20.4/po/ro/KSysGuardSensorFaces.po       2020-12-01 
12:30:30.000000000 +0100
@@ -0,0 +1,256 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the libksysguard package.
+# Sergiu Bivol <ser...@cip.md>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: libksysguard\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-10-08 08:15+0200\n"
+"PO-Revision-Date: 2020-11-12 23:35+0000\n"
+"Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
+"Language-Team: Romanian\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 19.12.3\n"
+
+#: Choices.qml:313
+#, kde-format
+msgctxt "@action:button"
+msgid "Back"
+msgstr "Înapoi"
+
+#: Choices.qml:323
+#, kde-format
+msgid "Search..."
+msgstr "Caută..."
+
+#: ConfigAppearance.qml:103
+#, kde-format
+msgid "Presets:"
+msgstr "Preconfigurări:"
+
+#: ConfigAppearance.qml:107
+#, kde-format
+msgid "Load Preset..."
+msgstr "Încarcă preconfigurare..."
+
+#: ConfigAppearance.qml:112
+#, kde-format
+msgid "Get new presets..."
+msgstr "Obține preconfigurări noi..."
+
+#: ConfigAppearance.qml:124
+#, kde-format
+msgid "Save Settings As Preset"
+msgstr "Salvează configurările ca preconfigurare"
+
+#: ConfigAppearance.qml:136
+#, kde-format
+msgid "Title:"
+msgstr "Titlu:"
+
+#: ConfigAppearance.qml:140
+#, kde-format
+msgid "Display Style:"
+msgstr "Stilul afișării:"
+
+#: ConfigAppearance.qml:160
+#, kde-format
+msgid "Get New Display Styles..."
+msgstr "Obține stiluri de afișare noi..."
+
+#: ConfigSensors.qml:118
+#, kde-format
+msgid "Total Sensor"
+msgid_plural "Total Sensors"
+msgstr[0] "Total senzor"
+msgstr[1] "Total senzori"
+msgstr[2] "Total senzori"
+
+#: ConfigSensors.qml:132
+#, kde-format
+msgid "Sensors"
+msgstr "Senzori"
+
+#: ConfigSensors.qml:153
+#, kde-format
+msgid "Text-Only Sensors"
+msgstr ""
+
+#: facepackages/barchart/contents/ui/Config.qml:43
+#: facepackages/linechart/contents/ui/Config.qml:52
+#: facepackages/piechart/contents/ui/Config.qml:42
+#, kde-format
+msgid "Show Sensors Legend"
+msgstr ""
+
+#: facepackages/barchart/contents/ui/Config.qml:47
+#, kde-format
+msgid "Stacked Bars"
+msgstr "Bare suprapuse"
+
+#: facepackages/barchart/contents/ui/Config.qml:51
+#: facepackages/linechart/contents/ui/Config.qml:64
+#, kde-format
+msgid "Show Grid Lines"
+msgstr "Arată liniile grilei"
+
+#: facepackages/barchart/contents/ui/Config.qml:55
+#: facepackages/linechart/contents/ui/Config.qml:68
+#, kde-format
+msgid "Show Y Axis Labels"
+msgstr "Arată etichetele axei Y"
+
+#: facepackages/barchart/contents/ui/Config.qml:59
+#: facepackages/piechart/contents/ui/Config.qml:77
+#, kde-format
+msgid "Automatic Data Range"
+msgstr "Diapazon de date automat"
+
+#: facepackages/barchart/contents/ui/Config.qml:66
+#: facepackages/piechart/contents/ui/Config.qml:82
+#, kde-format
+msgid "From:"
+msgstr "De la:"
+
+#: facepackages/barchart/contents/ui/Config.qml:74
+#: facepackages/piechart/contents/ui/Config.qml:90
+#, kde-format
+msgid "To:"
+msgstr "Până la:"
+
+#: facepackages/linechart/contents/ui/Config.qml:47
+#, kde-format
+msgid "Appearance"
+msgstr "Aspect"
+
+#: facepackages/linechart/contents/ui/Config.qml:56
+#, kde-format
+msgid "Stacked Charts"
+msgstr ""
+
+#: facepackages/linechart/contents/ui/Config.qml:60
+#, kde-format
+msgid "Smooth Lines"
+msgstr "Linii netede"
+
+#: facepackages/linechart/contents/ui/Config.qml:72
+#, kde-format
+msgid "Fill Opacity:"
+msgstr "Opacitate umplere:"
+
+#: facepackages/linechart/contents/ui/Config.qml:78
+#, kde-format
+msgid "Data Ranges"
+msgstr "Diapazoane de date"
+
+#: facepackages/linechart/contents/ui/Config.qml:83
+#, kde-format
+msgid "Automatic Y Data Range"
+msgstr "Diapazon de date Y automat"
+
+#: facepackages/linechart/contents/ui/Config.qml:87
+#, kde-format
+msgid "From (Y):"
+msgstr "De la (Y):"
+
+#: facepackages/linechart/contents/ui/Config.qml:98
+#, kde-format
+msgid "To (Y):"
+msgstr "Până la (Y):"
+
+#: facepackages/linechart/contents/ui/Config.qml:103
+#, kde-format
+msgid "Automatic X Data Range"
+msgstr "Diapazon de date X automat"
+
+#: facepackages/linechart/contents/ui/Config.qml:110
+#, kde-format
+msgid "From (X):"
+msgstr "De la (X):"
+
+#: facepackages/linechart/contents/ui/Config.qml:118
+#, kde-format
+msgid "To (X):"
+msgstr "Până la (X):"
+
+#: facepackages/piechart/contents/ui/Config.qml:46
+#, kde-format
+msgid "Start from Angle"
+msgstr ""
+
+#: facepackages/piechart/contents/ui/Config.qml:51
+#, kde-format
+msgctxt "angle degrees"
+msgid "%1°"
+msgstr "%1°"
+
+#: facepackages/piechart/contents/ui/Config.qml:54
+#: facepackages/piechart/contents/ui/Config.qml:67
+#, kde-format
+msgctxt "angle degrees"
+msgid "°"
+msgstr "°"
+
+#: facepackages/piechart/contents/ui/Config.qml:59
+#, kde-format
+msgid "Total Pie Angle"
+msgstr ""
+
+#: facepackages/piechart/contents/ui/Config.qml:64
+#, kde-format
+msgctxt "angle"
+msgid "%1°"
+msgstr "%1°"
+
+#: facepackages/piechart/contents/ui/Config.qml:72
+#, kde-format
+msgid "Rounded Lines"
+msgstr ""
+
+#: facepackages/textonly/contents/ui/Config.qml:36
+#, kde-format
+msgid "Group sensors based on the value of the total sensors."
+msgstr ""
+
+#: packagestructure/sensorfacepackage.cpp:35
+#, kde-format
+msgid "User Interface"
+msgstr "Interfață cu utilizatorul"
+
+#: packagestructure/sensorfacepackage.cpp:37
+#, kde-format
+msgid ""
+"The compact representation of the sensors plasmoid when collapsed, for "
+"instance in a panel."
+msgstr ""
+
+#: packagestructure/sensorfacepackage.cpp:40
+#, kde-format
+msgid "The representation of the plasmoid when it's fully expanded."
+msgstr ""
+
+#: packagestructure/sensorfacepackage.cpp:43
+#, kde-format
+msgid "The optional configuration page for this face."
+msgstr ""
+
+#: packagestructure/sensorfacepackage.cpp:45
+#, kde-format
+msgid "Configuration support"
+msgstr ""
+
+#: packagestructure/sensorfacepackage.cpp:46
+#, kde-format
+msgid "KConfigXT xml file for face-specific configuration options."
+msgstr ""
+
+#: packagestructure/sensorfacepackage.cpp:48
+#, kde-format
+msgid "The configuration file that describes face properties and capabilities."
+msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libksysguard-5.20.3/po/ro/ksysguard_face_org.kde.ksysguard.barchart.po 
new/libksysguard-5.20.4/po/ro/ksysguard_face_org.kde.ksysguard.barchart.po
--- old/libksysguard-5.20.3/po/ro/ksysguard_face_org.kde.ksysguard.barchart.po  
1970-01-01 01:00:00.000000000 +0100
+++ new/libksysguard-5.20.4/po/ro/ksysguard_face_org.kde.ksysguard.barchart.po  
2020-12-01 12:30:30.000000000 +0100
@@ -0,0 +1,54 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the libksysguard package.
+# Sergiu Bivol <ser...@cip.md>, 2020.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: libksysguard\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-07-25 02:21+0200\n"
+"PO-Revision-Date: 2020-11-12 23:36+0000\n"
+"Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
+"Language-Team: Romanian\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 19.12.3\n"
+
+#: contents/ui/Config.qml:43
+#, kde-format
+msgid "Show Sensors Legend"
+msgstr "Arată legenda senzorilor"
+
+#: contents/ui/Config.qml:47
+#, kde-format
+msgid "Stacked Bars"
+msgstr "Bare suprapuse"
+
+#: contents/ui/Config.qml:51
+#, kde-format
+msgid "Show Grid Lines"
+msgstr "Arată liniile grilei"
+
+#: contents/ui/Config.qml:55
+#, kde-format
+msgid "Show Y Axis Labels"
+msgstr "Arată etichetele axei Y"
+
+#: contents/ui/Config.qml:59
+#, kde-format
+msgid "Automatic Data Range"
+msgstr "Diapazon de date automat"
+
+#: contents/ui/Config.qml:66
+#, kde-format
+msgid "From:"
+msgstr "De la:"
+
+#: contents/ui/Config.qml:74
+#, kde-format
+msgid "To:"
+msgstr "Până la:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.20.3/po/zh_CN/ksysguardlsofwidgets.po 
new/libksysguard-5.20.4/po/zh_CN/ksysguardlsofwidgets.po
--- old/libksysguard-5.20.3/po/zh_CN/ksysguardlsofwidgets.po    2020-11-10 
20:58:34.000000000 +0100
+++ new/libksysguard-5.20.4/po/zh_CN/ksysguardlsofwidgets.po    2020-12-01 
12:30:37.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:52+0200\n"
+"POT-Creation-Date: 2019-05-20 03:25+0200\n"
 "PO-Revision-Date: 2020-11-10 15:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.20.3/sensors/SensorDataModel.cpp 
new/libksysguard-5.20.4/sensors/SensorDataModel.cpp
--- old/libksysguard-5.20.3/sensors/SensorDataModel.cpp 2020-11-10 
20:58:22.000000000 +0100
+++ new/libksysguard-5.20.4/sensors/SensorDataModel.cpp 2020-12-01 
12:30:11.000000000 +0100
@@ -361,11 +361,11 @@
 
 void SensorDataModel::onValueChanged(const QString &sensorId, const QVariant 
&value)
 {
-    if (!d->sensorData.contains(sensorId) || !d->enabled) {
+    const auto column = d->sensors.indexOf(sensorId);
+    if (column == -1 || !d->enabled) {
         return;
     }
 
-    auto column = d->sensors.indexOf(sensorId);
     d->sensorData[sensorId] = value;
     Q_EMIT dataChanged(index(0, column), index(0, column), {Qt::DisplayRole, 
Value, FormattedValue});
 }
@@ -382,6 +382,10 @@
 
     sensors = requestedSensors;
 
+    for (const auto& sensor : sensors) {
+        sensorInfos[sensor] = KSysGuard::SensorInfo();
+    }
+
     SensorDaemonInterface::instance()->subscribe(requestedSensors);
     SensorDaemonInterface::instance()->requestMetaData(requestedSensors);
 
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to