diff options
author | Matthew Rezny <rezny@FreeBSD.org> | 2017-02-25 15:55:49 +0000 |
---|---|---|
committer | Matthew Rezny <rezny@FreeBSD.org> | 2017-02-25 15:55:49 +0000 |
commit | 918ceb933ba8ad3b9e3a5102b58833f86b6e1ffe (patch) | |
tree | 90103a5d6b38243d0a0e86481038ba511db280b3 /x11/kde4-workspace/files/patch-ConfigureChecks.cmake | |
parent | - Update to 4.0.0 (diff) |
Multiple enhancements to components of kde4-workspaces
KInfoCenter:
* obey user's unit preferences (IEC vs JEDEC) when displaying PCI info
* correct the units, someone forgot about terabytes
KSysGuard:
* make plotter obey user's unit preferences (status bar was correct)
* change tooltip to use same or adjacent unit scale as the plot
* support a description different from the sensor name for use as the label
* add an additional step to label widths so horizontal resize is smoother
* change status bar elements from fixed layout to proportional layout
* space permitting, show more detailed memory stats in the status bar
* replace simplistic (app) memory & swap graph with a detailed graph
Plasma Desktop:
* hide the Desktop Toolbox (aka "the cashew") when widgets are locked
NB: KSysGuard caches the layouts, delete ~/.kde4/share/apps/ksysguard/*
when upgrading so the new layout (detailed memory graph) is used
Reviewed by: tcberner
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9760
Diffstat (limited to 'x11/kde4-workspace/files/patch-ConfigureChecks.cmake')
-rw-r--r-- | x11/kde4-workspace/files/patch-ConfigureChecks.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kde4-workspace/files/patch-ConfigureChecks.cmake b/x11/kde4-workspace/files/patch-ConfigureChecks.cmake index ed8b60fb95c2..ceb47dd93117 100644 --- a/x11/kde4-workspace/files/patch-ConfigureChecks.cmake +++ b/x11/kde4-workspace/files/patch-ConfigureChecks.cmake @@ -1,6 +1,6 @@ ---- ./ConfigureChecks.cmake.orig 2009-11-21 12:44:36.000000000 +0300 -+++ ./ConfigureChecks.cmake 2010-01-27 00:04:40.445046695 +0300 -@@ -16,16 +16,7 @@ +--- ConfigureChecks.cmake.orig 2015-06-26 03:17:21 UTC ++++ ConfigureChecks.cmake +@@ -21,16 +21,7 @@ if (PAM_FOUND) endmacro(define_pam_service) macro(install_pam_service APP) |