• Adding an interactive test where the camera parameters and viewport can be modified.
    Updating to go wide & add actor rotation sliders
    
    Change-Id: I81364553ff52563f439ae5e4232314be75b985d3
    David Steele authored
     
    Browse Code »




























  • Invoke GBS with --define "rpi_style 1"
    
    Changed text size of labels in demo buttons.
    
    Change-Id: I3f1f663c2c416ecd26e6b1f1124faf222192bf64
    Signed-off-by: David Steele <david.steele@samsung.com>
    David Steele authored
     
    Browse Code »


  • Use capi-appfw-appcontrol instead of unix default fork().
    If process group is connected, AMD check whole of them as same process.
    So even if child process call ecore_shutdown, it's parent process also killed after 5 seconds later.
    That's why dali-examples / com.samsung.dali-demo got SIGKILL from amd.
    
    This patch separate execute logic between unix and tizen by -DTIZEN:BOOL=ON option.
    TIZEN will be set ON only at packaging/com.samsung.dali-demo.spec
    
    NOTE. app_control_send_launch_request need privilege 'http://tizen.org/privilege/appmanager.launch'.
    
    Change-Id: I1d37a21f0d3091c0dc2fcbb4806900256e464aa5
    Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
    Eunki, Hong authored
     
    Browse Code »