Summary: Provide a kcfg for app-specific notifications with kconfig. Require D27059 and D27133 Reviewers: ervin, broulik, bport, meven Reviewed By: ervin, bport, meven Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27155wilder-portage-prov
parent
3d949a379f
commit
c56e12cc54
4 changed files with 38 additions and 1 deletions
@ -0,0 +1,24 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8" ?> |
||||||
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" |
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||||
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 |
||||||
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > |
||||||
|
<kcfgfile name="plasmanotifyrc"> |
||||||
|
<parameter name="GroupEntry" /> |
||||||
|
<parameter name="DesktopEntry"/> |
||||||
|
</kcfgfile> |
||||||
|
<group name="$(DesktopEntry)" parentGroupName="$(GroupEntry)"> |
||||||
|
<entry name="ShowPopups" type="Bool"> |
||||||
|
<default>true</default> |
||||||
|
</entry> |
||||||
|
<entry name="ShowPopupsInDndMode" type="Bool"> |
||||||
|
<default>false</default> |
||||||
|
</entry> |
||||||
|
<entry name="ShowInHistory" type="Bool"> |
||||||
|
<default>true</default> |
||||||
|
</entry> |
||||||
|
<entry name="ShowBadges" type="Bool"> |
||||||
|
<default>true</default> |
||||||
|
</entry> |
||||||
|
</group> |
||||||
|
</kcfg> |
||||||
@ -0,0 +1,10 @@ |
|||||||
|
File=behaviorsettings.kcfg |
||||||
|
NameSpace=NotificationManager |
||||||
|
ClassName=BehaviorSettings |
||||||
|
Visibility=NOTIFICATIONMANAGER_EXPORT |
||||||
|
IncludeFiles=\"notificationmanager_export.h\" |
||||||
|
Mutators=true |
||||||
|
DefaultValueGetters=true |
||||||
|
Notifiers=true |
||||||
|
GenerateProperties=true |
||||||
|
ParentInConstructor=true |
||||||
Loading…
Reference in new issue