Adding emoticon support
authorJack Allnutt <jack@allnutt.eu>
Mon, 2 Sep 2013 04:03:14 +0000 (05:03 +0100)
committerJack Allnutt <jack@allnutt.eu>
Fri, 13 Sep 2013 21:56:12 +0000 (22:56 +0100)
commit2eacc942793ca903b5d7a73edb2396ae406dddbb
treefaacdab37a822a54e92854276e3bff8673265d53
parentb54438a921c97cfb8b78f510b60c051b07b7d9b9
Adding emoticon support

Support for the following emoticons:

* :)
* :(
* :3
* ;3
* :s
* ;(
* ;)
* ;D
* :P
* xP
* :o and :O
* :D
* ^^,
* <3
* >.<
* >_<
* xD and XD
* o.0
* 0.o
* :\ and =\
* :/ and =/

Closes #260
57 files changed:
client/assets/img/emoticons/angel.png [new file with mode: 0644]
client/assets/img/emoticons/angry.png [new file with mode: 0644]
client/assets/img/emoticons/aww.png [new file with mode: 0644]
client/assets/img/emoticons/blushing.png [new file with mode: 0644]
client/assets/img/emoticons/confused.png [new file with mode: 0644]
client/assets/img/emoticons/cool.png [new file with mode: 0644]
client/assets/img/emoticons/creepy.png [new file with mode: 0644]
client/assets/img/emoticons/crying.png [new file with mode: 0644]
client/assets/img/emoticons/cthulhu.png [new file with mode: 0644]
client/assets/img/emoticons/cute.png [new file with mode: 0644]
client/assets/img/emoticons/cute_winking.png [new file with mode: 0644]
client/assets/img/emoticons/devil.png [new file with mode: 0644]
client/assets/img/emoticons/frowning.png [new file with mode: 0644]
client/assets/img/emoticons/gasping.png [new file with mode: 0644]
client/assets/img/emoticons/greedy.png [new file with mode: 0644]
client/assets/img/emoticons/grinning.png [new file with mode: 0644]
client/assets/img/emoticons/happy.png [new file with mode: 0644]
client/assets/img/emoticons/happy_smiling.png [new file with mode: 0644]
client/assets/img/emoticons/heart.png [new file with mode: 0644]
client/assets/img/emoticons/irritated.png [new file with mode: 0644]
client/assets/img/emoticons/irritated_2.png [new file with mode: 0644]
client/assets/img/emoticons/kissing.png [new file with mode: 0644]
client/assets/img/emoticons/laughing.png [new file with mode: 0644]
client/assets/img/emoticons/lips_sealed.png [new file with mode: 0644]
client/assets/img/emoticons/madness.png [new file with mode: 0644]
client/assets/img/emoticons/malicious.png [new file with mode: 0644]
client/assets/img/emoticons/naww.png [new file with mode: 0644]
client/assets/img/emoticons/pouting.png [new file with mode: 0644]
client/assets/img/emoticons/shy.png [new file with mode: 0644]
client/assets/img/emoticons/sick.png [new file with mode: 0644]
client/assets/img/emoticons/smiling.png [new file with mode: 0644]
client/assets/img/emoticons/speechless.png [new file with mode: 0644]
client/assets/img/emoticons/spiteful.png [new file with mode: 0644]
client/assets/img/emoticons/stupid.png [new file with mode: 0644]
client/assets/img/emoticons/surprised.png [new file with mode: 0644]
client/assets/img/emoticons/surprised_2.png [new file with mode: 0644]
client/assets/img/emoticons/terrified.png [new file with mode: 0644]
client/assets/img/emoticons/thumbs_down.png [new file with mode: 0644]
client/assets/img/emoticons/thumbs_up.png [new file with mode: 0644]
client/assets/img/emoticons/tired.png [new file with mode: 0644]
client/assets/img/emoticons/tongue_out.png [new file with mode: 0644]
client/assets/img/emoticons/tongue_out_laughing.png [new file with mode: 0644]
client/assets/img/emoticons/tongue_out_left.png [new file with mode: 0644]
client/assets/img/emoticons/tongue_out_up.png [new file with mode: 0644]
client/assets/img/emoticons/tongue_out_up_left.png [new file with mode: 0644]
client/assets/img/emoticons/unsure.png [new file with mode: 0644]
client/assets/img/emoticons/unsure_2.png [new file with mode: 0644]
client/assets/img/emoticons/winking.png [new file with mode: 0644]
client/assets/img/emoticons/winking_grinning.png [new file with mode: 0644]
client/assets/img/emoticons/winking_tongue_out.png [new file with mode: 0644]
client/assets/src/applets/settings.js
client/assets/src/helpers/utils.js
client/assets/src/index.html.tmpl
client/assets/src/translations/en-gb.po
client/assets/src/translations/template.po
client/assets/src/views/channel.js
config.example.js