Improve elm_colorselector readability and fix clicked entry sig emission
authorBruno Dilly <bdilly@profusion.mobi>
Tue, 30 Nov 2010 18:53:52 +0000 (18:53 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Tue, 30 Nov 2010 18:53:52 +0000 (18:53 +0000)
commit8aff50edd019e524fd97d059622eec0d62f0f4a1
tree28b590ef8ed35b3eef603f683306783b70d90d05
parent0a7b4c26a32ac69a9218d939ed1feb9461522fce
Improve elm_colorselector readability and fix clicked entry sig emission

The reason for modifying about elm_colorselector can be "readability".
Each bar in the colorselector has its own color type (like hue, saturation,
...)
So I thought it will be better, if I added enum for each color type.

And, for about elm_entry.c , I thought that "SIG_CLICKED" was wrongly
emitted (by "MOUSE_UP" event).
I deleted mouse_up callback function (as you advised),
because this function didn't do anything by my modification.

By: WooHyun Jung <wh0705.jung@samsung.com>

SVN revision: 55097
src/lib/elm_colorselector.c
src/lib/elm_entry.c