contacts: rename "name" to "first_name", and add explit getters.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 10 Aug 2012 23:30:46 +0000 (20:30 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 10 Aug 2012 23:30:46 +0000 (20:30 -0300)
commit9580f7b769504726a830a7fb52973b72dff01694
treec4e21ed9a50f1b939e893468732e58c81b2893f5
parent16cbdfac6da6693f84f0dd7f93ea68bf58034f36
contacts: rename "name" to "first_name", and add explit getters.

we've created it with just "name", then we split in a very hackish
way. Make it more sane now:
 - first name: comes from DB
 - last name: comes from DB
 - full name: created on the fly, when needed. cached.

all the getters return references to internal stringshares.
data/scripts/ofono-efl-contacts-db-create.py
dialer/callscreen.c
dialer/contacts.c
dialer/contacts.h
dialer/history.c
dialer/keypad.c