Actor's Transformation API Cleanup 25/36425/2
authorYoonsang Lee <ysang114.lee@samsung.com>
Fri, 6 Mar 2015 08:52:24 +0000 (17:52 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 17 Mar 2015 11:13:14 +0000 (04:13 -0700)
commit7e68333f07e250eddd949c601bd98608f57ade05
tree0dfc41da88a126e353a36a6f92713c288685c5b6
parent356c9c8f95e6d422d1cc0b2f1331374e7dfc6ad3
Actor's Transformation API Cleanup

Update for following changes in dali-core:
Actor::MoveBy                     -> TranslateBy
Actor::ColorBy                    -> <removed>
Actor::OpacityBy                  -> <removed>
Actor::SetRotation                -> SetOrientation
Actor::GetCurrentRotation         -> GetCurrentOrientation
Actor::GetCurrentWorldRotation    -> GetCurrentWorldOrientation
Actor::SetInheritRotation         -> SetInheritOrientation
Actor::IsRotationInherited        -> IsOrientationInherited
Actor::Property::ROTATION         -> Actor::Property::ORIENTATION
Actor::Property::WORLD_ROTATION   -> Actor::Property::WORLD_ORIENTATION
Actor::Property::INHERIT_ROTATION -> Actor::Property::INHERIT_ORIENTATION

Change-Id: I275c2983b5fed266548db99fb415792df17fcfb1
adaptors/wayland/window-impl-wl.cpp
adaptors/x11/window-impl-x.cpp