Skip to content

Commit 2790a7b

Browse files
committed
Feature: Emoticons + Links
We have added the ability to use emoticons during chat. We have also added the ability to turn raw text urls to fully functional links that open in a new tab when clicked.
1 parent 79b24eb commit 2790a7b

17 files changed

+444
-3
lines changed

client/emotes/Makefile.am

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
size = 16x16
3+
context = emotes
4+
5+
iconsdir = $(themedir)/$(size)/$(context)
6+
7+
icons_DATA = \
8+
face-angel.png \
9+
face-crying.png \
10+
face-devilish.png \
11+
face-glasses.png \
12+
face-grin.png \
13+
face-kiss.png \
14+
face-monkey.png \
15+
face-plain.png \
16+
face-sad.png \
17+
face-smile.png \
18+
face-smile-big.png \
19+
face-surprise.png \
20+
face-wink.png
21+
22+
EXTRA_DIST = \
23+
$(icons_DATA)
24+
25+
install-data-local: install-iconsDATA
26+
(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))

0 commit comments

Comments
 (0)