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


  • 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 Code »
  • Change-Id: Icda20718f0353032008902e333192863d5e7d3f5
    Agnelo Vaz authored
     
    Browse Code »







  • Change-Id: I20f7a13ebc19b54ab91194b9c6b87d787f23501d
    Richard Huang authored
     
    Browse Code »
  • 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 Code »











  • Use TZ_path on Tizen 3.x .
    
    btzplatform-config has TZ_path variable.
    
    Attach variable table below.
    
         variable       |     actual path
    ----------------------------------------
    %TZ_SYS_BIN         |    /usr/bin
    %TZ_SYS_RUN         |    /var/run
    %TZ_SYS_DATA        |    /opt/data
    %TZ_SYS_RW_APP      |    /opt/usr/apps
    %TZ_SYS_DB          |    /opt/dbspace
    %TZ_SYS_SHARE       |    /opt/share
    %TZ_SYS_ETC         |    /opt/etc
    %TZ_SYS_HOME        |    /home
    %TZ_SYS_ROOT        |    /root
    %TZ_SYS_RO_APP      |    /usr/apps
    %TZ_SYS_RO_ICONS    |    /usr/share/icons
    %TZ_SYS_RO_PACKAGES |    /usr/share/pakages
    %TZ_SYS_RO_UG       |    /usr/ug
    
    Change-Id: I09ea4314a76a9445e1dd3c91f3fd4bd8c63dc155
    minho.sun authored
     
    Browse Code »