• Add two sample apps which using animated gradient visual
    (doing at review.tizen.org/gerrit/#/c/152141/ )
    It's resolution is optimized for wearable (resolution is 360x360)
    
     - Call Active
      Scenario is incomming call.
      Show incomming gradient effect as radial form animated gradient.
      And add some animation at call_decline button so make user want to touch it!
      This sample show how to make animated gradient by json script.
     - Card Active
      Scenario is use some coupon with NFC tag.
      Show gradient effect during NFC taging is enabled.
      This sample show how to make anmiated gradient by inline code.
    
    Change-Id: Ifae6698fbf1b4bc9901efa929594261413d450b2
    Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
    Eunki Hong authored
     
    Browse Dir »








  • Update progress bar example.
    
    There are three new buttons to check new properies of Progress bar.
    
    Change-Id: I9bf0607e3fb3763b37ca88c80040d9713b731169
    Signed-off-by: minho.sun <minho.sun@samsung.com>
    minho.sun authored
     
    Browse Dir »










  • Added Enable / Disable transitions to ImageChannelControl which
    can be set via the style sheet.
    
    Added a Visibility attribute to ImageChannelControl which
    forces the enable / disable transition to be executed when
    the visibility changes.
    
    Added 3 different transitions to the style sheet:
    1) a cross fade
    2) a longer cross fade
    3) a scale change.
    
    Change-Id: I82a1f0e4e4c89ae0bdcb1c59ce01a0a918f17afd
    Signed-off-by: David Steele <david.steele@samsung.com>
    David Steele authored
     
    Browse Dir »








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



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

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