D20237: Port to new KWorkspace API
Aleix Pol Gonzalez
noreply at phabricator.kde.org
Wed Apr 3 23:04:35 BST 2019
apol added inline comments.
INLINE COMMENTS
> ItemGridDelegate.qml:33
>
> + enabled: !(model.enabled === false)
> +
`enabled: model.enabled` no?
> ItemListDelegate.qml:33
>
> - enabled: !isSeparator
> + enabled: !isSeparator && !(model.enabled === false) && (!isParent || (isParent && hasChildren))
>
`!isSeparator && !model.enabled && (!isParent || hasChildren)`
> KickoffItem.qml:31
>
> + enabed: !(model.enabled === false)
> +
`enabled: model.enabled`
REPOSITORY
R119 Plasma Desktop
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D20237
To: hein, #plasma, davidedmundson
Cc: apol, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190403/1943db99/attachment.html>
More information about the Plasma-devel
mailing list