theme name scheme change to cope with different applications.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 10 Sep 2012 23:28:33 +0000 (20:28 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 10 Sep 2012 23:28:33 +0000 (20:28 -0300)
commitf06f2b9ed66e9116f2b572632662255e163e818c
treeea64af9fd3059c03f8c051c6296f1962771848dd
parentb5930cc1e862cb9d6dc8dafb20ddf73ba3a3b537
theme name scheme change to cope with different applications.

layout_add() assumed elm/layout/dialer/ prefix, but since not every
application is a dialer, it would be strange.

Then rename:
  - every group from "elm/layout/dialer" prefix to "elm/layout/ofono-efl";
  - group "elm/layout/dialer/main" to "elm/layout/ofono-efl/dialer";
  - file main.edc to dialer.edc
14 files changed:
Makefile.am
data/themes/default.edc
data/themes/includes/answer_screen.edc
data/themes/includes/call.edc
data/themes/includes/contacts-bg.edc
data/themes/includes/contacts.edc
data/themes/includes/dialer.edc [moved from data/themes/includes/main.edc with 99% similarity]
data/themes/includes/history-bg.edc
data/themes/includes/history.edc
data/themes/includes/keypad.edc
data/themes/includes/multiparty-list.edc
data/themes/includes/popup.edc
dialer/gui.c
utils/util.c