delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / workspace / plasma / dataengines / places / places.operations
blobc33e8318660fc63477855f06a28ee50affde294c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM
3 "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
4 <kcfg>
5 <group name="Update">
6 <entry name="Name" type="String">
7 <label>The text to display on the place.</label>
8 </entry>
9 <entry name="Url" type="Url">
10 <label>The url of the place.</label>
11 </entry>
12 <entry name="Icon" type="String">
13 <label>The name of the icon.</label>
14 </entry>
15 </group>
16 <group name="Add">
17 <entry name="Name" type="String">
18 <label>The text to display on the place.</label>
19 </entry>
20 <entry name="Url" type="Url">
21 <label>The url of the place.</label>
22 </entry>
23 <entry name="Icon" type="String">
24 <label>The name of the icon.</label>
25 </entry>
26 </group>
27 <!-- FIXME: no move, cos we don't have drag-n-drop. Can we fake it? -->
28 <group name="Remove" />
29 <group name="Hide" />
30 <group name="Show" />
31 <group name="Setup Device" />
32 <group name="Teardown Device" />
33 </kcfg>