• * Do a long press on the item-view.
    * The item-view will scroll towards the last item for 5 seconds
      if the touch point is in the bottom half of the screen or to
      the first item otherwise.
    * If the long press is cancelled, the animation finishes.
    
    Change-Id: I523bc992953d3d3a0ba3bd292598b77042955cdf
    Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
    Victor Cebollada authored
     
    Browse Dir »

  • We were previously using a mixture of BLEND and BLENDING in enums.
    The order of the BLEND_FACTOR enums & string names was also inconsistent.
    
    As a rule of thumb always use Blend & BLEND for namespaces & enums/constants
    (not Blending or BLENDING)
    
    Change-Id: Ia4dd6483edc56e9736436e7aa8545b40f999ba47
    Paul Wisbey authored
     
    Browse Dir »


  • To improve app launching speed on Tizen (using launchpad), Use -fPIE option instead -fPIC and attach DALI_EXPORT_API in front of each example's main function.
    
    This is the compare result between before and after patch.
    (On hawkP 2.4 / using hello-dalidemo that has one pushbutton on stage)
    
    |    before Patch     |     After Patch     |
    ---------------------------------------------
    |   hello-dalidemo    |   hello-dalidemo    |
    ---------------------------------------------
    |   AVG   MIN   MAX   |   AVG   MIN   MAX   |
    |  1134  1060  1188   |   291   250   337   |
    
    After patch, launching speed drops to 30% of before.
    
    Change-Id:I51a4f673d016f9278f867167dc2ff9f407ea6e7e
    minho.sun 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 »












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