• * Added to test Font setting via Property system and system font changes.
    * 3 Initial TextLabels;
        first has no font set,
        second is set via the demo json style sheet,
        third is set via the SetProperty in code.
      Only the first should change when the system font changes to a different font
    * Pressing button creates a new TextLabel with the system font
    
    Change-Id: I9291797ba357979d9b3d85ab0d3a30a3fbd6c497
    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 »