-
use the --use-ninepatch command flag to use nine patch images. Change-Id: Ie14eacdf938066343a1d75f6738a3c1dd65a7e81
-
Change-Id: I3bb7ab3711311431cd0cbff0abc2cfdd11ee616d
-
* Added to test Font setting via Property system and system font changes. * 3 Initial TextLabels; first has no font set, second is set via the demo json style sheet, third is set via the SetProperty in code. Only the first should change when the system font changes to a different font * Pressing button creates a new TextLabel with the system font Change-Id: I9291797ba357979d9b3d85ab0d3a30a3fbd6c497 Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
Change-Id: I2d5c022ceee49e7d5732fee4c952f801b72bdcb8
-
Change-Id: I2b1abd915988795432a002369617caa3f0fdc1cb
-
Change-Id: I19544f18bd90836c039d045be4ab2d9d5386b37f
-
* TextField entries removed from demo style sheets Once demo styles can be merged with toolkit styles then some of the removed entries can be put back and demo style sheets used Change-Id: I0047eea7a6bc51177225e20535e413dea3a76fe7 Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
Change-Id: I7402521736ed2b2c0a8ccf8aa8139018444dac7d
-
Change-Id: Ib21ed8b157a7ce22762bc4ee9c04a2bbf5e770b9
-
Change-Id: I571058b0f303fb72ec5e46d55234d5950e91f0ba Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
Change-Id: I8940fb262a864c17942615c37229cb154f955486
-
Change-Id: If79d262a37658ab3de84e98abc399c20e135a391
-
[SRUK] () [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] N/A Change-Id: If2cafffc9545e439994ee5442057004bc2653eab
-
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: I5022e715803acfe04b84046b2e61e5c3826c50fe Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
(also stop hiding the text with mGrabCorner) Change-Id: I74c91714615e44384c1baadfc74621bd9f11c4f9
-
Change-Id: I22ca6b3c21d09bd569b2d63d9df9050f1397fd73
-
Change-Id: Ie55026f59d4d956f3982d9ed3ba43e3cf4efa7eb
-
Change-Id: I8558b0e432cbbf2470fc9b80b4178d20663b3758 Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
-
Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6
-
Change-Id: I71b1150a76099b136e1157734269f78ebc7e47a0 Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
Change-Id: Idcaadfcdcc7b30aef0a13d7ccbda0ee250c0d15a
-
Conflicts: demo/dali-demo.cpp Change-Id: I7588735ebd065e6c00fd8ac1cd40aac9cf475303
-
Change-Id: I6f9e0583cb67a3297039d76759db5ab0ddec18b6
-
Change-Id: I922f38428990ae202109a65bd711629817574d30
-
Change-Id: I2844fd73a4bb49389d3df8dc287785ed415d2823
-
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
-
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
-
Change-Id: I05a17ea530a14e94040f24db332178335ce3ce52
-
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