-
Change-Id: Ie5d0a5aa32a0fcee1448f4fb69277d4476048fdd
-
Change-Id: I32c2aa4576413ba56bcdac4376b491125805b0f3
-
Change-Id: Ied59238560a6e49f4ed60b437a0225cf07e425ea
-
We were previously using a mixture of BLEND and BLENDING in enums. The order of the BLEND_FACTOR enums & string names was also inconsistent. As a rule of thumb always use Blend & BLEND for namespaces & enums/constants (not Blending or BLENDING) Change-Id: Ia4dd6483edc56e9736436e7aa8545b40f999ba47
-
Change-Id: Ia032845f8db6dc457b940500c453930e8b588207
-
Change-Id: Ibc0003534afd5e07d806bcf88dd17640d29ddfad
-
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: I5d09c3ba92dca882a6ae3e1765cb105ddad66bec
-
Change-Id: I2d5c022ceee49e7d5732fee4c952f801b72bdcb8
-
Change-Id: I8940fb262a864c17942615c37229cb154f955486
-
Change-Id: If79d262a37658ab3de84e98abc399c20e135a391
-
Change-Id: I4e7c3b06fd29a7aa0ad76529b09f6303b9118516
-
Change-Id: I05897aa4d0df28cab2e19557c80550420972a9b5
-
Change-Id: I6f9e0583cb67a3297039d76759db5ab0ddec18b6
-
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