Re: Review Request 129642: Introduce org.kde.kconfig QML import with KAuthorized

2016-12-19 Thread Kai Uwe Broulik

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129642/
---

(Updated Dec. 19, 2016, 12:54 p.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks, Plasma and Dan Leinir Turthra Jensen.


Changes
---

Submitted with commit 51b20f9a0195a58f73f4e4240964cff649088af2 by Kai Uwe 
Broulik to branch master.


Repository: kdeclarative


Description
---

This allows to query KAuthorized restrictions declaratively.


Diffs
-

  src/qmlcontrols/CMakeLists.txt 8a506df 
  src/qmlcontrols/kconfig/CMakeLists.txt PRE-CREATION 
  src/qmlcontrols/kconfig/kauthorizedproxy.h PRE-CREATION 
  src/qmlcontrols/kconfig/kauthorizedproxy.cpp PRE-CREATION 
  src/qmlcontrols/kconfig/kconfigplugin.h PRE-CREATION 
  src/qmlcontrols/kconfig/kconfigplugin.cpp PRE-CREATION 
  src/qmlcontrols/kconfig/qmldir PRE-CREATION 

Diff: https://git.reviewboard.kde.org/r/129642/diff/


Testing
---

import org.kde.kconfig 1.0

Button {
visible: KAuthorized.authorize("ghns")
}


Thanks,

Kai Uwe Broulik



Re: Review Request 129642: Introduce org.kde.kconfig QML import with KAuthorized

2016-12-14 Thread Dan Leinir Turthra Jensen

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129642/#review101438
---


Ship it!




Ship It!

- Dan Leinir Turthra Jensen


On Dec. 12, 2016, 3:11 p.m., Kai Uwe Broulik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129642/
> ---
> 
> (Updated Dec. 12, 2016, 3:11 p.m.)
> 
> 
> Review request for KDE Frameworks, Plasma and Dan Leinir Turthra Jensen.
> 
> 
> Repository: kdeclarative
> 
> 
> Description
> ---
> 
> This allows to query KAuthorized restrictions declaratively.
> 
> 
> Diffs
> -
> 
>   src/qmlcontrols/CMakeLists.txt 8a506df 
>   src/qmlcontrols/kconfig/CMakeLists.txt PRE-CREATION 
>   src/qmlcontrols/kconfig/kauthorizedproxy.h PRE-CREATION 
>   src/qmlcontrols/kconfig/kauthorizedproxy.cpp PRE-CREATION 
>   src/qmlcontrols/kconfig/kconfigplugin.h PRE-CREATION 
>   src/qmlcontrols/kconfig/kconfigplugin.cpp PRE-CREATION 
>   src/qmlcontrols/kconfig/qmldir PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/129642/diff/
> 
> 
> Testing
> ---
> 
> import org.kde.kconfig 1.0
> 
> Button {
> visible: KAuthorized.authorize("ghns")
> }
> 
> 
> Thanks,
> 
> Kai Uwe Broulik
> 
>



Re: Review Request 129642: Introduce org.kde.kconfig QML import with KAuthorized

2016-12-14 Thread Marco Martin

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129642/#review101435
---


Ship it!




Ship It!

- Marco Martin


On Dec. 12, 2016, 3:11 p.m., Kai Uwe Broulik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129642/
> ---
> 
> (Updated Dec. 12, 2016, 3:11 p.m.)
> 
> 
> Review request for KDE Frameworks, Plasma and Dan Leinir Turthra Jensen.
> 
> 
> Repository: kdeclarative
> 
> 
> Description
> ---
> 
> This allows to query KAuthorized restrictions declaratively.
> 
> 
> Diffs
> -
> 
>   src/qmlcontrols/CMakeLists.txt 8a506df 
>   src/qmlcontrols/kconfig/CMakeLists.txt PRE-CREATION 
>   src/qmlcontrols/kconfig/kauthorizedproxy.h PRE-CREATION 
>   src/qmlcontrols/kconfig/kauthorizedproxy.cpp PRE-CREATION 
>   src/qmlcontrols/kconfig/kconfigplugin.h PRE-CREATION 
>   src/qmlcontrols/kconfig/kconfigplugin.cpp PRE-CREATION 
>   src/qmlcontrols/kconfig/qmldir PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/129642/diff/
> 
> 
> Testing
> ---
> 
> import org.kde.kconfig 1.0
> 
> Button {
> visible: KAuthorized.authorize("ghns")
> }
> 
> 
> Thanks,
> 
> Kai Uwe Broulik
> 
>



Review Request 129642: Introduce org.kde.kconfig QML import with KAuthorized

2016-12-12 Thread Kai Uwe Broulik

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129642/
---

Review request for KDE Frameworks, Plasma and Dan Leinir Turthra Jensen.


Repository: kdeclarative


Description
---

This allows to query KAuthorized restrictions declaratively.


Diffs
-

  src/qmlcontrols/CMakeLists.txt 8a506df 
  src/qmlcontrols/kconfig/CMakeLists.txt PRE-CREATION 
  src/qmlcontrols/kconfig/kauthorizedproxy.h PRE-CREATION 
  src/qmlcontrols/kconfig/kauthorizedproxy.cpp PRE-CREATION 
  src/qmlcontrols/kconfig/kconfigplugin.h PRE-CREATION 
  src/qmlcontrols/kconfig/kconfigplugin.cpp PRE-CREATION 
  src/qmlcontrols/kconfig/qmldir PRE-CREATION 

Diff: https://git.reviewboard.kde.org/r/129642/diff/


Testing
---

import org.kde.kconfig 1.0

Button {
visible: KAuthorized.authorize("ghns")
}


Thanks,

Kai Uwe Broulik