platform/core/uifw/dali-core.git
6 years ago[4.0] When native image is destroyed, It call TriggerEventInterface 95/154795/1 accepted/tizen/4.0/unified/20171012.230017 submit/tizen_4.0/20171012.085532 submit/tizen_4.0/20171012.091159 submit/tizen_4.0/20171014.001058 tizen_4.0.IoT.p1_release
taeyoon0.lee [Wed, 11 Oct 2017 08:32:41 +0000 (17:32 +0900)]
[4.0] When native image is destroyed, It call TriggerEventInterface

This reverts commit ec726413586c8e080cd7590260c4a776c7dfb32b.

Change-Id: I3be243ea94800af14bdf16e8a39bb5bb0b9c3996

6 years ago[4.0] check if event is called from main thread always 94/154794/1
taeyoon0.lee [Wed, 11 Oct 2017 08:31:57 +0000 (17:31 +0900)]
[4.0] check if event is called from main thread always

This reverts commit 0fc41a96ca4bb15bfd915b907b278810d8dab628.

Change-Id: Icd43407b21ae0a6c861dedc6083dbe5cfe846bed

6 years ago[4.0] Restore Uploaded signal for BufferImage and ResourceImage 93/154793/1
taeyoon0.lee [Wed, 11 Oct 2017 08:31:12 +0000 (17:31 +0900)]
[4.0] Restore Uploaded signal for BufferImage and ResourceImage

This reverts commit bf0fc38794304b32d2bb7770e42d2e0dc82c4714.

Change-Id: I155d729832ca9c01d3e298d11d92e29ffe7566f4

6 years agoMerge branch 'devel/master (1.2.60)' into tizen_4.0 92/154792/1
taeyoon0.lee [Wed, 11 Oct 2017 08:26:42 +0000 (17:26 +0900)]
Merge branch 'devel/master (1.2.60)' into tizen_4.0

Change-Id: Ide9c356938107479ed2288c81f0876a9c8f445bf

6 years agoRevert "[4.0] Restore Uploaded signal for BufferImage and ResourceImage" 91/154791/1
taeyoon0.lee [Wed, 11 Oct 2017 08:25:28 +0000 (17:25 +0900)]
Revert "[4.0] Restore Uploaded signal for BufferImage and ResourceImage"

This reverts commit 45a28cb889a15c044232c25705129ff4193dc125.

Change-Id: I00a648900baad2c497ff7943054139a0f62ba333

6 years agoRevert "[4.0] check if event is called from main thread always" 90/154790/1
taeyoon0.lee [Wed, 11 Oct 2017 08:25:06 +0000 (17:25 +0900)]
Revert "[4.0] check if event is called from main thread always"

This reverts commit 7b7795e0ea89309977a2b1343553a72775d0fe05.

Change-Id: Ie8db3705a152e8de11e22a4fdde59c123230de3b

6 years agoRevert "[4.0] Initialize random number generator" 89/154789/1
taeyoon0.lee [Wed, 11 Oct 2017 08:24:41 +0000 (17:24 +0900)]
Revert "[4.0] Initialize random number generator"

This reverts commit a6f1d65817d345731c06de99d88f7ac8c95cb7c8.

Change-Id: I8aaf48d430aaa1f00e41c800807292eef387e81b

6 years agoRevert "[4.0] Fast bounding-box clipping feature" 88/154788/1
taeyoon0.lee [Wed, 11 Oct 2017 08:24:17 +0000 (17:24 +0900)]
Revert "[4.0] Fast bounding-box clipping feature"

This reverts commit e5ae770573de0421fdeb9b5509a82fdd14e92284.

Change-Id: Idd67527d44805844224f3673c1b024a855e587db

6 years agoRevert "[4.0] When native image is destroyed, It call TriggerEventInterface" 87/154787/1
taeyoon0.lee [Wed, 11 Oct 2017 08:23:21 +0000 (17:23 +0900)]
Revert "[4.0] When native image is destroyed, It call TriggerEventInterface"

This reverts commit 9b15d29195c609d5865bc8481ad45d4ca33e6894.

Change-Id: Iea39627415e4b26bd73cc25c1ef677e41ea12917

6 years agoMerge "Add types to Device::SubClass" into devel/master
Adeel Kazmi [Tue, 10 Oct 2017 15:16:37 +0000 (15:16 +0000)]
Merge "Add types to Device::SubClass" into devel/master

6 years agoInitialize Random::Range() 41/154441/1
Seoyeon Kim [Tue, 10 Oct 2017 08:04:01 +0000 (17:04 +0900)]
Initialize Random::Range()

- For security, the random number generator would be initialized
to use rand().

Change-Id: I6930001c41001ec217bf706d84dc15b71a17d1fe
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoAdd types to Device::SubClass 32/152832/2
Heeyong Song [Wed, 27 Sep 2017 07:43:22 +0000 (16:43 +0900)]
Add types to Device::SubClass

Change-Id: I15d51283f0e7c9e7281ce36f5cad07f94a471e78

6 years agoMerge "Fast bounding-box clipping feature" into devel/master
Adeel Kazmi [Fri, 6 Oct 2017 16:42:16 +0000 (16:42 +0000)]
Merge "Fast bounding-box clipping feature" into devel/master

6 years agoDALi Version 1.2.60 32/154132/1 dali_1.2.60
Adeel Kazmi [Fri, 6 Oct 2017 15:54:18 +0000 (16:54 +0100)]
DALi Version 1.2.60

Change-Id: Ib1abc4944e268ed54fa7cf2d48cf3756bd213e73

6 years agoFast bounding-box clipping feature 98/151998/9
Tom Robinson [Fri, 22 Sep 2017 17:04:51 +0000 (18:04 +0100)]
Fast bounding-box clipping feature

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

* Actors/Views with CLIP_TO_BOUNDING_BOX will also be rendered.

* Note: Demo will be pushed separately

Change-Id: I55d6da274861b4f4ef1473996c8572733964d47f

6 years agoAdd macro for Public API read-only properties 42/153942/2
Adeel Kazmi [Tue, 3 Oct 2017 17:45:28 +0000 (18:45 +0100)]
Add macro for Public API read-only properties

Change-Id: I7f3acc4cbf8c9b4346059656379965f8c96184d1

6 years agoMoved some Actor APIs to the Public API 20/153820/1
Adeel Kazmi [Fri, 29 Sep 2017 17:44:46 +0000 (18:44 +0100)]
Moved some Actor APIs to the Public API

Change-Id: I2f2d9dcd542ac9d9472dd7b31e6b6a5ab6c7443a

6 years agoMove device codes & related TouchData & KeyEvent methods to Public API 07/153807/1
Adeel Kazmi [Fri, 29 Sep 2017 16:01:17 +0000 (17:01 +0100)]
Move device codes & related TouchData & KeyEvent methods to Public API

Change-Id: I241cac5fb236d02bc87a0aeb71b2bca0cb0985b1

6 years agoMoved some Animation Devel APIs to the Public API 67/153767/2
Adeel Kazmi [Fri, 29 Sep 2017 10:04:24 +0000 (11:04 +0100)]
Moved some Animation Devel APIs to the Public API

Change-Id: I00b44927867a3328d4fb59d7221c584eb3e453c6

6 years agoMerge changes Iebb3261e,I67abf9f4 into devel/master
Adeel Kazmi [Fri, 29 Sep 2017 12:51:34 +0000 (12:51 +0000)]
Merge changes Iebb3261e,I67abf9f4 into devel/master

* changes:
  Moved Dali::Vector functions to support C++11 range-based loop to Public API
  Move GLES 3.0 floating point pixel formats to Public API

6 years agoMerge "Move WeakHandle to the Public API" into devel/master
Adeel Kazmi [Fri, 29 Sep 2017 12:50:41 +0000 (12:50 +0000)]
Merge "Move WeakHandle to the Public API" into devel/master

6 years agoDALi Version 1.2.59 84/153784/1 dali_1.2.59
Francisco Santos [Fri, 29 Sep 2017 12:19:06 +0000 (13:19 +0100)]
DALi Version 1.2.59

Change-Id: I06a5c94f9aa0fa3e3259bf40c4c3089e6af7c01a

6 years agoMoved Dali::Vector functions to support C++11 range-based loop to Public API 35/153535/4
Adeel Kazmi [Thu, 28 Sep 2017 17:03:41 +0000 (18:03 +0100)]
Moved Dali::Vector functions to support C++11 range-based loop to Public API

Change-Id: Iebb3261eb8880d80e7a8a950f263510197ba7408

6 years agoMove WeakHandle to the Public API 33/153533/3
Adeel Kazmi [Thu, 28 Sep 2017 14:38:17 +0000 (15:38 +0100)]
Move WeakHandle to the Public API

Change-Id: Ie324f3da23047374b6a857b1d74ca5867caa2969

6 years agoMove GLES 3.0 floating point pixel formats to Public API 34/153534/4
Adeel Kazmi [Thu, 28 Sep 2017 15:13:49 +0000 (16:13 +0100)]
Move GLES 3.0 floating point pixel formats to Public API

Change-Id: I67abf9f4063080bd1a0f4c258d2b80bfd6284da1

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>