initial commit
36
iconsets/roster/README
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Roster iconset README
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
For general information about creation of iconsets, see psi/libpsi/iconset/ICONSET-HOWTO.
|
||||
This file contains only required icon names and some details about them.
|
||||
|
||||
Read a little note about animations in the README for the system iconsets.
|
||||
|
||||
Note: how to add service iconsets: modify src/psiiconset.cpp and add new service RegExp,
|
||||
add the default iconset name to profiles.cpp, and add your iconset to common.cpp's
|
||||
category2icon() (and don't forget to add entry to lv_isServices in ui_options.ui).
|
||||
|
||||
status/online - Online
|
||||
status/offline - Offline
|
||||
status/away - Away
|
||||
status/xa - eXtended Away
|
||||
status/dnd - Do Not Disturb
|
||||
status/invisible - Invisible
|
||||
status/chat - Free For Chat
|
||||
|
||||
// special statuses
|
||||
status/ask - We are asking for authorization
|
||||
status/noauth - No authorization
|
||||
status/error - Error status (contact is unavailable due to some reason)
|
||||
|
||||
// special roster icons
|
||||
psi/chat - Received a chat message
|
||||
psi/message - Received a message
|
||||
psi/headline - Received a headline message
|
||||
psi/system - Received a system event
|
||||
psi/connect - Connection to server in progress...
|
||||
|
||||
// these icons make sense, only when used in default roster iconset
|
||||
psi/groupClosed - Closed group in roster
|
||||
psi/groupEmpty - Empty group in roster
|
||||
psi/groupOpen - Open group in roster
|
||||
BIN
iconsets/roster/crystal-aim.jisp
Normal file
BIN
iconsets/roster/crystal-gadu.jisp
Normal file
BIN
iconsets/roster/crystal-icq.jisp
Normal file
BIN
iconsets/roster/crystal-msn.jisp
Normal file
BIN
iconsets/roster/crystal-roster.jisp
Normal file
BIN
iconsets/roster/crystal-service.jisp
Normal file
BIN
iconsets/roster/crystal-sms.jisp
Normal file
BIN
iconsets/roster/crystal-yahoo.jisp
Normal file
BIN
iconsets/roster/default/ask.png
Normal file
|
After Width: | Height: | Size: 954 B |
BIN
iconsets/roster/default/away.png
Normal file
|
After Width: | Height: | Size: 928 B |
BIN
iconsets/roster/default/chat.fading.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
iconsets/roster/default/chatty.png
Normal file
|
After Width: | Height: | Size: 933 B |
BIN
iconsets/roster/default/dnd.png
Normal file
|
After Width: | Height: | Size: 894 B |
BIN
iconsets/roster/default/file.fading.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
iconsets/roster/default/groupclose.png
Normal file
|
After Width: | Height: | Size: 266 B |
BIN
iconsets/roster/default/groupopen.png
Normal file
|
After Width: | Height: | Size: 348 B |
BIN
iconsets/roster/default/headline.png
Normal file
|
After Width: | Height: | Size: 833 B |
117
iconsets/roster/default/icondef.xml
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<icondef>
|
||||
<meta>
|
||||
<name>Stellar3</name>
|
||||
<description>Stellar3 Iconset</description>
|
||||
<version>0.1</version>
|
||||
<creation>2006-08-30</creation>
|
||||
<author>Jason Kim (Base icon)</author>
|
||||
<author www='http://www.everaldo.com'>Everaldo Coelho (Overlay icons)</author>
|
||||
<author jid='remko@el-tramo.be' email='remko@el-tramo.be'
|
||||
www='http://el-tramo.be'>Remko Troncon (Packaging)</author>
|
||||
</meta>
|
||||
|
||||
<!-- Normal status icons -->
|
||||
<icon>
|
||||
<x xmlns='name'>status/online</x>
|
||||
<object mime='image/png'>online.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>status/offline</x>
|
||||
<object mime='image/png'>offline.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>status/away</x>
|
||||
<object mime='image/png'>away.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>status/xa</x>
|
||||
<object mime='image/png'>xa.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>status/dnd</x>
|
||||
<object mime='image/png'>dnd.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>status/invisible</x>
|
||||
<object mime='image/png'>invisible.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>status/chat</x>
|
||||
<object mime='image/png'>chatty.png</object>
|
||||
</icon>
|
||||
|
||||
<!-- Special statuses -->
|
||||
<icon>
|
||||
<x xmlns='name'>status/ask</x>
|
||||
<object mime='image/png'>ask.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>status/noauth</x>
|
||||
<object mime='image/png'>noauth.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>status/error</x>
|
||||
<object mime='image/png'>perr.png</object>
|
||||
</icon>
|
||||
|
||||
<!-- Special icons -->
|
||||
<icon>
|
||||
<x xmlns='name'>psi/chat</x>
|
||||
<x xmlns='type'>animation</x>
|
||||
<object mime='image/png'>chat.fading.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>psi/message</x>
|
||||
<x xmlns='type'>animation</x>
|
||||
<object mime='image/png'>message.fading.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>psi/headline</x>
|
||||
<object mime='image/png'>headline.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>psi/file</x>
|
||||
<x xmlns='type'>animation</x>
|
||||
<object mime='image/png'>file.fading.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>psi/system</x>
|
||||
<!--<x xmlns='type'>animation</x>-->
|
||||
<object mime='image/png'>system.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>psi/connect</x>
|
||||
<x xmlns='type'>animation</x>
|
||||
<object mime='image/png'>online.dimming.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>psi/groupClosed</x>
|
||||
<object mime='image/png'>groupclose.png</object>
|
||||
</icon>
|
||||
|
||||
<!-- FIXME -->
|
||||
<icon>
|
||||
<x xmlns='name'>psi/groupEmpty</x>
|
||||
<object mime='image/png'>groupopen.png</object>
|
||||
</icon>
|
||||
|
||||
<icon>
|
||||
<x xmlns='name'>psi/groupOpen</x>
|
||||
<object mime='image/png'>groupopen.png</object>
|
||||
</icon>
|
||||
</icondef>
|
||||
BIN
iconsets/roster/default/invisible.png
Normal file
|
After Width: | Height: | Size: 932 B |
BIN
iconsets/roster/default/message.fading.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
iconsets/roster/default/noauth.png
Normal file
|
After Width: | Height: | Size: 954 B |
BIN
iconsets/roster/default/offline.png
Normal file
|
After Width: | Height: | Size: 866 B |
BIN
iconsets/roster/default/online.dimming.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
iconsets/roster/default/online.png
Normal file
|
After Width: | Height: | Size: 986 B |
BIN
iconsets/roster/default/perr.png
Normal file
|
After Width: | Height: | Size: 792 B |
BIN
iconsets/roster/default/system.png
Normal file
|
After Width: | Height: | Size: 571 B |
BIN
iconsets/roster/default/xa.png
Normal file
|
After Width: | Height: | Size: 953 B |