implement #153 (emoticons for chat)

This commit is contained in:
doitux
2012-11-02 23:03:46 +01:00
parent aa2491c2de
commit 10be5b5fe6
29 changed files with 71 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+28 -1
View File
@@ -1,4 +1,4 @@
<RCC>
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/gfx">
<file>view-fullscreen.png</file>
<file>swbuttoninternetgame.png</file>
@@ -309,4 +309,31 @@
<file>cflags/np.png</file>
<file>cflags/undefined.png</file>
</qresource>
<qresource prefix="/emotes">
<file>emotes/face-angel.png</file>
<file>emotes/face-angry.png</file>
<file>emotes/face-confused.png</file>
<file>emotes/face-cool.png</file>
<file>emotes/face-crying.png</file>
<file>emotes/face-devilish.png</file>
<file>emotes/face-embarrassed.png</file>
<file>emotes/face-in-love.png</file>
<file>emotes/face-kiss.png</file>
<file>emotes/face-laugh.png</file>
<file>emotes/face-plain.png</file>
<file>emotes/face-quiet.png</file>
<file>emotes/face-raspberry.png</file>
<file>emotes/face-sad.png</file>
<file>emotes/face-sick.png</file>
<file>emotes/face-sleep.png</file>
<file>emotes/face-smile-big.png</file>
<file>emotes/face-smile-grin.png</file>
<file>emotes/face-smile.png</file>
<file>emotes/face-smirk.png</file>
<file>emotes/face-surprise.png</file>
<file>emotes/face-uncertain.png</file>
<file>emotes/face-wink.png</file>
<file>emotes/face-worried.png</file>
<file>emotes/face-yawn.png</file>
</qresource>
</RCC>