~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/dataengines/places/org.kde.places.operations

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>