-
Previously, it was in the center of the screen so the top was cut off by the toolbar even though we were adjusting the size. Change-Id: I3ed43f9b9a0d61ffc6fdc6fa77cb70557424339b
-
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: Ib21ed8b157a7ce22762bc4ee9c04a2bbf5e770b9
-
[SRUK] () [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] N/A Change-Id: If2cafffc9545e439994ee5442057004bc2653eab
-
Change-Id: Ieab919e1ef93b46b66f1049a2845005d94bbf72f
-
Support for changes to dali-toolkit Change-Id: I887617b627fccb1e24e5bcff9644e21cf9f01cde
-
Change-Id: I566306c6ab23c18cf2cdb1c210f798575e794c50
-
- 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: I192e15bd0127e9b637234eb5525550183abfcf55
-
Change-Id: I54fd5e2f166a4f487a6b1e7e5193ad25f5411bd6
-
Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6
-
Fix buttons and logging examples Change-Id: I21699757ea591f73d5a09393caa01fd2b621726c
-
Change-Id: I922f38428990ae202109a65bd711629817574d30
-
Change-Id: I2844fd73a4bb49389d3df8dc287785ed415d2823
-
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
-
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: I820263d4ae6973dd0a28bffb278de3b422c804ce
-
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
-
Follows core patch: https://review.tizen.org/gerrit/#/c/35596 , adaptor patch: https://review.tizen.org/gerrit/#/c/35597/ and toolkit patch: https://review.tizen.org/gerrit/#/c/35598/ Change-Id: I074c8b1b77d2da44067a0200e851291e21774f2c Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
-
Change-Id: Ifdee5c061cedaf271fac15479a6e403ef161d527
-
Conflicts: build/tizen/examples/Makefile.am examples/builder/examples.cpp Change-Id: Ia110f5a036291c9d3debaebd66c6fedfc8adcd8b
-
Change-Id: I7bf40e4c988f4739dd3cf9c42ac85f47701a5030
-
Change-Id: Id2a566a93648690cd1a308302e0047149c8f2c31
-
Change-Id: I9db6f14c19c657aee1e149187ed9f14dbf8a28b6
-
Change-Id: I231053cbaf99764247615dad6ba9677458181a13
-
Change-Id: Ifdb2007d2b9e9d97bded234f09ef48b5c079e37c
-
Change-Id: I00f7d809e7f0b409813420e0fda539a64d0659de
-
Change-Id: I7a4cea44cca5c97e3b1f7f147a6c0fe3800cbcc2
-
[Problem] If in a builder example and back (or ESC) is pressed, the builder example exits. [Solution] Check if showing the list, and only then exit. If not showing the list of scripts then go back to the list. Change-Id: I90ebce9ffba34bdb36b0ee79820d0c01bf638857
-
Change-Id: I45c78efe873cacac1465d2ca9cc5adcfd3042699
-
Issue: When this ran from dali-demo, black display was appeared, because argv[1] of main function got garbage string, so option('-f') was added Change-Id: Ia398223db9c606ec7ad223c984bc076738475b33
-
Change-Id: I0818d9afbe73108005b04f1f046fc41284b07442 Signed-off-by: Lee Morgan <Lee.morgan@partner.samsung.com>