messages implementation.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 2 Oct 2012 18:35:23 +0000 (15:35 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 2 Oct 2012 18:37:35 +0000 (15:37 -0300)
commitf8ca028f5f57db29f619c0fa4d40dc0a044ace89
tree00b56314e8cc41fe27381640dab35c73c3aef464
parentd511cd9200a7942ae3edeaa3d2a7e5eacf65c974
messages implementation.

full messages implementation, squashed in a single commit.
27 files changed:
Makefile.am
README
configure.ac
data/themes/default-hd.edc
data/themes/default-sd.edc
data/themes/default.edc
data/themes/images/bg_chat_incoming.png [new file with mode: 0644]
data/themes/images/bg_chat_outgoing.png [new file with mode: 0644]
data/themes/images/ico_ball.png [new file with mode: 0644]
data/themes/images/ico_msg_delivered.png [new file with mode: 0644]
data/themes/includes/compose.edc
data/themes/includes/messages-overview-list.edc [new file with mode: 0644]
data/themes/includes/messages-overview.edc [new file with mode: 0644]
data/themes/includes/messages.edc
data/themes/includes/scroller.edc
messages/compose.c
messages/compose.h
messages/gui.c
messages/gui.h
messages/overview.c [new file with mode: 0644]
messages/overview.h [new file with mode: 0644]
tizen/message_daemon.c [new file with mode: 0644]
utils/contacts-ofono-efl.h
utils/contacts-tizen.c
utils/contacts.c
utils/util.c
utils/util.h