~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to iconsets/roster/default/icondef.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<icondef>
 
3
        <meta>
 
4
                <name>Stellar (default)</name>
 
5
                <version>1.0</version>
 
6
                <description>Default Psi 0.9.1 iconset</description>
 
7
                <creation>2003-07-08</creation>
 
8
                <home>http://psi.affinix.com</home>
 
9
                <author email='jmkim@uci.edu'>Jason Kim</author>
 
10
                <author jid='mblsha@jabber.ru' email='mblsha@users.sourceforge.net' www='http://maz.sf.net'>Michail Pishchagin (icondef.xml)</author>
 
11
        </meta>
 
12
 
 
13
        <!-- Normal status icons -->
 
14
        <icon>
 
15
                <x xmlns='name'>status/online</x>
 
16
                <object mime='image/png'>online.png</object>
 
17
        </icon>
 
18
 
 
19
        <icon>
 
20
                <x xmlns='name'>status/offline</x>
 
21
                <object mime='image/png'>offline.png</object>
 
22
        </icon>
 
23
 
 
24
        <icon>
 
25
                <x xmlns='name'>status/away</x>
 
26
                <object mime='image/png'>away.png</object>
 
27
        </icon>
 
28
 
 
29
        <icon>
 
30
                <x xmlns='name'>status/xa</x>
 
31
                <object mime='image/png'>xa.png</object>
 
32
        </icon>
 
33
 
 
34
        <icon>
 
35
                <x xmlns='name'>status/dnd</x>
 
36
                <object mime='image/png'>dnd.png</object>
 
37
        </icon>
 
38
 
 
39
        <icon>
 
40
                <x xmlns='name'>status/invisible</x>
 
41
                <object mime='image/png'>invisible.png</object>
 
42
        </icon>
 
43
 
 
44
        <icon>
 
45
                <x xmlns='name'>status/chat</x>
 
46
                <object mime='image/png'>ffc.png</object>
 
47
        </icon>
 
48
 
 
49
        <!-- Special statuses -->
 
50
        <icon>
 
51
                <x xmlns='name'>status/ask</x>
 
52
                <object mime='image/png'>ask.png</object>
 
53
        </icon>
 
54
 
 
55
        <icon>
 
56
                <x xmlns='name'>status/noauth</x>
 
57
                <object mime='image/png'>noauth.png</object>
 
58
        </icon>
 
59
 
 
60
        <icon>
 
61
                <x xmlns='name'>status/error</x>
 
62
                <object mime='image/png'>perr.png</object>
 
63
        </icon>
 
64
 
 
65
        <!-- Special icons -->
 
66
        <icon>
 
67
                <x xmlns='name'>psi/chat</x>
 
68
                <x xmlns='type'>animation</x>
 
69
                <object mime='image/png'>chat.png</object>
 
70
        </icon>
 
71
 
 
72
        <icon>
 
73
                <x xmlns='name'>psi/message</x>
 
74
                <x xmlns='type'>animation</x>
 
75
                <object mime='image/png'>message.png</object>
 
76
        </icon>
 
77
 
 
78
        <icon>
 
79
                <x xmlns='name'>psi/headline</x>
 
80
                <object mime='image/png'>headline.png</object>
 
81
        </icon>
 
82
 
 
83
        <icon>
 
84
                <x xmlns='name'>psi/file</x>
 
85
                <x xmlns='type'>animation</x>
 
86
                <object mime='image/png'>file.png</object>
 
87
        </icon>
 
88
 
 
89
        <icon>
 
90
                <x xmlns='name'>psi/system</x>
 
91
                <x xmlns='type'>animation</x>
 
92
                <object mime='image/png'>system.png</object>
 
93
        </icon>
 
94
 
 
95
        <icon>
 
96
                <x xmlns='name'>psi/connect</x>
 
97
                <x xmlns='type'>animation</x>
 
98
                <object mime='image/png'>connect.png</object>
 
99
        </icon>
 
100
        
 
101
        <icon>
 
102
                <x xmlns='name'>psi/groupClosed</x>
 
103
                <object mime='image/png'>groupclose.png</object>
 
104
        </icon>
 
105
 
 
106
        <icon>
 
107
                <x xmlns='name'>psi/groupEmpty</x>
 
108
                <object mime='image/png'>groupempty.png</object>
 
109
        </icon>
 
110
 
 
111
        <icon>
 
112
                <x xmlns='name'>psi/groupOpen</x>
 
113
                <object mime='image/png'>groupopen.png</object>
 
114
        </icon>
 
115
</icondef>