• * TextField entries removed from demo style sheets
    
    Once demo styles can be merged with toolkit styles then some of the removed entries can be put back and demo style sheets used
    
    Change-Id: I0047eea7a6bc51177225e20535e413dea3a76fe7
    Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
    Agnelo Vaz authored
     
    Browse Dir »








  • - reimplement multivalue using more efficient union inside value
    - remove unnecessary asserts when types dont match
    - cleanup and sanitize scripting
    - remove unnecessary templates from GetEnum, added error handling
    
    Change-Id: If87d7eb6b5a0e3ff32f298cccc670b3f34dd091a
    Kimmo Hoikka 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 »





  • Update for following changes in dali-core:
    Actor::MoveBy                     -> TranslateBy
    Actor::ColorBy                    -> <removed>
    Actor::OpacityBy                  -> <removed>
    Actor::SetRotation                -> SetOrientation
    Actor::GetCurrentRotation         -> GetCurrentOrientation
    Actor::GetCurrentWorldRotation    -> GetCurrentWorldOrientation
    Actor::SetInheritRotation         -> SetInheritOrientation
    Actor::IsRotationInherited        -> IsOrientationInherited
    Actor::Property::ROTATION         -> Actor::Property::ORIENTATION
    Actor::Property::WORLD_ROTATION   -> Actor::Property::WORLD_ORIENTATION
    Actor::Property::INHERIT_ROTATION -> Actor::Property::INHERIT_ORIENTATION
    
    Change-Id: I0e883d5588e2f18beba32d64a2407253fe1fb286
    Yoonsang Lee 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 »