edje: Apply color_class to TEXTBLOCK part's style 37/87437/3
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 7 Sep 2016 10:53:12 +0000 (19:53 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 19 Sep 2016 05:19:10 +0000 (22:19 -0700)
commit72b897929b7daebccbfbb19f2ede03a9cc55b705
treeb39166e5c5976bd45ca3f2c2c8fdb9add15e2c3e
parentfe5b93545b27ad336ab2da0b5be9988d308617ba
edje: Apply color_class to TEXTBLOCK part's style

Summary:
Applying color_class to TEXTBLOCK part's description will
change every color of textblock.
(Base text color, tag's color, colored emoticon's color and etc)

So, if we want to control only base text color using color_class,
color_class should modify color from textblock's style. Just like
text_class in textblock's style.

Test Plan:
1. Run elementary_test -to "entry"
2. Modify color fields and click "Apply" button.
3. See how entry's color is changed.

Reviewers: raster, cedric, tasn, herdsman, woohyun

Subscribers: akanad, z-wony, Blackmole, jpeg

Differential Revision: https://phab.enlightenment.org/D4283

@tizen_fix

Change-Id: I495d9ebb2d6ca603a3a3bf871466336d7a8cb1f3
src/lib/edje/edje_private.h
src/lib/edje/edje_textblock_styles.c
src/lib/edje/edje_util.c