• 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>
    David Steele authored
     
    Browse Dir »













  • 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
    Paul Wisbey authored
     
    Browse Dir »




  • 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
    Adeel Kazmi authored
     
    Browse Dir »

  • 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
    Paul Wisbey authored
     
    Browse Dir »

  • 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>
    Andrew Cox authored
     
    Browse Dir »