initial commit

This commit is contained in:
mikhail "synzr" 2025-12-25 01:37:49 +05:00
commit 9d20827c46
2469 changed files with 470994 additions and 0 deletions

36
iconsets/roster/README Normal file
View 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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 B