• Conflicts:
    	demo/dali-demo.cpp
    	demo/dali-table-view.cpp
    	examples/builder/examples.cpp
    	examples/buttons/buttons-example.cpp
    	examples/item-view/item-view-example.cpp
    	examples/path-animation/path-animation.cpp
    	examples/text-view/text-view-example.cpp
    	shared/view.h
    
    Change-Id: I152b06854b349f0430172227f1d79ee16855fbc0
    Paul Wisbey authored
     
    Browse Code »










  • Change-Id: I092baac3133471d94aa62109548a745a74b037e0
    Paul Wisbey authored
     
    Browse Code »
  • 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: I0e883d5588e2f18beba32d64a2407253fe1fb286
    Yoonsang Lee authored
     
    Browse Code »