X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=a35ccdb90ba66ab01cab5c0452919df09d3ba491;hb=HEAD;hp=2c643b95aa4252ee1d92419288f129dcfdc5448c;hpb=dd1785d4502c2386dde919c692059ea3df304e1f;p=framework%2Fuifw%2Felementary.git diff --git a/ChangeLog b/ChangeLog index 2c643b9..a35ccdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -215,3 +215,23 @@ * Genlist: Fixed tree expand bug. Check item type when an item is requested to be expanded/contracted. + +2012-06-25 Carsten Haitzler (The Rasterman) + + * add elm_cnp_selection_loss_callback_set() so you know when you + lose a selection as a client + * improve robustness of cnp to track target object deletions. + +2012-06-26 Shinwoo Kim (kimcinoo) + + * Use Edje to enable accessibility on TEXTBLOCK. + +2012-06-27 Daniel Juyung Seo (SeoZ) + + * Genlist: Fixed homogeneous mode bug with ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY item. Now it calculates display only item size correctly. + +2012-06-29 Artem Popov + + * Add support for a new toolbar style with icon and text + aligned in center. "item_centered". +