[elm] And here comes image, icon and photo on the
authorGustavo Lima Chaves <glima@profusion.mobi>
Fri, 25 May 2012 19:53:59 +0000 (19:53 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Fri, 25 May 2012 19:53:59 +0000 (19:53 +0000)
commit4747687aacd223e99d66852cca24b9397c7b280f
tree10ad215b084088d3d5a5107b316719861d470cd1
parentffa998ee7395190d6e6c1f03b658856696212d71
[elm] And here comes image, icon and photo on the
 new schema.
els_icon smart object was brought to be the base of the image widget,
in the form of an image class.

An elm icon is now a elm image, with a little more on top of it.

An elm photo is a now base widget aggregating an icon.

Toolbar's internal usage of the former els_icon is now changed to
icons, instead.

Some naviframe instantiations were set to enable events during
transitions, because this code is buggy and my chages exposed the
problem. It will be fixed as soon as I get to port Naviframe.

SVN revision: 71429
17 files changed:
src/bin/config.c
src/bin/test_naviframe.c
src/lib/Makefile.am
src/lib/elm_icon.c
src/lib/elm_icon.h
src/lib/elm_image.c
src/lib/elm_image.h
src/lib/elm_layout.c
src/lib/elm_photo.c
src/lib/elm_photo.h
src/lib/elm_priv.h
src/lib/elm_theme.c
src/lib/elm_toolbar.c
src/lib/elm_widget.c
src/lib/elm_widget_image.h [new file with mode: 0644]
src/lib/els_icon.c [deleted file]
src/lib/els_icon.h [deleted file]