~njpatel/gwibber/libgwibber-o-client-njpatel

« back to all changes in this revision

Viewing changes to client/data/org.gwibber.preferences.gschema.xml

  • Committer: Neil Jagdish Patel
  • Date: 2011-06-19 12:48:27 UTC
  • mfrom: (159.2.27 client-gtk3)
  • Revision ID: neil.patel@canonical.com-20110619124827-4agvjitrl6e38q2p
Merge in kens work as well as add some updates. Should have done the merge and my work separately but I forgot to commit after the merge :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<schemalist>
2
 
  <schema id="org.gwibber.preferences" path="/org/gwibber/preferences/" gettext-domain="gwibber">
3
 
 
4
 
    <key name="autostart" type="b">
5
 
      <default>false</default>
6
 
      <summary>Autostart service</summary>
7
 
      <description>
8
 
        Autostart the Gwibber Service
9
 
      </description>
10
 
    </key>
11
 
 
12
 
    <key name="global-retweet" type="b">
13
 
      <default>true</default>
14
 
      <summary>Global Retweet</summary>
15
 
      <description>
16
 
        Sent retweet and redents to all services
17
 
      </description>
18
 
    </key>
19
 
 
20
 
    <key name="interval" type="i">
21
 
      <default>15</default>
22
 
      <summary>Refresh interval</summary>
23
 
      <description>
24
 
        Refresh interval
25
 
      </description>
26
 
    </key>
27
 
 
28
 
    <key name="no-notifications" type="b">
29
 
      <default>false</default>
30
 
      <summary>Do not display notifications</summary>
31
 
      <description>
32
 
        Do not display notifications
33
 
      </description>
34
 
    </key>
35
 
 
36
 
    <key name="notify-mentions-only" type="b">
37
 
      <default>false</default>
38
 
      <summary>Mentions and replies only</summary>
39
 
      <description>
40
 
        Display notifications for mentions and replies only
41
 
      </description>
42
 
    </key>
43
 
 
44
 
    <key name="show-notifications" type="b">
45
 
      <default>true</default>
46
 
      <summary>All messages</summary>
47
 
      <description>
48
 
        Display notifications for all messages
49
 
      </description>
50
 
    </key>
51
 
 
52
 
    <key name="show-tray-icon" type="b">
53
 
      <default>true</default>
54
 
      <summary>Notification area icon</summary>
55
 
      <description>
56
 
        Display status icon in the notification area
57
 
      </description>
58
 
    </key>
59
 
 
60
 
    <key name="minimize-to-tray" type="b">
61
 
      <default>false</default>
62
 
      <summary>Minimize to notification area</summary>
63
 
      <description>
64
 
        Minimize to the notification area on close
65
 
      </description>
66
 
    </key>
67
 
 
68
 
    <key name="hide-taskbar-entry" type="b">
69
 
      <default>false</default>
70
 
      <summary>Hide taskbar entry</summary>
71
 
      <description>
72
 
        Hide from the task bar
73
 
      </description>
74
 
    </key>
75
 
 
76
 
    <key name="presence-check" type="b">
77
 
      <default>true</default>
78
 
      <summary>Check current presence status</summary>
79
 
      <description>
80
 
        Check the current presence status
81
 
      </description>
82
 
    </key>
83
 
 
84
 
 
85
 
    <key name="show-fullname" type="b">
86
 
      <default>true</default>
87
 
      <summary>Show fullnames in posts</summary>
88
 
      <description>
89
 
        Show fullnames in posts
90
 
      </description>
91
 
    </key>
92
 
 
93
 
    <key name="reply-append-colon" type="b">
94
 
      <default>true</default>
95
 
      <summary>Append a colon when replying</summary>
96
 
      <description>
97
 
        Append a colon when replying
98
 
      </description>
99
 
    </key>
100
 
 
101
 
    <key name="retweet-style" type="s">
102
 
      <default>"recycle"</default>
103
 
      <summary>Style of retweet</summary>
104
 
      <description>
105
 
        Style of retweet
106
 
      </description>
107
 
    </key>
108
 
 
109
 
    <key name="shorten-urls" type="b">
110
 
      <default>true</default>
111
 
      <summary>Shorten URLS</summary>
112
 
      <description>
113
 
        Shorten URLs in posts
114
 
      </description>
115
 
    </key>
116
 
 
117
 
    <key name="urlshorter" type="s">
118
 
      <default>"is.gd"</default>
119
 
      <summary>URL shortening service</summary>
120
 
      <description>
121
 
        Preferred URL shortening service
122
 
      </description>
123
 
    </key>
124
 
 
125
 
  </schema>
126
 
</schemalist>
127