platform/core/uifw/dali-core.git
6 years ago[4.0] When native image is destroyed, It call TriggerEventInterface 95/153595/1 accepted/tizen/4.0/unified/20171010.163010 accepted/tizen/4.0/unified/20171011.071820 submit/tizen_4.0/20171010.043359 submit/tizen_4.0/20171011.020858
Joogab Yun [Tue, 26 Sep 2017 07:19:33 +0000 (16:19 +0900)]
[4.0] When native image is destroyed, It call TriggerEventInterface
callback

Change-Id: Icf4a553456639e3bfcd0165aa863f5771d4b5f48

6 years ago[4.0] Fast bounding-box clipping feature 40/153540/1
Tom Robinson [Fri, 22 Sep 2017 17:04:51 +0000 (18:04 +0100)]
[4.0] Fast bounding-box clipping feature

* API: Actor::Property::CLIPPING_MODE  enum: ClippingMode::CLIP_TO_BOUNDING_BOX

* Actors/Views with CLIP_TO_BOUNDING_BOX will not be rendered. They are used purely to define clipping regions.

* Note: Demo will be pushed separately

Change-Id: I55d6da274861b4f4ef1473996c8572733964d47f

6 years ago[4.0] Initialize random number generator 18/153318/1
Jinho, Lee [Thu, 28 Sep 2017 04:28:37 +0000 (13:28 +0900)]
[4.0] Initialize random number generator

This reverts commit bfadf27db5d885b3654d5b2662ac2f1f154d4001.

Change-Id: I48ff214e69ee2886a6344562220a32a61a05ce89

6 years ago[4.0] check if event is called from main thread always 17/153317/1
Jinho, Lee [Thu, 28 Sep 2017 04:28:19 +0000 (13:28 +0900)]
[4.0] check if event is called from main thread always

This reverts commit 2d7d2e258f73bb63f895c048b149aa180aae7b2d.

Change-Id: I3fe1e5334840700fb189a90b7dd9782a7d0cc8c9

6 years ago[4.0] Restore Uploaded signal for BufferImage and ResourceImage 16/153316/1
Jinho, Lee [Thu, 28 Sep 2017 04:28:03 +0000 (13:28 +0900)]
[4.0] Restore Uploaded signal for BufferImage and ResourceImage

This reverts commit f5efbac5fd5298ba903cdc09d98458b7cbb779b2.

Change-Id: Ib4ffeafd711d2a6ebd1fbcbb8738933dea2d9f88

6 years agoMerge branch 'devel/master' into tizen_4.0 15/153315/1
Jinho, Lee [Thu, 28 Sep 2017 04:27:46 +0000 (13:27 +0900)]
Merge branch 'devel/master' into tizen_4.0

Change-Id: Iaf47ae3327b8d0c6b3eb131b125d41309eab90b0

6 years agoRevert "[4.0] Restore Uploaded signal for BufferImage and ResourceImage" 14/153314/1
Jinho, Lee [Thu, 28 Sep 2017 04:27:30 +0000 (13:27 +0900)]
Revert "[4.0] Restore Uploaded signal for BufferImage and ResourceImage"

This reverts commit 2ca2475f5fe2df4469d043d868241206bf2bbcef.

Change-Id: Ifeab23e4bb043bbeee84cfbb5139bbb8aac8d902

6 years agoRevert "[4.0] check if event is called from main thread always" 13/153313/1
Jinho, Lee [Thu, 28 Sep 2017 04:27:19 +0000 (13:27 +0900)]
Revert "[4.0] check if event is called from main thread always"

This reverts commit 21e5b6ffbc7fe6c2708af2f7be380e2b4c85d91d.

Change-Id: If99b82ccf7448ad0e9d88d46ef613d47c93660e6

6 years agoRevert "[4.0] Initialize random number generator" 12/153312/1
Jinho, Lee [Thu, 28 Sep 2017 04:24:06 +0000 (13:24 +0900)]
Revert "[4.0] Initialize random number generator"

This reverts commit 3ab60cd59158d0e53200b4ac6499eea712f7d325.

Change-Id: Ic2b1df528a68a69baf2e905db97878957853817d

6 years agoMerge "Revert "Initialize random number generator"" into devel/master
David Steele [Mon, 25 Sep 2017 10:11:50 +0000 (10:11 +0000)]
Merge "Revert "Initialize random number generator"" into devel/master

6 years agoDALi Version 1.2.58 78/151978/1 dali_1.2.58
David Steele [Fri, 22 Sep 2017 14:23:24 +0000 (15:23 +0100)]
DALi Version 1.2.58

Change-Id: I23786c16cdc0634c08427874cc13f13ddcf7fa6e

6 years agoRevert "Initialize random number generator" 73/151973/2
Adeel Kazmi [Fri, 22 Sep 2017 14:05:47 +0000 (14:05 +0000)]
Revert "Initialize random number generator"

This reverts commit 44a82fbf3adc959512e01c02cc8fdd1448041d76.

Change-Id: I0fd10645614e815463a75046a3bae089e778a76a

6 years agoMerge "Initialize random number generator" into devel/master
Adeel Kazmi [Thu, 21 Sep 2017 11:03:08 +0000 (11:03 +0000)]
Merge "Initialize random number generator" into devel/master

6 years agoChange the order of the nodes when actors are moved 82/151082/2
Adeel Kazmi [Tue, 19 Sep 2017 14:33:03 +0000 (15:33 +0100)]
Change the order of the nodes when actors are moved

This is required because certain clipping scenarios stopped working as we only changed the depth
index on the nodes but not the order in which they appear in the container.

Clipping relied on the order of the nodes in the hieararchy.

Change-Id: I7194c35318f55c326fe82886d6b58a865999e7bc

6 years agoDALi Version 1.2.57 90/150390/1 dali_1.2.57
Agnelo Vaz [Fri, 15 Sep 2017 10:09:23 +0000 (11:09 +0100)]
DALi Version 1.2.57

Change-Id: I7d9384b3c3d89dc55d897df554e07d1d14b3a757

6 years ago[4.0] Initialize random number generator 59/150259/1 accepted/tizen/4.0/unified/20170918.093559 submit/tizen_4.0/20170915.030644 submit/tizen_4.0/20170915.041056
Seoyeon Kim [Fri, 15 Sep 2017 02:17:11 +0000 (11:17 +0900)]
[4.0] Initialize random number generator

- Call to function 'rand()' is insecure.

Change-Id: I696e689ad6e02b5349c6546c4648a0aaff2c58d6
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoInitialize random number generator 48/150248/1
Seoyeon Kim [Fri, 15 Sep 2017 02:17:11 +0000 (11:17 +0900)]
Initialize random number generator

- Call to function 'rand()' is insecure.

Change-Id: I696e689ad6e02b5349c6546c4648a0aaff2c58d6
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoTest macros print just filename and not full path, all tests throw and harness catche... 00/150200/2
Kimmo Hoikka [Thu, 14 Sep 2017 17:04:41 +0000 (18:04 +0100)]
Test macros print just filename and not full path, all tests throw and harness catches tests

Change-Id: Ia62531a485a1e05625704f0c6ccef3d18390e9c0

6 years agoMerge "Fix SVACE issue" into devel/master
David Steele [Wed, 13 Sep 2017 17:25:50 +0000 (17:25 +0000)]
Merge "Fix SVACE issue" into devel/master

6 years agoFix SVACE issue 26/148426/4
Seoyeon Kim [Fri, 8 Sep 2017 02:11:39 +0000 (11:11 +0900)]
Fix SVACE issue

- Initialize mNode member at scene-graph-camera.cpp:154
- Even though 'siblings.front()' conditional at 5210 line prevents
siblings[i-1] at 5217 line from being, to clarify the range,
 'size_t i' variable begins 1 in actor-impl.cpp

Change-Id: Ie3c99db4ab4bf879387dd04beb2867115ba8eef5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years ago[4.0] check if event is called from main thread always 05/148905/3
Heeyong Song [Mon, 11 Sep 2017 06:07:15 +0000 (15:07 +0900)]
[4.0] check if event is called from main thread always

Change-Id: I70cf8f9d3000bb9a21fbbdd33db0b46df8abd56e

6 years ago[4.0] Restore Uploaded signal for BufferImage and ResourceImage 03/148903/2
Heeyong Song [Mon, 11 Sep 2017 06:06:49 +0000 (15:06 +0900)]
[4.0] Restore Uploaded signal for BufferImage and ResourceImage

Change-Id: Ib41a1077c1817390f5253bc3d0f43c4bcf4204ce

6 years agoMerge branch 'devel/master' into tizen_4.0 02/148902/1
Heeyong Song [Mon, 11 Sep 2017 06:06:22 +0000 (15:06 +0900)]
Merge branch 'devel/master' into tizen_4.0

Change-Id: I5a9937cf8001af4a1320eadb6ddf6b3981de0d96

6 years agoRevert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage" 01/148901/1
Heeyong Song [Mon, 11 Sep 2017 06:06:08 +0000 (15:06 +0900)]
Revert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage"

This reverts commit b733e432e92a0f88a7b71a1c8252d49249de1c82.

Change-Id: I60e3383d23df10864351058a0f3196a381076b61

6 years agoRevert "[Tizen] check if event is called from main thread always" 00/148900/1
Heeyong Song [Mon, 11 Sep 2017 06:05:40 +0000 (15:05 +0900)]
Revert "[Tizen] check if event is called from main thread always"

This reverts commit 7c63561c64d346ad1a907e6688057f5ffee92ddc.

Change-Id: I423252f153febe63b887d552b7546df495280c4e

6 years agoRevert "[Tizen] Modified Layout direction property" 99/148899/1
Heeyong Song [Mon, 11 Sep 2017 06:04:33 +0000 (15:04 +0900)]
Revert "[Tizen] Modified Layout direction property"

This reverts commit b54a0a615fd52dd9317ea54542ba6add1f6ef8d5.

Change-Id: Id3c3a7c7c73e0ebffbc16d45c5cab3704681a149

6 years agoDALi Version 1.2.56 57/148657/1 dali_1.2.56
adam.b [Fri, 8 Sep 2017 08:27:07 +0000 (09:27 +0100)]
DALi Version 1.2.56

Change-Id: I83e8f7085e0b032a4a6751e282976382a6f0dac3

6 years agoSet false in inherit layout direction when SetProperty( LAYOUT_DIRECTION, ... ) is... 60/148360/1
taeyoon0.lee [Thu, 7 Sep 2017 13:49:14 +0000 (22:49 +0900)]
Set false in inherit layout direction when SetProperty( LAYOUT_DIRECTION, ... ) is called

 - If app developer SetProperty( LAYOUT_DIRECTION, ... ), INHERIT_LAYOUT_DIRECTION should be always false.

Change-Id: Ifc1855e667e188c3d8dd468aa188c7acac268733

6 years agoFixed coverage 39/148339/1
Adeel Kazmi [Thu, 7 Sep 2017 12:08:54 +0000 (13:08 +0100)]
Fixed coverage

Change-Id: Iadb1b6823282812c4902ba78c937df915e758d5b

6 years agoMerge "Modified Layout direction property" into devel/master
taeyoon0.lee [Thu, 7 Sep 2017 04:47:28 +0000 (04:47 +0000)]
Merge "Modified Layout direction property" into devel/master

6 years agoModified Layout direction property 56/146256/13
taeyoon0.lee [Wed, 30 Aug 2017 12:43:15 +0000 (21:43 +0900)]
Modified Layout direction property

 - LAYOUT_DIRECTION_INHERITANCE to INHERIT_LAYOUT_DIRECTION
 - Added behavior by INHERIT_LAYOUT_DIRECTION

Change-Id: Ia911a834821bd4fa38d44c7fb93d100ac4514450

6 years agoSupport dual ABI 93/138393/13
Denis Khalikov [Thu, 23 Mar 2017 10:05:21 +0000 (13:05 +0300)]
Support dual ABI

Change-Id: I9f0f491d6485fe3c8c535d732f824a030825b1e5

6 years agoDALi Version 1.2.55 14/147214/1 dali_1.2.55
Umar [Fri, 1 Sep 2017 11:35:02 +0000 (12:35 +0100)]
DALi Version 1.2.55

Change-Id: Id9c669c2eb751b7bfc825a1f07127624db28f972

6 years ago[Tizen] Modified Layout direction property 86/147086/1 accepted/tizen/4.0/unified/20170907.192416 accepted/tizen/4.0/unified/20170913.003416 submit/tizen/20170912.010434 submit/tizen_4.0/20170901.082413 submit/tizen_4.0/20170907.133944 submit/tizen_4.0/20170908.031457
taeyoon0.lee [Wed, 30 Aug 2017 12:43:15 +0000 (21:43 +0900)]
[Tizen] Modified Layout direction property

 - LAYOUT_DIRECTION_INHERITANCE to INHERIT_LAYOUT_DIRECTION
 - Added behavior by INHERIT_LAYOUT_DIRECTION

Change-Id: Ia911a834821bd4fa38d44c7fb93d100ac4514450

6 years ago[Tizen] check if event is called from main thread always 37/147037/1
Heeyong Song [Fri, 1 Sep 2017 00:27:08 +0000 (09:27 +0900)]
[Tizen] check if event is called from main thread always

Change-Id: I11f38cf26fd76641a2445e314b08797684383971

6 years ago[Tizen] Restore Uploaded signal for BufferImage and ResourceImage 36/147036/1
Heeyong Song [Fri, 1 Sep 2017 00:26:25 +0000 (09:26 +0900)]
[Tizen] Restore Uploaded signal for BufferImage and ResourceImage

Change-Id: I943380eb241e9f354c7f25bbb78fa7ca763f8b52

6 years agoMerge branch 'devel/master' into tizen_4.0 35/147035/1
Heeyong Song [Fri, 1 Sep 2017 00:25:59 +0000 (09:25 +0900)]
Merge branch 'devel/master' into tizen_4.0

Change-Id: I5d7600385ce3019adc228c201fd42611373f038e

6 years agoRevert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage" 34/147034/1
Heeyong Song [Fri, 1 Sep 2017 00:22:44 +0000 (09:22 +0900)]
Revert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage"

This reverts commit 7095a7670e36ca256f93969ae7a607f4f93b0bf7.

Change-Id: Ia3663afc447a8c53a2ce477f8677b1d2e2d9784d

6 years agoRevert "[Tizen] check if event is called from main thread always" 33/147033/1
Heeyong Song [Fri, 1 Sep 2017 00:22:00 +0000 (09:22 +0900)]
Revert "[Tizen] check if event is called from main thread always"

This reverts commit 965e7df5862a0c7c62999ddc6ae71f5f58f99849.

Change-Id: I9acca97869a83c41091d0274dbb3ee78ca2d2d6e

6 years agoMerge "Revise installing a license file in automated-test" into devel/master
Adeel Kazmi [Thu, 31 Aug 2017 10:00:39 +0000 (10:00 +0000)]
Merge "Revise installing a license file in automated-test" into devel/master

6 years agoRevert "Change Dali::Thread, Dali::Mutex and Dali::ConditionalWait to use std::thread... 59/146459/1
Heeyong Song [Tue, 29 Aug 2017 02:33:35 +0000 (11:33 +0900)]
Revert "Change Dali::Thread, Dali::Mutex and Dali::ConditionalWait to use std::thread from C++ 11 instead of pthread APIs"

This reverts commit c659ac010b256880530f33e657876ffbee95b769.
It caused GBS build error in Tizen 4.0.

Change-Id: I50858dda10d27b0d928d087c26c6e1b125925170

6 years agoAdded signal for layout direction 25/145525/6
taeyoon0.lee [Tue, 22 Aug 2017 15:17:24 +0000 (00:17 +0900)]
Added signal for layout direction

Change-Id: Ib29281a44e6d8bdcbe6df56360b11643c0186d53

6 years agoMerge "Change Dali::Thread, Dali::Mutex and Dali::ConditionalWait to use std::thread...
Adeel Kazmi [Fri, 25 Aug 2017 13:00:15 +0000 (13:00 +0000)]
Merge "Change Dali::Thread, Dali::Mutex and Dali::ConditionalWait to use std::thread from C++ 11 instead of pthread APIs" into devel/master

6 years agoDALi Version 1.2.54 43/146243/1 dali_1.2.54
Francisco Santos [Fri, 25 Aug 2017 10:48:25 +0000 (11:48 +0100)]
DALi Version 1.2.54

Change-Id: Ifacf591d87a6888f7950bf236801e76c888e2f5b

6 years agoRevise installing a license file in automated-test 96/146196/1
Youngjae Shin [Tue, 22 Aug 2017 05:26:40 +0000 (14:26 +0900)]
Revise installing a license file in automated-test

Change-Id: I4a0940bfcac12057f3012427824a9f6c75813610

6 years agoMerge "Ensure Animatable component properties can be animated" into devel/master
David Steele [Thu, 24 Aug 2017 13:33:30 +0000 (13:33 +0000)]
Merge "Ensure Animatable component properties can be animated" into devel/master

6 years agoMerge changes I57a04bbc,I14901695 into devel/master
Adeel Kazmi [Thu, 24 Aug 2017 12:52:46 +0000 (12:52 +0000)]
Merge changes I57a04bbc,I14901695 into devel/master

* changes:
  Added option to test harness execution to only summarize failures
  Added CMake build system

6 years agoChange Dali::Thread, Dali::Mutex and Dali::ConditionalWait to use std::thread from... 19/144719/9
Kimmo Hoikka [Thu, 17 Aug 2017 13:51:33 +0000 (14:51 +0100)]
Change Dali::Thread, Dali::Mutex and Dali::ConditionalWait to use std::thread from C++ 11 instead of pthread APIs

Change-Id: I249a75bcf5bda7c4a747182cfb95710db244477f

6 years agoEnsure Animatable component properties can be animated 79/145779/3
Adeel Kazmi [Wed, 23 Aug 2017 18:35:47 +0000 (19:35 +0100)]
Ensure Animatable component properties can be animated

Before this patch, when we tried to animate a component of a registered animatable property, there would be an assert.

Change-Id: I4abd6627c340c513154a351bce8c36a83038a8f4

6 years agoRevert "[Tizen] Enable Debug on" 97/145797/1 accepted/tizen/unified/20170824.172447 submit/tizen/20170824.061020
Seoyeon Kim [Thu, 24 Aug 2017 01:22:26 +0000 (10:22 +0900)]
Revert "[Tizen] Enable Debug on"

This reverts commit bf29cb32a057dbdfa37226c36295b918154474cb.

Change-Id: Ic4a48633200e8913d2bd3bb514995d3031b5cbad

6 years ago[Tizen] check if event is called from main thread always 91/145791/1
dongsug.song [Thu, 24 Aug 2017 01:09:40 +0000 (10:09 +0900)]
[Tizen] check if event is called from main thread always

Change-Id: I53e58ad81cee9ea38da21b991a589c554f83d6f0
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoAdded option to test harness execution to only summarize failures 76/145776/1
David Steele [Wed, 23 Aug 2017 18:26:49 +0000 (19:26 +0100)]
Added option to test harness execution to only summarize failures

Change-Id: I57a04bbc5901c1113eaed2e8cb3291f03b08f37b

6 years agoAdded Animatable Component Registration Macro for Devel API 65/145765/1
Adeel Kazmi [Wed, 23 Aug 2017 15:11:44 +0000 (16:11 +0100)]
Added Animatable Component Registration Macro for Devel API

Change-Id: I4465d45bf656747e960a72187d4ce5e505b98ec4

6 years agoAdded CMake build system 68/144968/3
David Steele [Fri, 18 Aug 2017 20:14:36 +0000 (21:14 +0100)]
Added CMake build system

Added a secondary folder build/tizen-cmake which implements a CMake equivalent of
autotools

Ensured coverage rules work fine.

(Note, doesn't have a pkg-config setup, as dali-core doesn't need one)

Change-Id: I14901695eabc0c8f8b6462b6e0c46dfa1664e750
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoEnsure all users can run the unit test cases on the same machine. 96/145196/6
Victor Cebollada [Mon, 21 Aug 2017 14:07:11 +0000 (15:07 +0100)]
Ensure all users can run the unit test cases on the same machine.

Change-Id: Iba197387621e1c00a1596bda20460b7059c95210
Signed-off-by: Victor Cebollada <v.cebollada@ex1.seri.co.uk>
6 years agoMerge "Make warning message instead of Assert when getting Child Property" into devel...
minho.sun [Mon, 21 Aug 2017 07:12:27 +0000 (07:12 +0000)]
Merge "Make warning message instead of Assert when getting Child Property" into devel/master

6 years agoMerge "Added property of layout direction for RTL/LTR support" into devel/master
taeyoon0.lee [Mon, 21 Aug 2017 04:53:02 +0000 (04:53 +0000)]
Merge "Added property of layout direction for RTL/LTR support" into devel/master

6 years agoMake warning message instead of Assert when getting Child Property 63/143463/5
minho.sun [Thu, 10 Aug 2017 04:37:18 +0000 (13:37 +0900)]
Make warning message instead of Assert when getting Child Property

If there is no child property, makes warning message instead of Assert
and ignores behaviour.

Change-Id: I0ac8936e203607a14a6891228b54955cf3702f7a
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoDALi Version 1.2.53 09/144909/1 dali_1.2.53
Victor Cebollada [Fri, 18 Aug 2017 09:20:06 +0000 (10:20 +0100)]
DALi Version 1.2.53

Change-Id: I54ecff9e1a778a67afc92a31aa5306ae21fdbbb5

6 years agoAdded property of layout direction for RTL/LTR support 40/144140/11
taeyoon0.lee [Mon, 14 Aug 2017 15:42:10 +0000 (00:42 +0900)]
Added property of layout direction for RTL/LTR support

Change-Id: I515ef33ca7501731706a199c06030457a4e8c289

6 years agoMerge "change DALI_COMPILE_TIME_ASSERT to use static_assert from C++ 11" into devel...
David Steele [Wed, 16 Aug 2017 13:14:18 +0000 (13:14 +0000)]
Merge "change DALI_COMPILE_TIME_ASSERT to use static_assert from C++ 11" into devel/master

6 years agoMerge "Replace GCC specific __thread with C++ 11 keyword thread_local" into devel...
David Steele [Wed, 16 Aug 2017 12:13:38 +0000 (12:13 +0000)]
Merge "Replace GCC specific __thread with C++ 11 keyword thread_local" into devel/master

6 years agochange DALI_COMPILE_TIME_ASSERT to use static_assert from C++ 11 05/144405/2
Kimmo Hoikka [Wed, 16 Aug 2017 12:11:19 +0000 (13:11 +0100)]
change DALI_COMPILE_TIME_ASSERT to use static_assert from C++ 11

Change-Id: Id88005a34a42c372a007def8cee9ae5a15debe46

6 years agoReplace GCC specific __thread with C++ 11 keyword thread_local 78/144378/2
Kimmo Hoikka [Wed, 16 Aug 2017 10:55:33 +0000 (11:55 +0100)]
Replace GCC specific __thread with C++ 11 keyword thread_local

Change-Id: I8bfd5684a7c198a332c81362eb643851bf2d5e77

6 years agofix CppCheck error in Quaternion 03/142103/2
Kimmo Hoikka [Wed, 2 Aug 2017 12:06:15 +0000 (13:06 +0100)]
fix CppCheck error in Quaternion

dali/public-api/math/quaternion.cpp 54 useInitializationList

Change-Id: Ib207e9e84642fde5a75d0c106f2a43417885a757

6 years ago[Tizen] Enable Debug on 96/143996/2 accepted/tizen/4.0/unified/20170829.015852 accepted/tizen/unified/20170822.184835 submit/tizen/20170814.093340 submit/tizen/20170822.100117 submit/tizen_4.0/20170828.100004
Seoyeon Kim [Mon, 14 Aug 2017 07:28:47 +0000 (16:28 +0900)]
[Tizen] Enable Debug on

Change-Id: I052b2bdb03bc29caa27ff126ac26ada3bfc5be25
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years ago[Tizen] Restore Uploaded signal for BufferImage and ResourceImage 49/143949/1
Seoyeon Kim [Mon, 14 Aug 2017 06:03:58 +0000 (15:03 +0900)]
[Tizen] Restore Uploaded signal for BufferImage and ResourceImage

This reverts commit cfd7fe8814da7c750026c8bd40265987c581d9bc.

Change-Id: Ic203ec552bcebdcb646496b0555ba0922396fc62

6 years agoMerge branch 'devel/master' into tizen 34/143934/1
Seoyeon Kim [Mon, 14 Aug 2017 04:57:45 +0000 (13:57 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Id7675c8f2ba06883eb6d5bc186511dc23a265bf2

6 years agoRevert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage" 33/143933/1
Seoyeon Kim [Mon, 14 Aug 2017 04:56:21 +0000 (13:56 +0900)]
Revert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage"

This reverts commit 60ed3ebd0effae1181de6155549bb2b4873fd5a5.

Change-Id: Ib52119e34ae094a0808611c5c7c34e4db58d44b1

6 years agoRevert "[Tizen] Stage's default background color change to transparent" 32/143932/1
Seoyeon Kim [Mon, 14 Aug 2017 04:55:41 +0000 (13:55 +0900)]
Revert "[Tizen] Stage's default background color change to transparent"

This reverts commit cc18ff2ac19f0517f66d65c8ecd1782ebe99263d.

Change-Id: I61b7a9792824de2b0f3df54d3b0652d490bb4235

6 years agoDALi Version 1.2.52 35/143835/1 dali_1.2.52
Richard Huang [Fri, 11 Aug 2017 11:43:56 +0000 (12:43 +0100)]
DALi Version 1.2.52

Change-Id: I3343e69a9367225bddd17ab34f94479e3690f22f

6 years agoImplement Animation SetLoopMode and GetLoopMode API 33/140933/6
Seoyeon Kim [Thu, 27 Jul 2017 07:17:20 +0000 (16:17 +0900)]
Implement Animation SetLoopMode and GetLoopMode API

- Animation can play forwards and then runs backwards again using SetLoopMode().
- Enumeration 'LoopingMode' is one of RESTART and AUTO_REVERSE.

Change-Id: Ideecab8060d242874cb8997918b0a6e9c7734dd9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMerge "DALi Version 1.2.51" into devel/master
Adeel Kazmi [Fri, 4 Aug 2017 10:51:27 +0000 (10:51 +0000)]
Merge "DALi Version 1.2.51" into devel/master

6 years agoDALi Version 1.2.51 86/142586/1 dali_1.2.51
greynaga [Fri, 4 Aug 2017 10:43:22 +0000 (11:43 +0100)]
DALi Version 1.2.51

Change-Id: I09a17c86137983b9bf17245296d4bebf3958017f

6 years agoFix SVACE issue 62/141862/1
Seoyeon Kim [Wed, 2 Aug 2017 00:40:41 +0000 (09:40 +0900)]
Fix SVACE issue

- At linear-constrainer-impl.cpp:138, 'mValue.Size()' should change to 'mProgress.Size()'.

Change-Id: I07799e08d0c5058dd09cd78f368be56b101c23cd
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMerge "Remove use of map-wrapper from TypeRegistry" into devel/master
David Steele [Tue, 1 Aug 2017 17:36:11 +0000 (17:36 +0000)]
Merge "Remove use of map-wrapper from TypeRegistry" into devel/master

6 years agoMerge "Fix some CppCheck errors" into devel/master
David Steele [Tue, 1 Aug 2017 12:07:36 +0000 (12:07 +0000)]
Merge "Fix some CppCheck errors" into devel/master

6 years ago[Tizen] Stage's default background color change to transparent 94/141494/1 accepted/tizen/unified/20170809.015308 submit/tizen/20170804.104325 submit/tizen/20170804.104701
minho.sun [Tue, 1 Aug 2017 01:01:01 +0000 (10:01 +0900)]
[Tizen] Stage's default background color change to transparent

This reverts commit c554c99d24516f490d4bd94d9b97b7261d60d656.

Change-Id: Ifc610a6daecbc811c2dfbb0825a3e6d89e282461

6 years ago[Tizen] Restore Uploaded signal for BufferImage and ResourceImage 93/141493/1
minho.sun [Tue, 1 Aug 2017 01:00:41 +0000 (10:00 +0900)]
[Tizen] Restore Uploaded signal for BufferImage and ResourceImage

This reverts commit 6654a7831fd9b56f881fe1118cdf1804669d879b.

Change-Id: Ia703aea3c61c85b1361538e88153dafc6f95e5a4

6 years agoMerge branch 'devel/master' into tizen 92/141492/1
minho.sun [Tue, 1 Aug 2017 01:00:01 +0000 (10:00 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ia7717724d74a848f6693842eb843170d3d41ddae

6 years agoRevert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage" 91/141491/1
minho.sun [Tue, 1 Aug 2017 00:59:15 +0000 (09:59 +0900)]
Revert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage"

This reverts commit e8820ac169f91c4bd0d5c7398cdea424efc8c751.

Change-Id: I235c56404128c67cc575420c9e0d6c81ae71c8d4

6 years agoRevert "[Tizen] Stage's default background color change to transparent" 90/141490/1
minho.sun [Tue, 1 Aug 2017 00:58:58 +0000 (09:58 +0900)]
Revert "[Tizen] Stage's default background color change to transparent"

This reverts commit a03efa4eda9598b8b21149935a4dfedac06ba112.

Change-Id: I12fb2827191ad702fd805a84362fbb7c95173454

6 years agoRemove use of map-wrapper from TypeRegistry 64/141464/5
Kimmo Hoikka [Mon, 31 Jul 2017 18:44:29 +0000 (19:44 +0100)]
Remove use of map-wrapper from TypeRegistry

Change-Id: Ib3ecc3ba0dedcbab16f3243c8cb134fdc2718f7d

6 years agoFix some CppCheck errors 71/141471/2
Kimmo Hoikka [Mon, 31 Jul 2017 14:19:43 +0000 (15:19 +0100)]
Fix some CppCheck errors

dali/internal/update/gestures/scene-graph-pan-gesture.h 138 operatorEqVarError
dali/integration-api/events/key-event-integ.cpp 42 passedByValue
dali/internal/event/actors/actor-impl.cpp 4867 redundantCopyLocalConst
dali/internal/event/animation/linear-constrainer-impl.h 113 arrayIndexThenCheck
dali/internal/event/events/key-event-processor.cpp 53 redundantAssignment
dali/internal/event/actors/actor-impl.h 1872 passedByValue
dali/internal/render/common/render-algorithms.cpp 203 duplicateBreak
dali/public-api/math/quaternion.cpp 54 useInitializationList

Change-Id: Ifa3b1cd65187d0e0c00f81368ba90a2988975739

6 years agoRemove map-wrapper from KeyEventImpl hack 49/141449/1
Kimmo Hoikka [Mon, 31 Jul 2017 11:52:13 +0000 (12:52 +0100)]
Remove map-wrapper from KeyEventImpl hack

Change-Id: I1f5fbaa21e9af596b9f5d9d7ed4329e8c0b2de51

6 years agoMerge "DALi Version 1.2.50" into devel/master
David Steele [Fri, 28 Jul 2017 16:01:58 +0000 (16:01 +0000)]
Merge "DALi Version 1.2.50" into devel/master

6 years agoDALi Version 1.2.50 26/141226/1 dali_1.2.50
Adeel Kazmi [Fri, 28 Jul 2017 15:54:30 +0000 (16:54 +0100)]
DALi Version 1.2.50

Change-Id: I59cc5089d616fd1d641eda79607d4a1f76be911c

6 years agoAdded Devel Animated with Default Property Reg macro 25/141025/1
Agnelo Vaz [Thu, 27 Jul 2017 17:39:48 +0000 (18:39 +0100)]
Added Devel Animated with Default Property Reg macro

Change-Id: Ib93c776adaae19cdc09bfa67f9840857ed25705f

6 years agoMerge "Updated dali_env script to ensure no build telemetry is sent." into devel...
Adeel Kazmi [Thu, 27 Jul 2017 16:06:12 +0000 (16:06 +0000)]
Merge "Updated dali_env script to ensure no build telemetry is sent." into devel/master

6 years agoUpdated dali_env script to ensure no build telemetry is sent. 46/140846/1
David Steele [Wed, 26 Jul 2017 18:56:06 +0000 (19:56 +0100)]
Updated dali_env script to ensure no build telemetry is sent.

By default, dotnet build sends telemetry about the build process to
Microsoft. This can be disabled by setting the environment variable
DOTNET_CLI_TELEMETRY_OPTOUT=1

Have added this to the dali_env script to ensure that none of the
build processes send this telemetry.

Change-Id: I3f7252b4eeef16207d04bc1f9fa251fdb1a3d870
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoImplement Animation PlayAfter() API 02/139402/11
Seoyeon Kim [Wed, 19 Jul 2017 00:53:02 +0000 (09:53 +0900)]
Implement Animation PlayAfter() API

- PlayAfter() API is to play Animation after the given time.

Change-Id: I177fed58bb2bdfd9df1f7acec7a9acbd83f8453e
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years ago[Tizen] Stage's default background color change to transparent 23/140123/1 accepted/tizen/4.0/unified/20170816.011706 accepted/tizen/unified/20170727.191519 submit/tizen/20170725.060315 submit/tizen/20170725.110106 submit/tizen/20170726.063443 submit/tizen/20170727.071110 submit/tizen_4.0/20170811.094300
taeyoon0.lee [Mon, 24 Jul 2017 03:04:10 +0000 (12:04 +0900)]
[Tizen] Stage's default background color change to transparent

This reverts commit 4f8a68bd4cf1212b9bfbfe19dd48aa945527e7fb.

Change-Id: Idedf730442758e2f584c537a4d1f91ad8f737414

6 years ago[Tizen] Restore Uploaded signal for BufferImage and ResourceImage 22/140122/1
taeyoon0.lee [Mon, 24 Jul 2017 03:03:34 +0000 (12:03 +0900)]
[Tizen] Restore Uploaded signal for BufferImage and ResourceImage

This reverts commit ccfa69a7d37b27e4975ad1fd02a293a2bca97900.

Change-Id: Ifd26827a10e5ec3a446568e7d00b17b5dbec5007

6 years agoMerge branch 'devel/master (1.2.49)' into tizen 21/140121/1
taeyoon0.lee [Mon, 24 Jul 2017 03:02:29 +0000 (12:02 +0900)]
Merge branch 'devel/master (1.2.49)' into tizen

Change-Id: I5395b8d828690e519b1699f25b8fa7ef50066308

6 years agoRevert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage" 20/140120/1
taeyoon0.lee [Mon, 24 Jul 2017 03:01:41 +0000 (12:01 +0900)]
Revert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage"

This reverts commit a746c9341870c1ba8e8b8c5ba4ab8b50adcff6be.

Change-Id: I7bc8aae9132799e5a681ef6fc1d097aa7f0678a6

6 years agoRevert "[Tizen] Stage's default background color change to transparent" 19/140119/1
taeyoon0.lee [Mon, 24 Jul 2017 03:00:49 +0000 (12:00 +0900)]
Revert "[Tizen] Stage's default background color change to transparent"

This reverts commit 54d2f2aa984fe6efe00a52a9f4e097b845cc59e9.

Change-Id: I0d31a678db5714242499d766a4766c207b6b1064

6 years agoDALi Version 1.2.49 49/140049/1 dali_1.2.49
David Steele [Fri, 21 Jul 2017 13:24:14 +0000 (14:24 +0100)]
DALi Version 1.2.49

Change-Id: I9608c1484003c63acdb49610ff413ca3db7222a7

6 years agoAdded Devel Animated Property Registration macro 94/138994/1
Agnelo Vaz [Fri, 14 Jul 2017 13:31:53 +0000 (14:31 +0100)]
Added Devel Animated Property Registration macro

Change-Id: Ib9e999d98a9eaa21bb3063302f143c24300f7d07

6 years agoMerge changes I0322e8d7,I26207d6a into devel/master
Adeel Kazmi [Fri, 14 Jul 2017 14:41:46 +0000 (14:41 +0000)]
Merge changes I0322e8d7,I26207d6a into devel/master

* changes:
  Added tracking of texture count to test harness
  Added a memory efficient Circular Queue to Dali

6 years agoDALi Version 1.2.48 77/138977/1 dali_1.2.48
adam.b [Fri, 14 Jul 2017 12:28:57 +0000 (13:28 +0100)]
DALi Version 1.2.48

Change-Id: Iecd686ab2ee242d033f2b7908739936232716a67