Dont need recalc params in external description in part_recalc.
authortiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Apr 2010 20:37:35 +0000 (20:37 +0000)
committertiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Apr 2010 20:37:35 +0000 (20:37 +0000)
commit4dbac6c4a29a689623147fd13ee5299e4cd842c2
tree2481a8d5662d595a61e9d87783736f82cc98f1fd
parent2c829bf301f4d45822665dcec772a8bf0e4555c1
Dont need recalc params in external description in part_recalc.

Others types, like TEXT/TEXTBLOCK/SWALLOW/GROUP (others?), are similar to Externals. And may can recalc some properties only in description_apply, not on every call to part_recalc.

Some generic boolean properties, like "visible", can be moved to description_appy too.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@48144 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_calc.c
src/lib/edje_edit.c
src/lib/edje_load.c