• Fix some minor coverity issues that might has meanful
    
    1. Initialize member value
    2. Remove useless std::move
    3. Remove const keyword for function return value.
    
    Change-Id: Ie1ecaa3394607ea724a2074b991cee6681122bef
    Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
    Eunki, Hong authored
     
    Browse File »


  • - there is no need to pre-populate the item view; it will be populated upon activation;
    - removed branching & multiple returns in FileWatcher::FileHasChanged();
    
    Change-Id: I47a92d5f0e3d84701f1688ba083f4a6850b6d909
    Signed-off-by: György Straub <g.straub@partner.samsung.com>
    György Straub authored
     
    Browse File »
















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


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













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