New Bouncing Effect 82/24182/1
authorXiangyin Ma <x1.ma@samsung.com>
Wed, 11 Jun 2014 11:09:47 +0000 (12:09 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 17:47:35 +0000 (18:47 +0100)
commita1a30b337ce9bf681f3738e43d1b6846732d5e1b
treef45e1a78784df93c78cd2328d3396a40cd703c50
parentb422e5389b5b78d6037865c77453ab2fb5e47a0d
New Bouncing Effect

Patch 1: Add API CreateBouncingEffectActor to creates a Dali::Actor to display the bouncing effect for overshoot

Patch 5: Integrate with ScrollView, ItemView

Patch 7: Add PROPERTY_OVERSHOOT_EFFECT_COLOR to allow the StyleManager to apply the theme color
         Reduce the height of the effect when the width of scrollable is less than 180px

patch 9: Add the script for overshoot-effect-color

patch 14: fix the size bug

Change-Id: I2f979ff59ab78b4ce8931b36d0bc2dff48dc7901
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
14 files changed:
base/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.cpp [new file with mode: 0644]
base/dali-toolkit/internal/controls/scrollable/bouncing-effect-actor.h [new file with mode: 0644]
base/dali-toolkit/internal/controls/scrollable/item-view/item-view-impl.cpp
base/dali-toolkit/internal/controls/scrollable/item-view/item-view-impl.h
base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-overshoot-indicator-impl.cpp
base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-overshoot-indicator-impl.h
base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.cpp
base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.h
base/dali-toolkit/internal/controls/scrollable/scrollable-impl.cpp
base/dali-toolkit/internal/controls/scrollable/scrollable-impl.h
base/dali-toolkit/internal/file.list
base/dali-toolkit/public-api/controls/scrollable/scrollable.cpp
base/dali-toolkit/styles/tizen-dark-theme.json
capi/dali-toolkit/public-api/controls/scrollable/scrollable.h