platform/core/uifw/dali-demo.git
9 years agoSize negotiation example 75/36275/8
Kingsley Stephens [Wed, 25 Feb 2015 10:34:11 +0000 (10:34 +0000)]
Size negotiation example

Change-Id: Iffcdd6753c39fa83e7f68ef927339374bc0061a2

9 years agoMerge "DALi Version 1.0.35" into tizen
Adeel Kazmi [Wed, 25 Mar 2015 15:07:18 +0000 (08:07 -0700)]
Merge "DALi Version 1.0.35" into tizen

9 years agoDALi Version 1.0.35 94/37394/1 accepted/tizen/mobile/20150419.232816 accepted/tizen/tv/20150504.095556 accepted/tizen/wearable/20150504.100142 dali_1.0.35 submit/tizen_mobile/20150417.132551 submit/tizen_tv/20150504.065806 submit/tizen_wearable/20150504.070012
Tom Robinson [Wed, 25 Mar 2015 14:02:43 +0000 (14:02 +0000)]
DALi Version 1.0.35

Change-Id: I2c5814f4c364e7fe1baf8da352c100529fc074ab

9 years agoRename property & function for background image of Control 72/37272/2
Yoonsang Lee [Tue, 24 Mar 2015 00:43:02 +0000 (09:43 +0900)]
Rename property & function for background image of Control

Update for following changes in dali-toolkit:
Control::Property::BACKGROUND -> Control::Property::BACKGROUND_IMAGE
Control::SetBackground()      -> Control::SetBackgroundImage()
"background"                  -> "background-image"

Change-Id: I4fd1f14509fd14112bfeb38d0f18128b0f61ab2b

9 years agoDALi Version 1.0.34 17/37117/1 dali_1.0.34
Richard Huang [Thu, 19 Mar 2015 11:04:23 +0000 (11:04 +0000)]
DALi Version 1.0.34

Change-Id: Ia5d8582b8eec61517443f24e191e01662ba4a26d

9 years agoImage scaling and filtering on load across all applicable demos 49/35949/6
Andrew Cox [Mon, 23 Feb 2015 14:14:51 +0000 (14:14 +0000)]
Image scaling and filtering on load across all applicable demos

Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Change-Id: I7629356cb2678ee8eda85eff0cbef6a530ab7a17

9 years agoActor's Transformation API Cleanup 27/36427/4
Yoonsang Lee [Fri, 6 Mar 2015 08:52:49 +0000 (17:52 +0900)]
Actor's Transformation API Cleanup

Update for following changes in dali-core:
Actor::MoveBy                     -> TranslateBy
Actor::ColorBy                    -> <removed>
Actor::OpacityBy                  -> <removed>
Actor::SetRotation                -> SetOrientation
Actor::GetCurrentRotation         -> GetCurrentOrientation
Actor::GetCurrentWorldRotation    -> GetCurrentWorldOrientation
Actor::SetInheritRotation         -> SetInheritOrientation
Actor::IsRotationInherited        -> IsOrientationInherited
Actor::Property::ROTATION         -> Actor::Property::ORIENTATION
Actor::Property::WORLD_ROTATION   -> Actor::Property::WORLD_ORIENTATION
Actor::Property::INHERIT_ROTATION -> Actor::Property::INHERIT_ORIENTATION

Change-Id: I0e883d5588e2f18beba32d64a2407253fe1fb286

9 years agoChange "SLP" to "Tizen" 75/36775/1
taeyoon [Fri, 13 Mar 2015 09:18:45 +0000 (18:18 +0900)]
Change "SLP" to "Tizen"

Change-Id: I300bf3260b3dfec153583e5b4c0c1ee6ee1eebea

9 years agoMerge "DALi Version 1.0.33" into tizen
Adeel Kazmi [Thu, 12 Mar 2015 11:56:41 +0000 (04:56 -0700)]
Merge "DALi Version 1.0.33" into tizen

9 years agoDALi Version 1.0.33 23/36723/1 dali_1.0.33
Nick Holland [Thu, 12 Mar 2015 09:23:20 +0000 (09:23 +0000)]
DALi Version 1.0.33

Change-Id: Ifa5f15cfd57ee71294bc52af0d7b394ff6a5d64a

9 years agoUse Atlas in ItemView Demo 69/36669/1
Xiangyin Ma [Wed, 11 Mar 2015 15:13:57 +0000 (15:13 +0000)]
Use Atlas in ItemView Demo

Change-Id: I703035788451cb057a7834199136cc70d22c87e4

9 years agoMerge "Show DALi version info when the logo is tapped" into tizen
Kimmo Hoikka [Wed, 11 Mar 2015 12:30:31 +0000 (05:30 -0700)]
Merge "Show DALi version info when the logo is tapped" into tizen

9 years agoShow DALi version info when the logo is tapped 53/36653/2
Adeel Kazmi [Wed, 11 Mar 2015 10:09:19 +0000 (10:09 +0000)]
Show DALi version info when the logo is tapped

Change-Id: I310242f574e549ff412248a56db8e747a4981c43

9 years agoAdded Atlas Example 25/36225/4
Xiangyin Ma [Tue, 3 Mar 2015 19:23:10 +0000 (19:23 +0000)]
Added Atlas Example

Change-Id: Ib25db927ec8f9e53247d0b980e30404738f894d2

9 years agoProperty refactor in dali-toolkit: Demo changes for compiling 40/36140/6 accepted/tizen/common/20150309.092034 accepted/tizen/common/20150310.094803 accepted/tizen/mobile/20150309.081759 accepted/tizen/mobile/20150310.122237 accepted/tizen/tv/20150309.081816 accepted/tizen/tv/20150310.092420 accepted/tizen/wearable/20150309.110934 accepted/tizen/wearable/20150310.114555 submit/tizen/20150309.074330 submit/tizen/20150310.084835
Tom Robinson [Mon, 2 Mar 2015 17:11:59 +0000 (17:11 +0000)]
Property refactor in dali-toolkit: Demo changes for compiling

Change-Id: I18d69dba01824ffaa1cd3a4c6b9ead3a38981bc7

9 years agoMerge "Readme file with wrong repo name" into tizen submit/tizen/20150306.102558
Adeel Kazmi [Thu, 5 Mar 2015 18:09:34 +0000 (10:09 -0800)]
Merge "Readme file with wrong repo name" into tizen

9 years agoMerge "Path animation enhancement for easier control" into tizen
Adeel Kazmi [Thu, 5 Mar 2015 18:03:47 +0000 (10:03 -0800)]
Merge "Path animation enhancement for easier control" into tizen

9 years agoReadme file with wrong repo name 85/36385/1
Francisco Santos [Thu, 5 Mar 2015 16:58:15 +0000 (16:58 +0000)]
Readme file with wrong repo name

Change-Id: Ifc10ec7cc64924a5426c4353ac503f9f50ac6dfb

9 years agoPath animation enhancement for easier control 79/36279/4
Ferran Sole [Wed, 4 Mar 2015 12:42:44 +0000 (12:42 +0000)]
Path animation enhancement for easier control

Change-Id: If1cef63c5c63a2c4278406856e5701ef1abbcf82

9 years agoProperty enum name changes in dali-core: Demo changes for compiling 47/36347/1
Tom Robinson [Thu, 5 Mar 2015 11:28:49 +0000 (11:28 +0000)]
Property enum name changes in dali-core: Demo changes for compiling

Change-Id: I359790799ebf64ac5fd4e988e569dada337dd9f8

9 years agoUpdates after TapGestureDetector API Change 06/36306/1
Adeel Kazmi [Wed, 4 Mar 2015 17:29:21 +0000 (17:29 +0000)]
Updates after TapGestureDetector API Change

Change-Id: Ice128b44aeeccf51e9ac55af9deb3a00fd270aab

9 years agoMerge "DALi Version 1.0.32" into tizen
Adeel Kazmi [Wed, 4 Mar 2015 16:49:14 +0000 (08:49 -0800)]
Merge "DALi Version 1.0.32" into tizen

9 years agoDALi Version 1.0.32 96/36296/1 dali_1.0.32
Lee Morgan [Wed, 4 Mar 2015 16:11:09 +0000 (16:11 +0000)]
DALi Version 1.0.32

Change-Id: I779d17d2e54b520d3a53a3913606e569d74cc01e

9 years agoMerge "Added path animation demo" into tizen
Adeel Kazmi [Wed, 4 Mar 2015 11:17:48 +0000 (03:17 -0800)]
Merge "Added path animation demo" into tizen

9 years agoRemove dependency on boost 96/36196/2
Adeel Kazmi [Tue, 3 Mar 2015 09:14:21 +0000 (09:14 +0000)]
Remove dependency on boost

Change-Id: I820263d4ae6973dd0a28bffb278de3b422c804ce

9 years agoAdded path animation demo 34/36134/4
Ferran Sole [Mon, 2 Mar 2015 15:38:27 +0000 (15:38 +0000)]
Added path animation demo

Change-Id: I4a723457a7cfaca87a20f771aa64f187ea160453

9 years agoMerge "Added quadratic bezier path rendering example. Showing stroking of quadratic...
Adeel Kazmi [Tue, 3 Mar 2015 08:42:12 +0000 (00:42 -0800)]
Merge "Added quadratic bezier path rendering example. Showing stroking of quadratic bezier paths and filling of regions bounded by quadratic beziers." into tizen

9 years agoProperty refactor in dali-core: Demo changes for compiling 08/35808/4
Tom Robinson [Tue, 24 Feb 2015 19:36:34 +0000 (19:36 +0000)]
Property refactor in dali-core: Demo changes for compiling

Change-Id: Ie3085ce4986965da3743efc9ab6585176d0cdb23

9 years agoMerge "Change a label of check box button" into tizen
HyunJu Shin [Mon, 2 Mar 2015 08:58:56 +0000 (00:58 -0800)]
Merge "Change a label of check box button" into tizen

9 years agoAdded quadratic bezier path rendering example. 64/36064/2
Ferran Sole [Fri, 27 Feb 2015 16:15:03 +0000 (16:15 +0000)]
Added quadratic bezier path rendering example.
Showing stroking of quadratic bezier paths and filling of regions bounded
by quadratic beziers.

Change-Id: I61627c844fea2628d654423feb2b86c11e77726a

9 years agoRemoved AffectedByLighting APIs from MeshActor 18/36018/1
David Steele [Fri, 27 Feb 2015 11:08:17 +0000 (11:08 +0000)]
Removed AffectedByLighting APIs from MeshActor

Change-Id: Iaa00503aceb45e734511cf21ddee7297367d166d

9 years agoChange a label of check box button 27/35827/2
Heeyong Song [Wed, 25 Feb 2015 07:11:44 +0000 (16:11 +0900)]
Change a label of check box button

Change-Id: Ic1129839662a2ac10e6e259fb735b2982d2433cd

9 years agoReorganised folders & examples automatically built 66/35966/5
Adeel Kazmi [Thu, 26 Feb 2015 16:28:29 +0000 (16:28 +0000)]
Reorganised folders & examples automatically built

New Structure:

  build
    |  tizen
  builder
    |  dali-builder.cpp
  demo
    |  [demo source & header files]
  examples
    |  [example-name]
    |    |  [example source files]
  packaging
    |  com.samsung.dali-demo.spec
  resources
    |  images
    |    |  [all images]
    |  models
    |    |  [all models]
    |  scripts
    |    |  [all scripts]
  shared
    |  view.h

Now, each example should be in its own subdirectory within the "examples" directory. This will get
automatically built.

README also updated.

Change-Id: Idae4cedf220698a4a2d928535cff88e8bf25f82a

9 years agoRemoved model loading from example code 99/35899/2
David Steele [Wed, 25 Feb 2015 19:07:35 +0000 (19:07 +0000)]
Removed model loading from example code

Change-Id: Ie3cd0acb8a80f1768d7334fc6965e8fb007d54f4
Signed-off-by: David Steele <david.steele@partner.samsung.com>
9 years agoMerge "Updates following 'Rename BitmapImage as BufferImage'" into tizen
Adeel Kazmi [Wed, 25 Feb 2015 16:51:28 +0000 (08:51 -0800)]
Merge "Updates following 'Rename BitmapImage as BufferImage'" into tizen

9 years agoDALi Version 1.0.31 62/35862/1 dali_1.0.31
Kingsley Stephens [Wed, 25 Feb 2015 11:33:33 +0000 (11:33 +0000)]
DALi Version 1.0.31

Change-Id: Ida8d261ecce2ee31fff4d2e1019d6a5537cc1239

9 years agoUpdates following 'Rename BitmapImage as BufferImage' 14/35714/2
Xiangyin Ma [Mon, 23 Feb 2015 17:21:03 +0000 (17:21 +0000)]
Updates following 'Rename BitmapImage as BufferImage'

Change-Id: I208e8b7f810ad7094d158346b1381de83a78dcc3

9 years agoRemove the call of ImageAttribute::SetPixelFormat 33/35633/4
Xiangyin Ma [Fri, 20 Feb 2015 16:32:33 +0000 (16:32 +0000)]
Remove the call of ImageAttribute::SetPixelFormat

Change-Id: I2fa1c88ad1c7358c0168b8b73f5cc5a090622565

9 years agoMerge "Removed model from Shadow View demo" into tizen
Adeel Kazmi [Tue, 24 Feb 2015 15:56:43 +0000 (07:56 -0800)]
Merge "Removed model from Shadow View demo" into tizen

9 years agoRemoved model from Shadow View demo 89/35789/1
David Steele [Tue, 24 Feb 2015 14:47:46 +0000 (14:47 +0000)]
Removed model from Shadow View demo

Replaced with an animating set of images that cast a moving shadow.

Change-Id: I76c61416241b542e2b5b3327a70c8e18dde3a9a2
Signed-off-by: David Steele <david.steele@partner.samsung.com>
9 years agoFixed dissolve effect first image appearing smaller than viewport 93/35693/3
Tom Robinson [Mon, 23 Feb 2015 11:48:39 +0000 (11:48 +0000)]
Fixed dissolve effect first image appearing smaller than viewport

Change-Id: I84af9b4b9e4c649d6faef3ae70481bf5270ddcc0

9 years agoMerge "Include <cstdio> to compensate for core inclusion cleanup" into tizen
Paul Wisbey [Mon, 23 Feb 2015 11:04:39 +0000 (03:04 -0800)]
Merge "Include <cstdio> to compensate for core inclusion cleanup" into tizen

9 years agoChanged build system to CMake 74/35574/13
Paul Wisbey [Wed, 18 Feb 2015 13:13:58 +0000 (13:13 +0000)]
Changed build system to CMake

Change-Id: Icc2f491187f7832425d18200fad4e4ea041dfd57

9 years agoInclude <cstdio> to compensate for core inclusion cleanup 99/35599/5
Andrew Cox [Thu, 19 Feb 2015 00:18:24 +0000 (00:18 +0000)]
Include <cstdio> to compensate for core inclusion cleanup

Follows core patch: https://review.tizen.org/gerrit/#/c/35596
, adaptor patch: https://review.tizen.org/gerrit/#/c/35597/
and toolkit patch: https://review.tizen.org/gerrit/#/c/35598/

Change-Id: I074c8b1b77d2da44067a0200e851291e21774f2c
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
9 years agoMerge "DALi Version 1.0.30" into tizen
Adeel Kazmi [Wed, 18 Feb 2015 15:18:37 +0000 (07:18 -0800)]
Merge "DALi Version 1.0.30" into tizen

9 years agoDALi Version 1.0.30 79/35579/1 dali_1.0.30
Ferran Sole [Wed, 18 Feb 2015 14:34:01 +0000 (14:34 +0000)]
DALi Version 1.0.30

Change-Id: Id2be0f7ec384525321569ade664337f4cd17201a

9 years agoDali-demo: Replace constraints with SizeMode 67/35367/5
Tom Robinson [Thu, 12 Feb 2015 15:14:24 +0000 (15:14 +0000)]
Dali-demo: Replace constraints with SizeMode

Change-Id: I7a7f59aa5f557a8a57385e876fd881d87c101a28

9 years agoRemoved some constraints from dali-table-view 64/35064/5
Tom Robinson [Fri, 6 Feb 2015 14:05:45 +0000 (14:05 +0000)]
Removed some constraints from dali-table-view

Change-Id: Ia404e970624dd932da002b11365fa1c9b099091b

9 years agoupdate demos with ResourceImage/Image split 34/35434/3
Xiangyin Ma [Fri, 13 Feb 2015 18:45:20 +0000 (18:45 +0000)]
update demos with ResourceImage/Image split

Change-Id: Ifdee5c061cedaf271fac15479a6e403ef161d527

9 years agoButton refactoring phase 1 32/35232/6 submit/tizen/20150217.020310
Heeyong Song [Wed, 11 Feb 2015 04:19:57 +0000 (13:19 +0900)]
Button refactoring phase 1

Change-Id: I5e4b8689b21deca3fea0019d024bd2d98e52d3d8

9 years agoMerge "Size Relative feature: cluster-example uses feature for verification" into...
Kimmo Hoikka [Thu, 12 Feb 2015 10:15:03 +0000 (02:15 -0800)]
Merge "Size Relative feature: cluster-example uses feature for verification" into tizen

9 years agoDALi Version 1.0.29 67/35267/1 dali_1.0.29
Adeel Kazmi [Wed, 11 Feb 2015 10:13:26 +0000 (10:13 +0000)]
DALi Version 1.0.29

Change-Id: I38b89cf180cd9023e6deedbcec24f5308acd7254

9 years agoSize Relative feature: cluster-example uses feature for verification 44/35144/3
Tom Robinson [Mon, 9 Feb 2015 15:57:17 +0000 (15:57 +0000)]
Size Relative feature: cluster-example uses feature for verification

Change-Id: Ifa7e11edfa0945dc114fced855261a0eee3efb0e

9 years ago(Magnifier) Make magnifier frame visible when panning as well 34/35134/1
Adeel Kazmi [Mon, 9 Feb 2015 14:22:06 +0000 (14:22 +0000)]
(Magnifier) Make magnifier frame visible when panning as well

Change-Id: I81253620073aba52c6ba20802fd6c56651eb7edc

9 years agoDALi Version 1.0.28 57/35057/1 accepted/tizen/common/20150209.122023 accepted/tizen/mobile/20150210.015347 accepted/tizen/mobile/20150306.082356 accepted/tizen/tv/20150210.013300 accepted/tizen/wearable/20150210.015032 dali_1.0.28 submit/tizen/20150206.152923 submit/tizen_mobile/20150213.000000 submit/tizen_mobile/20150223.000000 submit/tizen_mobile/20150306.011558
Xiangyin Ma [Fri, 6 Feb 2015 11:51:27 +0000 (11:51 +0000)]
DALi Version 1.0.28

Change-Id: If45dc9cc2a8a68fd0f3fcc8d355677684569104c

9 years agoRevert "BloomView & GaussianBlurView demo (for verification purpose only )" 03/35003/2 accepted/tizen/common/20150209.121020 accepted/tizen/mobile/20150211.014652 accepted/tizen/tv/20150210.012940 accepted/tizen/wearable/20150210.014756 submit/tizen/20150206.044231
Adeel Kazmi [Thu, 5 Feb 2015 16:26:54 +0000 (08:26 -0800)]
Revert "BloomView & GaussianBlurView demo (for verification purpose only )"

This reverts commit 2e81ed4392078f0fe7497bb62e7151c84d54f707.

Change-Id: Iaec9f80b51fbfd44e29950f798b5e90b3d1d5aee

9 years agoMerge "BloomView & GaussianBlurView demo (for verification purpose only )" into tizen
Adeel Kazmi [Thu, 5 Feb 2015 16:22:51 +0000 (08:22 -0800)]
Merge "BloomView & GaussianBlurView demo (for verification purpose only )" into tizen

9 years agoModification of rule and manifest in spec for 3-domain smack of tizen 3.0 86/34986/2 submit/tizen/20150205.132635
taeyoon [Thu, 5 Feb 2015 12:43:57 +0000 (21:43 +0900)]
Modification of rule and manifest in spec for 3-domain smack of tizen 3.0

  - enable_dali_smack_rules addition for handling rule file

Change-Id: I8f438334f94f3ff427cf63656fb589c0df57bf2a

9 years agoButton refactoring: rename properties 73/34873/1
Heeyong Song [Wed, 4 Feb 2015 03:02:42 +0000 (12:02 +0900)]
Button refactoring: rename properties

Change-Id: I20997625d5dcdd03269238bf4086159381907b11

9 years agoBloomView & GaussianBlurView demo (for verification purpose only ) 55/34855/2
Xiangyin Ma [Tue, 3 Feb 2015 13:38:28 +0000 (13:38 +0000)]
BloomView & GaussianBlurView demo (for verification purpose only )

Change-Id: I7279b5cb4c5b157b618fb184fac50e710463cf51

9 years ago(RefractionEffect) Ensure shader compiles with more strict compilers 70/34770/3 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150205.080853 submit/tizen/20150205.011244
Adeel Kazmi [Mon, 2 Feb 2015 15:00:51 +0000 (15:00 +0000)]
(RefractionEffect) Ensure shader compiles with more strict compilers

Shader does not compile with latest Nvidia driver on Ubuntu as we did not set the default precision
and used an f at the end of a float in the shader. Other shader compilers are more permissive so
this was not spotted before.

Change-Id: I235b901f08a73086b8b581a8c40bb4ed517ba35d

9 years agoChange Dali demo table size calculation 50/34550/3
Yoonsang Lee [Thu, 29 Jan 2015 01:43:11 +0000 (10:43 +0900)]
Change Dali demo table size calculation

- from DPI based to ratio based

Change-Id: I67bdacdfc971a818c7ac5078052be010e8d2eaac

9 years agoDALi Version 1.0.27 98/34598/1 accepted/tizen/common/20150129.162045 accepted/tizen/mobile/20150130.001259 accepted/tizen/tv/20150130.000848 accepted/tizen/wearable/20150131.040521 dali_1.0.27 submit/tizen/20150129.112343
tom.robinson [Thu, 29 Jan 2015 10:59:19 +0000 (10:59 +0000)]
DALi Version 1.0.27

Change-Id: I28c9559d774218cfd33688cf7c32b689189e961c

9 years agoDALi Version 1.0.26 54/34254/1 accepted/tizen/common/20150123.092457 accepted/tizen/common/20150123.135219 accepted/tizen/mobile/20150126.011913 accepted/tizen/tv/20150126.011346 accepted/tizen/wearable/20150126.011602 dali_1.0.26 submit/tizen/20150122.143209 submit/tizen/20150123.103753
Nick Holland [Thu, 22 Jan 2015 10:48:35 +0000 (10:48 +0000)]
DALi Version 1.0.26

Change-Id: If36351cb6beb0e333b7d8be562aef44934db6fef

9 years agoRemoval of a 'sec_build_binary_debug_enable' part in spec file 10/33910/1
taeyoon [Fri, 16 Jan 2015 10:15:45 +0000 (19:15 +0900)]
Removal of a 'sec_build_binary_debug_enable' part in spec file

  - 'sec_build_binary_debug_enable and -DTIZEN_DEBUG_ENABLE' are not used.

Change-Id: Ic944dbf08ecd42ed1a7fe5cb5e0143a219a51f0c

9 years agoDALi Version 1.0.25 43/33843/1 dali_1.0.25
Xiangyin Ma [Thu, 15 Jan 2015 13:21:00 +0000 (13:21 +0000)]
DALi Version 1.0.25

Change-Id: Ibef6c918be6f39120451296e5c2220b4a6b4b07e

9 years agoAdded refraction effect demo 52/33452/4
Xiangyin Ma [Fri, 9 Jan 2015 18:33:42 +0000 (18:33 +0000)]
Added refraction effect demo

Change-Id: Ia9ec4763a764344f234b9d3ee3114ad9d91c7abb

9 years agoRemove ScrollViewCustomEffect from scrollview example 56/33356/2
Kingsley Stephens [Thu, 8 Jan 2015 14:21:43 +0000 (14:21 +0000)]
Remove ScrollViewCustomEffect from scrollview example

Change-Id: I9a960977be044f86612f45782bccc26496a08634

9 years agoDALi Version 1.0.24 60/33360/1 dali_1.0.24
Lee Morgan [Thu, 8 Jan 2015 14:40:27 +0000 (14:40 +0000)]
DALi Version 1.0.24

Change-Id: If834803fe364c9304b79637478434bf83d99c496

9 years agoChange Dali Demo to use CubeEffect 21/32621/6
Kingsley Stephens [Fri, 19 Dec 2014 15:10:08 +0000 (15:10 +0000)]
Change Dali Demo to use CubeEffect

Change-Id: I79a3527d729ab9b4edd84884682531a643ba5cb8

9 years agoMerge "Added precision to shader variables." into tizen
Kimmo Hoikka [Mon, 5 Jan 2015 17:57:53 +0000 (09:57 -0800)]
Merge "Added precision to shader variables." into tizen

10 years agoDALi Version 1.0.23 11/32811/1 dali_1.0.23
Adeel Kazmi [Wed, 24 Dec 2014 10:44:01 +0000 (10:44 +0000)]
DALi Version 1.0.23

Change-Id: Ie854244c03f79ba7ab3df162dc9cdef601fdbd3e

10 years agoMerge "Use the default alpha function for snap animation" into tizen accepted/tizen/mobile/20141222.135845 accepted/tizen/tv/20141222.125753 accepted/tizen/wearable/20141222.134910 submit/tizen_mobile/20141222.110559 submit/tizen_tv/20141222.110610 submit/tizen_wearable/20141222.110605
Adeel Kazmi [Fri, 19 Dec 2014 15:06:19 +0000 (07:06 -0800)]
Merge "Use the default alpha function for snap animation" into tizen

10 years agoAdded precision to shader variables. 35/32535/1
David Steele [Thu, 18 Dec 2014 19:50:34 +0000 (19:50 +0000)]
Added precision to shader variables.

Change-Id: I6a60c432fac7a1da6c2f478c81bec18efdf29c94
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoMerge "DALi Version 1.0.22" into tizen accepted/tizen/common/20141222.090250 submit/tizen_common/20141218.164254
Adeel Kazmi [Thu, 18 Dec 2014 11:23:32 +0000 (03:23 -0800)]
Merge "DALi Version 1.0.22" into tizen

10 years agoDALi Version 1.0.22 67/32467/1 dali_1.0.22
Kingsley Stephens [Thu, 18 Dec 2014 10:09:47 +0000 (10:09 +0000)]
DALi Version 1.0.22

Change-Id: I5048cf348ddfb6c8ec0373eb4e0df19644686355

10 years agoMerge "Speed up Dali Demo loading by removing redundant table resize on image load...
Adeel Kazmi [Thu, 18 Dec 2014 09:27:10 +0000 (01:27 -0800)]
Merge "Speed up Dali Demo loading by removing redundant table resize on image load" into tizen

10 years agoSpeed up Dali Demo loading by removing redundant table resize on image load 85/32385/1
Kingsley Stephens [Tue, 25 Nov 2014 10:36:42 +0000 (10:36 +0000)]
Speed up Dali Demo loading by removing redundant table resize on image load

Change-Id: I52ea6a18647e5dfe3901f433fc6981080a5fcef6

10 years agoUse the default alpha function for snap animation 78/32378/1
Richard Huang [Wed, 17 Dec 2014 13:30:00 +0000 (13:30 +0000)]
Use the default alpha function for snap animation

Change-Id: I49a58bc7c10b1103b302f92318207b2f627caa1f

10 years agoFix builder.example to work with updated ItemView code. 63/32363/1
Kingsley Stephens [Wed, 17 Dec 2014 11:50:28 +0000 (11:50 +0000)]
Fix builder.example to work with updated ItemView code.

Change-Id: Id2a566a93648690cd1a308302e0047149c8f2c31

10 years agoLogging example 74/30374/7
Kingsley Stephens [Fri, 14 Nov 2014 15:13:32 +0000 (15:13 +0000)]
Logging example

Change-Id: Id506ba807dbe342c4a21a644c3027ffc31f59363

10 years agoMerge "Better background for image scaling mode demo" into tizen
Paul Wisbey [Thu, 11 Dec 2014 15:39:40 +0000 (07:39 -0800)]
Merge "Better background for image scaling mode demo" into tizen

10 years agoDALi Version 1.0.21 77/31877/1 dali_1.0.21
Nick Holland [Thu, 11 Dec 2014 15:02:36 +0000 (15:02 +0000)]
DALi Version 1.0.21

Change-Id: I374f5c1c386ba620014655518b3981ef50ebcdaa

10 years agoBetter background for image scaling mode demo 73/31873/1
Andrew Cox [Thu, 11 Dec 2014 14:56:51 +0000 (14:56 +0000)]
Better background for image scaling mode demo

Change-Id: I0001b9ca088c6a2762660d789d9285aedd0b47df
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoCreate 1 shared 1x1 white BitmapImage instead of 1 per item 31/31531/1 accepted/tizen/common/20141211.150204 accepted/tizen/mobile/20141216.080617 accepted/tizen/tv/20141215.043914 accepted/tizen/wearable/20141215.104627 submit/tizen/20141211.140945
Andrew Cox [Fri, 5 Dec 2014 13:31:43 +0000 (13:31 +0000)]
Create 1 shared 1x1 white BitmapImage instead of 1 per item

The way this was written, we had hundreds of identical 1x1 BitmapImages
for item checkboxes live during a scroll.

Change-Id: I0529c803476103d8fbff3f1fb88b5d6d549ccbcc
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
10 years agoDALi Version 1.0.20 81/31281/1 dali_1.0.20
Lee Morgan [Wed, 3 Dec 2014 12:26:09 +0000 (12:26 +0000)]
DALi Version 1.0.20

Change-Id: I9b04b564ea5415942e5594a7f085adb6b4e9583b

10 years agoAdded path animation example in animation.json script for verification 01/31001/2
Ferran Sole [Fri, 28 Nov 2014 10:41:43 +0000 (10:41 +0000)]
Added path animation example in animation.json script for verification

Change-Id: I0448b0d1d794aa7c1e9760da4cf48914651a07c3

10 years agoDALi Version 1.0.19 41/30941/1 dali_1.0.19
Kingsley Stephens [Thu, 27 Nov 2014 11:27:18 +0000 (11:27 +0000)]
DALi Version 1.0.19

Change-Id: I632c0db173fcf1ffa5d4d94816436a5624a24577

10 years agoDemoHelper: correct the ScalePointSize function 84/30584/1
Xiangyin Ma [Thu, 20 Nov 2014 16:59:49 +0000 (16:59 +0000)]
DemoHelper: correct the ScalePointSize function

Change-Id: Ib4ececd7cbff7f27524bd9e1fce605a6c83fda42

10 years agoDALi Version 1.0.18 74/30574/1 dali_1.0.18
Xiangyin Ma [Thu, 20 Nov 2014 13:06:44 +0000 (13:06 +0000)]
DALi Version 1.0.18

Change-Id: Ib9db9b03577556fc5e426f194b8ff3d8e063005e

10 years ago(demo) fix klocwork issues 47/30347/3
Xiangyin Ma [Fri, 14 Nov 2014 18:05:41 +0000 (18:05 +0000)]
(demo) fix klocwork issues

Change-Id: I9db6f14c19c657aee1e149187ed9f14dbf8a28b6

10 years agoDALi Version 1.0.17 64/30264/1 dali_1.0.17
Nick Holland [Thu, 13 Nov 2014 11:24:27 +0000 (11:24 +0000)]
DALi Version 1.0.17

Change-Id: I7fbb7d0b4d31556e8d1e704f7feb6dda801dd035

10 years agoUpdates after the use of const refs in gesture callbacks 31/30131/1
Adeel Kazmi [Tue, 11 Nov 2014 16:01:16 +0000 (16:01 +0000)]
Updates after the use of const refs in gesture callbacks

Change-Id: I231053cbaf99764247615dad6ba9677458181a13

10 years agoremoving use of using namespace std; 52/30052/2
Kimmo Hoikka [Fri, 7 Nov 2014 17:21:38 +0000 (17:21 +0000)]
removing use of using namespace std;

Change-Id: I766499cbf26b9f3cf263ad95801883e685c51fda

10 years agoMerge "Remove handle::operator=(NULL) as it is duplicating handle.Reset() functionali...
Adeel Kazmi [Thu, 6 Nov 2014 08:27:42 +0000 (00:27 -0800)]
Merge "Remove handle::operator=(NULL) as it is duplicating handle.Reset() functionality and thus redundant" into tizen

10 years agoDALi Version 1.0.16 65/29965/1 dali_1.0.16
Adeel Kazmi [Thu, 6 Nov 2014 08:19:55 +0000 (08:19 +0000)]
DALi Version 1.0.16

Change-Id: Ib7ab32783c9d4f87a861635dd33d418b530310d4

10 years agoRemove handle::operator=(NULL) as it is duplicating handle.Reset() functionality... 35/29935/1
Kimmo Hoikka [Wed, 5 Nov 2014 18:38:11 +0000 (18:38 +0000)]
Remove handle::operator=(NULL) as it is duplicating handle.Reset() functionality and thus redundant

Change-Id: I7196d3999b0838f479e56a3954db28600d824cbd

10 years agoTest application to check context loss 66/29866/2
David Steele [Wed, 5 Nov 2014 12:00:45 +0000 (12:00 +0000)]
Test application to check context loss

This application sets up a number of images, meshes, models and text
actors with a variety of effects, and can be used to visually check
that they are all still running after context loss and regain.

Change-Id: I3e07be5442a249a8f09e5f1919e46552413c6824
Signed-off-by: David Steele <david.steele@partner.samsung.com>
10 years agoDALi Version 1.0.15 07/29607/1 dali_1.0.15
Adeel Kazmi [Thu, 30 Oct 2014 10:08:25 +0000 (10:08 +0000)]
DALi Version 1.0.15

Change-Id: I260e72cb4c324d3a253cdb69380ecbe48cf4d4b3

10 years agoDALi Version 1.0.14 94/29194/1 dali_1.0.14
Lee Morgan [Wed, 22 Oct 2014 10:55:46 +0000 (11:55 +0100)]
DALi Version 1.0.14

Change-Id: Ibbb2eb1560febfdc1792ef32962baf112e38da94