-
Change-Id: I699f227e72c4b3ce906a17fdb3dc940331c9ec4a
-
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: Ie7298f5bbd6bb3c4dea7aef4930f15345a97b173
-
Change-Id: Id3088e4f8b6158266b1531a28c1d71b89ac86b95
-
Change-Id: Id65b42e32fdd4b6ed391480f2f40a50071815ea0
-
Change-Id: I1759e3f574cc35876abc5fdeb75a9d2e4934bd0b
-
Change-Id: I5d09c3ba92dca882a6ae3e1765cb105ddad66bec
-
Change-Id: I2d5c022ceee49e7d5732fee4c952f801b72bdcb8
-
Change-Id: I19544f18bd90836c039d045be4ab2d9d5386b37f
-
Change-Id: I7402521736ed2b2c0a8ccf8aa8139018444dac7d
-
Change-Id: Ib21ed8b157a7ce22762bc4ee9c04a2bbf5e770b9
-
Change-Id: I8940fb262a864c17942615c37229cb154f955486
-
Change-Id: If79d262a37658ab3de84e98abc399c20e135a391
-
Change-Id: I4e7c3b06fd29a7aa0ad76529b09f6303b9118516
-
- reimplement multivalue using more efficient union inside value - remove unnecessary asserts when types dont match - cleanup and sanitize scripting - remove unnecessary templates from GetEnum, added error handling Change-Id: If87d7eb6b5a0e3ff32f298cccc670b3f34dd091a
-
Change-Id: I05897aa4d0df28cab2e19557c80550420972a9b5
-
Change-Id: I22ca6b3c21d09bd569b2d63d9df9050f1397fd73
-
Change-Id: Ie55026f59d4d956f3982d9ed3ba43e3cf4efa7eb
-
Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6
-
Conflicts: demo/dali-demo.cpp Change-Id: I7588735ebd065e6c00fd8ac1cd40aac9cf475303
-
Change-Id: I6f9e0583cb67a3297039d76759db5ab0ddec18b6
-
Change-Id: I922f38428990ae202109a65bd711629817574d30
-
Usage: Will load both JSON and JavaScript file from command line scripting.example my-scene.json my-script.js Change-Id: I36330b8bae84a532f57989b4087843d178d03e0b
-
Change-Id: Iffcdd6753c39fa83e7f68ef927339374bc0061a2
-
Update for following changes in dali-toolkit: Control::Property::BACKGROUND -> Control::Property::BACKGROUND_IMAGE Control::SetBackground() -> Control::SetBackgroundImage() "background" -> "background-image" Change-Id: I4fd1f14509fd14112bfeb38d0f18128b0f61ab2b
-
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
-
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