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









  • 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 File »