• Updated the defaults on the shadow / light example to first
    move the light, rather than panning the scene.
    
    Updated the intial orientations to look better.
    
    Change-Id: I8eceb5f536a75fef5e6881987452efb53af6e544
    Signed-off-by: David Steele <david.steele@samsung.com>
    David Steele authored
     
    Browse File »























  • Change-Id: I9d1467c53e20d278084499c201b138047d590448
    Xiangyin Ma authored
     
    Browse File »
  • By default, the application consist of 10 pages of 25x25 ImageActors.
    
    The default values can be modified using the following command line arguments:
     -r NumberOfRows  (Modifies the number of rows per page)
     -c NumberOfColumns (Modifies the number of columns per page)
     -p NumberOfPages (Modifies the nimber of pages )
     --use-imageview ( Use ImageView instead of ImageActor )
     --use-mesh ( Use new renderer API (as ImageView) but shares renderers between actors when possible )
    
    Change-Id: I8a54bd713672433a6f80726972f15d698509dbbe
    Ferran Sole authored
     
    Browse File »

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