[NUI] Integration from dalihub (#1039)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 25 Sep 2019 07:52:31 +0000 (16:52 +0900)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 07:52:31 +0000 (16:52 +0900)
commit66750919753250274542768d7b4aadb7c1813744
treeafc9089dd24c3467826887c55f361ed77b886396
parent5cc361123465e81e17efe13bfd37d6472c61590b
[NUI] Integration from dalihub (#1039)

* [NUI] Add UPATE_SIZE_HINT property

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Make public-API as Hidden-API before ACR

-View::RotateBy
-Touch::GetAngle

Required for handling rotation of objects.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Modify BackgroundImageSynchronosLoading issue

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI]Fix UPDATE_SIZE_HINT crash issue

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix transition inheritance from parent

Change of logic so if child has a transition for the condition
then don't copy parents.

Previously only checked if transitions list was empty.

Change-Id: If168d493b70e236fc22845bb0a09e4e6ff5ca77a

* [NUI] Overriding Animation API

Change-Id: Ief7d52b1108729f0216c11d495770be2af2920d1

* [NUI] Layout Animation fix

Change-Id: I85fbb7af0e86860d3d2d667796b89ba29944b384
src/Tizen.NUI/src/internal/Interop/Interop.ViewProperty.cs
src/Tizen.NUI/src/internal/Layouting/LayoutController.cs
src/Tizen.NUI/src/internal/Layouting/LayoutItem.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/Touch.cs