Package of small (16x16) emoticons and big (22x22) emoticons.
The small one is set to be default.
BIN
data/emoticons/static-big/angry.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/bat.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
data/emoticons/static-big/beer.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/biggrin.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/blush.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/boy.png
Normal file
After Width: | Height: | Size: 597 B |
BIN
data/emoticons/static-big/brflower.png
Normal file
After Width: | Height: | Size: 985 B |
BIN
data/emoticons/static-big/brheart.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/coffee.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/coolglasses.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/cry.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/cuffs.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
data/emoticons/static-big/devil.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/drink.png
Normal file
After Width: | Height: | Size: 826 B |
84
data/emoticons/static-big/emoticons.py
Normal file
|
@ -0,0 +1,84 @@
|
||||||
|
emoticons = {
|
||||||
|
':-)': 'smile.png',
|
||||||
|
':)': 'smile.png',
|
||||||
|
#
|
||||||
|
'B-)': 'coolglasses.png',
|
||||||
|
'8-)': 'coolglasses.png',
|
||||||
|
#
|
||||||
|
';-)': 'wink.png',
|
||||||
|
';)': 'wink.png',
|
||||||
|
#
|
||||||
|
':-D': 'biggrin.png',
|
||||||
|
':->': 'biggrin.png',
|
||||||
|
':D': 'biggrin.png',
|
||||||
|
':>': 'biggrin.png',
|
||||||
|
'xD': 'biggrin.png',
|
||||||
|
#
|
||||||
|
':-(': 'unhappy.png',
|
||||||
|
':(': 'unhappy.png',
|
||||||
|
#
|
||||||
|
":'(": 'cry.png',
|
||||||
|
';-(': 'cry.png',
|
||||||
|
';(': 'cry.png',
|
||||||
|
";'-(": 'cry.png',
|
||||||
|
#
|
||||||
|
':-/': 'frowning.png',
|
||||||
|
':/': 'frowning.png',
|
||||||
|
':-S': 'frowning.png',
|
||||||
|
':S': 'frowning.png',
|
||||||
|
#
|
||||||
|
':-$': 'blush.png',
|
||||||
|
':$': 'blush.png',
|
||||||
|
#
|
||||||
|
':-@': 'angry.png',
|
||||||
|
':@': 'angry.png',
|
||||||
|
#
|
||||||
|
':-[': 'bat.png',
|
||||||
|
#
|
||||||
|
':-*': 'kiss.png',
|
||||||
|
':*': 'kiss.png',
|
||||||
|
#
|
||||||
|
':-|': 'stare.png',
|
||||||
|
':|': 'stare.png',
|
||||||
|
#
|
||||||
|
'>:-)': 'devil.png',
|
||||||
|
'>:)': 'devil.png',
|
||||||
|
#
|
||||||
|
':-P': 'tongue.png',
|
||||||
|
':P': 'tongue.png',
|
||||||
|
#
|
||||||
|
':-O': 'oh.png',
|
||||||
|
':O': 'oh.png',
|
||||||
|
#
|
||||||
|
'<3': 'heart.png',
|
||||||
|
#
|
||||||
|
':-[': 'bat.png',
|
||||||
|
':[': 'bat.png',
|
||||||
|
#
|
||||||
|
#MSN ones
|
||||||
|
'(@)': 'pussy.png',
|
||||||
|
'(%)': 'cuffs.png',
|
||||||
|
'(S)': 'moon.png',
|
||||||
|
'(I)': 'lamp.png',
|
||||||
|
'(8)': 'music.png',
|
||||||
|
'(B)': 'beer.png',
|
||||||
|
'(L)': 'heart.png',
|
||||||
|
'(6)': 'devil.png',
|
||||||
|
'(W)': 'brflower.png',
|
||||||
|
'(Z)': 'boy.png',
|
||||||
|
'(E)': 'mail.png',
|
||||||
|
'(N)': 'no.png',
|
||||||
|
'(P)': 'photo.png',
|
||||||
|
'(K)': 'kiss.png',
|
||||||
|
'(Y)': 'yes.png',
|
||||||
|
'(})': 'hugleft.png',
|
||||||
|
'(U)': 'brheart.png',
|
||||||
|
'(F)': 'flower.png',
|
||||||
|
'(H)': 'coolglasses.png',
|
||||||
|
'(D)': 'drink.png',
|
||||||
|
'(T)': 'phone.png',
|
||||||
|
'(C)': 'coffee.png',
|
||||||
|
'({)': 'hugright.png',
|
||||||
|
'(*)': 'star.png',
|
||||||
|
'(R)': 'rainbow.png',
|
||||||
|
}
|
BIN
data/emoticons/static-big/flower.png
Normal file
After Width: | Height: | Size: 861 B |
BIN
data/emoticons/static-big/frowning.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/girl.png
Normal file
After Width: | Height: | Size: 608 B |
BIN
data/emoticons/static-big/heart.png
Normal file
After Width: | Height: | Size: 992 B |
BIN
data/emoticons/static-big/hugleft.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/hugright.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/kiss.png
Normal file
After Width: | Height: | Size: 912 B |
BIN
data/emoticons/static-big/lamp.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
data/emoticons/static-big/mail.png
Normal file
After Width: | Height: | Size: 616 B |
BIN
data/emoticons/static-big/moon.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
data/emoticons/static-big/music.png
Normal file
After Width: | Height: | Size: 773 B |
BIN
data/emoticons/static-big/no.png
Normal file
After Width: | Height: | Size: 912 B |
BIN
data/emoticons/static-big/oh.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/phone.png
Normal file
After Width: | Height: | Size: 677 B |
BIN
data/emoticons/static-big/photo.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/pussy.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
data/emoticons/static-big/rainbow.png
Normal file
After Width: | Height: | Size: 946 B |
BIN
data/emoticons/static-big/smile.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/star.png
Normal file
After Width: | Height: | Size: 1,009 B |
BIN
data/emoticons/static-big/stare.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/tongue.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/unhappy.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/emoticons/static-big/wink.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
data/emoticons/static-big/yes.png
Normal file
After Width: | Height: | Size: 827 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 892 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 814 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 785 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 804 B |
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 803 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 774 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 825 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 861 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 840 B |
Before Width: | Height: | Size: 826 B After Width: | Height: | Size: 789 B |
Before Width: | Height: | Size: 861 B After Width: | Height: | Size: 571 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 850 B |
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 750 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 746 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 730 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 496 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 860 B |
Before Width: | Height: | Size: 773 B After Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 686 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 858 B |
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 901 B |
Before Width: | Height: | Size: 946 B After Width: | Height: | Size: 682 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 840 B |
Before Width: | Height: | Size: 1,009 B After Width: | Height: | Size: 682 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 806 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 862 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 849 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 842 B |
Before Width: | Height: | Size: 827 B After Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |