-
Scripts, examples and demo code should not use defines from other parts of DALi. DALI_IMAGE_DIR is defined in Dali toolkit to specify where the toolkit images are. This is used in the default toolkit style file to specify the locations of the toolkit images. It must not be overridden by applications. Updated the demo style file to utilize a configured variable to point at the installed demo style's images. Added an example of a demo-specific image (confirmation popup background) Updated dali-builder to load the demo theme (Scripting example within demo already loads it) Change-Id: Ie43a6611a8db3fc0afc6a1cd4d9d6e48afef75e7 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: Ib21ed8b157a7ce22762bc4ee9c04a2bbf5e770b9
-
Change-Id: If2ced48efc39bfc03cc07fb716770d45eb2f42e6
-
Change-Id: I5bd7eee4565227f2d47a6d269ca4a3f775925bdd
-
[SRUK] () [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] N/A Change-Id: If2cafffc9545e439994ee5442057004bc2653eab
-
Change-Id: Ic4e00c7e787229ef38e35217eae5e376f054049e
-
Change-Id: Ib151a33642e16d305cbc278f6ebab58820ce2a2e
-
Conflicts: examples/animated-shapes/animated-shapes-example.cpp examples/bubble-effect/bubble-effect-example.cpp examples/new-window/new-window-example.cpp examples/path-animation/path-animation.cpp Change-Id: I0e3fe040dfe9faaf9074617294d1fde7f0b7ef67
-
Change-Id: I32428f2a5be9009e5f3603ad9567b62b9db62c31
-
Change-Id: I6007af3cd1f01b9e8845b9edf8cbbffdf2eef6c6
-
Change-Id: Ieab919e1ef93b46b66f1049a2845005d94bbf72f
-
Change-Id: I5bafc645c223b173abdd20db00094c501c846ee4 Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
-
Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6
-
- Inline Degree, Radian and AngleAxis types to avoid unnecessary exports / export table lookups in using code - Change AngleAxis to store a Radian angle for better accuracy - Make Quaternion explicitly take a Radian as constructor Change-Id: I61d807dc35e8b7b4cc0510b45c5019f12785878a
-
Fix buttons and logging examples Change-Id: I21699757ea591f73d5a09393caa01fd2b621726c
-
Change-Id: Ica8aad6d34fbebf441eb859fb716935aeaf0105f
-
Change-Id: I67da11782751f55f9e2a020f5ba269e5baf57ced
-
Conflicts: demo/dali-table-view.cpp examples/item-view/item-view-example.cpp examples/size-negotiation/size-negotiation-example.cpp examples/text-view/text-view-example.cpp Change-Id: I4b9a9eb30ad190b329115ff093120ac06343e26d
-
Change-Id: I2844fd73a4bb49389d3df8dc287785ed415d2823
-
Change-Id: I33d4a33a2b50e1d5a5debf1a2f5be5f24c97dd0a
-
Change-Id: Idc8fc2369f01eb7cb96635d15c1600fa3c368934
-
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
-
Change-Id: I4dbd061a6fff6922c7bd711cb70faaccc7a1b54f
-
Change-Id: I359790799ebf64ac5fd4e988e569dada337dd9f8
-
Change-Id: Ie3085ce4986965da3743efc9ab6585176d0cdb23
-
Change-Id: Iaa00503aceb45e734511cf21ddee7297367d166d
-
New Structure: build | tizen builder | dali-builder.cpp demo | [demo source & header files] examples | [example-name] | | [example source files] packaging | com.samsung.dali-demo.spec resources | images | | [all images] | models | | [all models] | scripts | | [all scripts] shared | view.h Now, each example should be in its own subdirectory within the "examples" directory. This will get automatically built. README also updated. Change-Id: Idae4cedf220698a4a2d928535cff88e8bf25f82a
-
Change-Id: Ifdee5c061cedaf271fac15479a6e403ef161d527
-
Change-Id: I9db6f14c19c657aee1e149187ed9f14dbf8a28b6
-
Change-Id: I7196d3999b0838f479e56a3954db28600d824cbd
-
Change-Id: I45c78efe873cacac1465d2ca9cc5adcfd3042699
-
Change-Id: Ia39f65f04bd9284d437c3a446360dad8f0c9bf46
-
Change-Id: I2b9c900ace4b3e26c224c40f6349df497715f73c Signed-off-by: David Steele <david.steele@partner.samsung.com>
-
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com> Change-Id: If7a8d36638c48210de27a66f8a1d06fed9983394
-
Change-Id: I6468982c5988f2789d7b8fad160a17c890c783e2
-
(Shows off stencil mode and animated meshes) Change-Id: I0ed8f6de271ca914edd570434b27ff37edb1ab6f Signed-off-by: David Steele <david.steele@partner.samsung.com>