-
Change-Id: I980d7723528705caa2d903c9b36c24c4b744a55e
-
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>
-
Change-Id: I819cd9de6ff49c0d86046aa4f2738f87f21c4a16
-
Also fixes a bug where the checkbox of the first items was not being rendered Change-Id: I7d6b9edec90f1997dc1e9baab0c911e4bb5d74ff
-
Change-Id: Ie518d47df2a859cc7fb28a5fe40dcc00ee1bb06d
-
Change-Id: Ib21ed8b157a7ce22762bc4ee9c04a2bbf5e770b9
-
"Changed draw ordering to take into account the depth of the node in the hierarchy" Change-Id: I19a20705ae42be53023a76dbfea0894533087b39
-
Change-Id: If79d262a37658ab3de84e98abc399c20e135a391
-
[SRUK] () [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] N/A Change-Id: If2cafffc9545e439994ee5442057004bc2653eab
-
Change-Id: I8652c8be27a99b86d4af4ea6557a3d7f4d8d4aba
-
Change-Id: I6aafe45472d4e9d564af9873faa277b17d4d39fa
-
Change-Id: Ieab919e1ef93b46b66f1049a2845005d94bbf72f
-
Support for changes to dali-core header file locations Change-Id: Ief6b52be1f061517bc0d8d5abed61fea4a463ab1
-
- ItemView Demo: - Fade in/out animation between layouts - Removed menu - No animations when adding/deleting/replacing items - Items in spiral layout are a lot closer together - Builder Examples Demo - No visible changes - Size Negotiation Demo - One button per line rather than two Change-Id: I2d50a49e49fb2271f41715daec74469ea2aa112b
-
Change-Id: Iaaea70d0620aa122139ab40f8a00f94493677ac3
-
Change-Id: I54fd5e2f166a4f487a6b1e7e5193ad25f5411bd6
-
Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6
-
Fix buttons and logging examples Change-Id: I21699757ea591f73d5a09393caa01fd2b621726c
-
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: I8ac0787692b34882c2d98717ab778574dbdab7a0
-
Change-Id: I5932f0191f358e986fcaace820fb2ecb43b9812b
-
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
-
Change-Id: Iffcdd6753c39fa83e7f68ef927339374bc0061a2
-
Change-Id: Id953da32620c4a3c57519cf9f5ecd74eb765a430
-
Change-Id: I703035788451cb057a7834199136cc70d22c87e4
-
Conflicts: examples/item-view/item-view-example.cpp examples/path-animation/path-animation.cpp Change-Id: I6a266274f476748bf34a97652964f501f44fe00c
-
Change-Id: I18d69dba01824ffaa1cd3a4c6b9ead3a38981bc7
-
Change-Id: I359790799ebf64ac5fd4e988e569dada337dd9f8
-
Conflicts: build/tizen/examples/CMakeLists.txt demo/dali-demo.cpp examples/buttons/buttons-example.cpp examples/item-view/item-view-example.cpp examples/text-view/text-view-example.cpp Change-Id: I8816d065edca8e2a3fd37cdcedda4b02735f5007
-
Change-Id: Ie3085ce4986965da3743efc9ab6585176d0cdb23
-
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
-
Conflicts: build/tizen/CMakeLists.txt build/tizen/demo/CMakeLists.txt build/tizen/examples/CMakeLists.txt demo/dali-table-view.cpp examples/buttons/buttons-example.cpp examples/shader-effect/dissolve-effect-example.cpp examples/shadows/shadow-bone-lighting-example.cpp packaging/com.samsung.dali-demo.spec Change-Id: I57a2de5bfa6d0f05c02b8aba06dec9130f14a906
-
Change-Id: I208e8b7f810ad7094d158346b1381de83a78dcc3
-
Change-Id: I7a7f59aa5f557a8a57385e876fd881d87c101a28
-
Change-Id: Ifdee5c061cedaf271fac15479a6e403ef161d527
-
Change-Id: I7bf40e4c988f4739dd3cf9c42ac85f47701a5030
-
The way this was written, we had hundreds of identical 1x1 BitmapImages for item checkboxes live during a scroll. Change-Id: I0529c803476103d8fbff3f1fb88b5d6d549ccbcc Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>