D7086: [Wallpaper Configuration] Hide Get New Stuff if disabled by KIOSK

2017-08-07 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes.
Closed by commit R120:bd468dced14e: [Wallpaper Configuration] Hide Get New 
Stuff if disabled by KIOSK (authored by broulik).

REPOSITORY
  R120 Plasma Workspace

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D7086?vs=17610&id=17810

REVISION DETAIL
  https://phabricator.kde.org/D7086

AFFECTED FILES
  wallpapers/image/imagepackage/contents/ui/config.qml

To: broulik, #plasma, dknorr, mart
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart, lukas


D7086: [Wallpaper Configuration] Hide Get New Stuff if disabled by KIOSK

2017-08-03 Thread Marco Martin
mart accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D7086

To: broulik, #plasma, dknorr, mart
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart, lukas


D7086: [Wallpaper Configuration] Hide Get New Stuff if disabled by KIOSK

2017-08-03 Thread Kai Uwe Broulik
broulik created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.

REVISION SUMMARY
  KCMs can be individually disabled by KIOSK if desired but wallpaper 
configuration cannot (unless you lock down Plasma completely). Hence, at least 
honoring the `ghns` restriction here, until we have a proper solution (that is 
a QtQuick equivalent of `KNS3::Button`).
  Also, KNS3::DownloadDialog refuses to open when `ghns` is restricted *but* 
this applies only to using `open()` or `exec()` but not a blatant `show()` we 
do from QML.

TEST PLAN
  Placed the following in kdeglobals
  
[KDE Action Restrictions]
ghns=false
  
  Button did no longer show up.

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D7086

AFFECTED FILES
  wallpapers/image/imagepackage/contents/ui/config.qml

To: broulik, #plasma, dknorr
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart, lukas