-
Change-Id: Ia4783fd5c18ccc97e81c239eadf00663d625d962
-
Change-Id: I390f4bd7cca141658c3a300ae742145fddf37e07
-
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>
-
-ImageView is used by default -ImageActor can still be used if the command line option "--use-image-actor" is specified -Fixed bug on HideAnimation Change-Id: Ib9664b7a99a142681bfdbe9ebb3ab457069d6cf7
-
Change-Id: Id633e6b967f901734d12643f6693ba20759988fc
-
…iews." into devel/master
-
Change-Id: Ie6e970a2df6812d1a0daea4758159c98eebe487d
-
Change-Id: I5c99b4c1b27d0f3b8fc8102620f5f8e6e90f399b
-
use the --use-ninepatch command flag to use nine patch images. Change-Id: Ie14eacdf938066343a1d75f6738a3c1dd65a7e81
-
By default, the application consist of 10 pages of 25x25 ImageActors. The default values can be modified using the following command line arguments: -r NumberOfRows (Modifies the number of rows per page) -c NumberOfColumns (Modifies the number of columns per page) -p NumberOfPages (Modifies the nimber of pages ) --use-imageview ( Use ImageView instead of ImageActor ) --use-mesh ( Use new renderer API (as ImageView) but shares renderers between actors when possible ) Change-Id: I8a54bd713672433a6f80726972f15d698509dbbe