chat: show unread message count in contact image

Renders a notification showing the number of unread chat messages
in the bottom right corner of the contact's image.

Messages which are printed to the chat view are automatically marked
as read.

The chat view now also only attempts to print text messages, rather
than messages of all mime types.

Tuleap: #203
Change-Id: I0592257c0f5bff9deb3110aec4ba483fddc95e02
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6baff4..798537d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -186,7 +186,7 @@
    src/models/gtkqtreemodel.h
    src/models/gtkqtreemodel.cpp
    src/utils/drawing.h
-   src/utils/drawing.c
+   src/utils/drawing.cpp
    src/video/video_widget.h
    src/video/video_widget.cpp
    src/models/gtkqsortfiltertreemodel.h