- Feb 21, 2017
-
- Feb 19, 2017
-
-
skulptor authored
BUG: 376537 FIXED-IN: 5.8.6 Differential Revision: https://phabricator.kde.org/D4640
-
- Jan 08, 2017
-
-
Albert Astals Cid authored
The gettext installed in the l10n server has a bug in which complains about invalid multibyte sequence with the utf-8 literal so workaround it The bug has been reported but seems it may take a while until it gets fixed
-
- Dec 27, 2016
-
- Dec 20, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Nov 25, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Nov 22, 2016
-
- Nov 01, 2016
-
- Oct 21, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Oct 18, 2016
-
- Oct 11, 2016
-
- Sep 29, 2016
-
- Sep 20, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Sep 15, 2016
-
-
BugFix for "Bug 328807 - Removing sensor from graph causes KSysGuard crash" (affected SensorType: DancingBars) BUG: 328807 Two issues fixed: - crash during removing a bar Sensor - wrong Sensors is removed - labels are not set as expected after removing a bar REVIEW: 125416
-
jriddell authored
GIT_SILENT
-
- Sep 05, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Aug 21, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Aug 13, 2016
-
-
Martin T. H. Sandsmark authored
Also fix the fact that cooling devices have a percentage of activity, they're not boolean on or off. REVIEW: 128491
-
- Jul 27, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Jul 21, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Jul 19, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Jul 12, 2016
-
-
jriddell authored
GIT_SILENT
- Jun 23, 2016
-
-
Michael Palimaka authored
Summary: Qt5WebKitWidgets is not actually used anywhere. Reviewers: sgaist, #plasma, davidedmundson, graesslin Reviewed By: #plasma, davidedmundson, graesslin Subscribers: graesslin, davidedmundson Differential Revision: https://phabricator.kde.org/D1919
-
- Jun 21, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Jun 20, 2016
-
-
DavidEdmundson authored
-
Before this patch, Cached only counted the page cache. With this patch, the slab is also included. This change is visible through the APi in "mem/physical/application" and "mem/physical/cached". Why? For the calculation of used memory (`Appl`), the Slab should not be counted as used memory as it is a cache for kernel data structures. free (from procps) calculates "Used" memory as follows: MemTotal - MemFree - (Cached + Slab) - Buffers (you can verify this using the numbers from `cat /proc/meminfo`). This discrepancy in used memory was already noted before, at https://mail.kde.org/pipermail/plasma-devel/2008-December/002984.html > This "Slab" value [1] is not available from the systemmonitor. It usually > doesn't grow over 20MB at all anyway. I don't know how important this value > is, so is it a feasable solution to simply ignore this and only show used, > cache and buffer? After 10 days of usage, my slab looks like this: ``` $ cat /proc/meminfo | grep Slab Slab: 2763208 kB ``` Clearly, the slab is non-negligible and should be deducted. The immediate reason for writing this patch is that the "Memory Status" plasmoid displayed 4G of "memory usage" even after closing all programs. This was confusing, especially when `free -m` showed a much lower value. From 888675e9a712d626e6ddeeda1372219bd066efdc Mon Sep 17 00:00:00 2001 From: Rob Wu <rob@robwu.nl> Date: Tue, 21 Jun 2016 00:06:51 +0200 Subject: [PATCH] Include the Slab in the Cached Before this patch, Cached only counted the page cache. With this patch, the slab is also included. This change is visible through the APi in "mem/physical/application" and "mem/physical/cached". Why? For the calculation of used memory (`Appl`), the Slab should not be counted as used memory as it is a cache for kernel data structures. free (from procps) calculates "Used" memory as follows: MemTotal - MemFree - (Cached + Slab) - Buffers (you can verify this using the numbers from `cat /proc/meminfo`). This discrepancy in used memory was already noted before, at https://mail.kde.org/pipermail/plasma-devel/2008-December/002984.html > This "Slab" value [1] is not available from the systemmonitor. It usually > doesn't grow over 20MB at all anyway. I don't know how important this value > is, so is it a feasable solution to simply ignore this and only show used, > cache and buffer? After 10 days of usage, my slab looks like this: ``` $ cat /proc/meminfo | grep Slab Slab: 2763208 kB ``` Clearly, the slab is non-negligible and should be deducted. The immediate reason for writing this patch is that the "Memory Status" plasmoid displayed 4G of "memory usage" even after closing all programs. This was confusing, especially when `free -m` showed a much lower value.
-
- Jun 19, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Jun 17, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Jun 16, 2016
-
-
DavidEdmundson authored
GIT_SILENT
-
DavidEdmundson authored
GIT_SILENT
-
- May 31, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- May 24, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- May 16, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- May 05, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Apr 27, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Apr 25, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Apr 24, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- Apr 23, 2016
-
-
l10n daemon script authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-