-
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: I231053cbaf99764247615dad6ba9677458181a13
-
Change-Id: Ifdb2007d2b9e9d97bded234f09ef48b5c079e37c
-
Change-Id: I00f7d809e7f0b409813420e0fda539a64d0659de
-
[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>