Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
0a7bc059
Commit
0a7bc059
authored
Feb 22, 2022
by
David Jarvie
Browse files
Remove unused Akonadi code
parent
90dd138c
Pipeline
#141268
passed with stage
in 1 minute and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/data/kalarmdirresource.kcfg
deleted
100644 → 0
View file @
90dd138c
<?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
arg=
"true"
/>
<group
name=
"General"
>
<entry
name=
"Path"
type=
"Path"
>
<label>
Path to KAlarm directory.
</label>
<default></default>
</entry>
<entry
name=
"DisplayName"
type=
"String"
>
<label>
Display name.
</label>
<default></default>
</entry>
<entry
name=
"ReadOnly"
type=
"Bool"
>
<label>
Do not change the actual backend data.
</label>
<default>
false
</default>
</entry>
<entry
name=
"MonitorFiles"
type=
"Bool"
>
<label>
Monitor directory for changes.
</label>
<default>
true
</default>
</entry>
<entry
name=
"AlarmTypes"
type=
"StringList"
>
<label>
Alarm types.
</label>
</entry>
<entry
name=
"UpdateStorageFormat"
type=
"Bool"
>
<label>
Update backend storage format.
</label>
<default>
false
</default>
</entry>
</group>
</kcfg>
src/data/kalarmresource.kcfg
deleted
100644 → 0
View file @
90dd138c
<?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
arg=
"true"
/>
<group
name=
"General"
>
<entry
name=
"Path"
type=
"Path"
>
<label>
Path to KAlarm calendar file.
</label>
<default></default>
</entry>
<entry
name=
"DisplayName"
type=
"String"
>
<label>
Display name.
</label>
<default></default>
</entry>
<entry
name=
"ReadOnly"
type=
"Bool"
>
<label>
Do not change the actual backend data.
</label>
<default>
false
</default>
</entry>
<entry
name=
"MonitorFile"
type=
"Bool"
>
<label>
Monitor file for changes.
</label>
<default>
true
</default>
</entry>
<entry
name=
"AlarmTypes"
type=
"StringList"
>
<label>
Alarm types.
</label>
</entry>
<entry
name=
"UpdateStorageFormat"
type=
"Bool"
>
<label>
Update backend storage format.
</label>
<default>
false
</default>
</entry>
</group>
</kcfg>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment