diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-06-01 10:14:54 +0000 |
---|---|---|
committer | Daniel Willmann <d.willmann@samsung.com> | 2013-02-15 14:26:40 +0000 |
commit | 17be32478bed9df9313ca8a072520b9807a0b382 (patch) | |
tree | e1c0bd63ad17158a9974e9d6ae728a04294c71e1 /ChangeLog | |
parent | 61c4d2deb20002c09c19556dee99eb4fc857daeb (diff) |
rollup backport of this week's bugfixes
SVN revision: 71618
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -48,8 +48,20 @@ | |||
48 | 48 | ||
49 | * Fix sizing calc error in list item homogenizing | 49 | * Fix sizing calc error in list item homogenizing |
50 | 50 | ||
51 | 2012-05-29 Mike Blumenkrantz | ||
52 | |||
53 | * Collapsing tree items in genlist now animate properly | ||
54 | |||
55 | 2012-05-30 Mike Blumenkrantz | ||
56 | |||
57 | * Fix even/odd signals for genlist items | ||
58 | |||
51 | 2012-05-31 WooHyun Jung | 59 | 2012-05-31 WooHyun Jung |
52 | 60 | ||
53 | * child_can_focus should be EINA_FALSE only when all children in the object | 61 | * child_can_focus should be EINA_FALSE only when all children in the object |
54 | tree are not focusable. Before this fix, it was EINA_FALSE when all sub | 62 | tree are not focusable. Before this fix, it was EINA_FALSE when all sub |
55 | objects were not focusable. (i.e. didn't check whole object tree) | 63 | objects were not focusable. (i.e. didn't check whole object tree) |
64 | |||
65 | 2012-06-01 Mike Blumenkrantz | ||
66 | |||
67 | * Re-setting the current mirrored mode state no longer causes a full recalc | ||