platform/core/uifw/dali-core.git
6 years ago[4.0] DALi version 1.2.66 93/160793/1 accepted/tizen/4.0/unified/20171121.061725 submit/tizen_4.0/20171120.062402
Heeyong Song [Mon, 20 Nov 2017 06:11:53 +0000 (15:11 +0900)]
[4.0] DALi version 1.2.66

Change-Id: Ia3e48371cc3e854f9fc5042604fe2c315c8c5325

6 years ago[4.0] pan-gesture code refactor and environment variables 50/160750/1
Heeyong Song [Tue, 28 Feb 2017 06:20:55 +0000 (15:20 +0900)]
[4.0] pan-gesture code refactor and environment variables

Change-Id: Ief4bcc44a8a34fd319aa13b4372c87948848386f

6 years ago[4.0] Disable certain GL calls when depth and/or stencil buffers are not available 28/160728/1
Adeel Kazmi [Thu, 9 Nov 2017 14:51:01 +0000 (14:51 +0000)]
[4.0] Disable certain GL calls when depth and/or stencil buffers are not available

Change-Id: Ibe949280e963e3ffbbe46d99499b4415c4b86ec0
(cherry picked from commit 145a9d83ce4debdb5876fa65a246eb65a46a4c01)

6 years ago[4.0] Render to Frame Buffer Object. 51/160551/1
Victor Cebollada [Thu, 12 Oct 2017 15:32:21 +0000 (16:32 +0100)]
[4.0] Render to Frame Buffer Object.

* A new feature has been added to dali-core/dali-adaptor to
  measure the performance above 60 fps avoiding the vsync.

  It renders the frames into a Frame Buffer Object. However,
  is possible to render into the default Frame Buffer every
  certain number of frames.

* Usage: $ DALI_FPS_TRACKING=1 DALI_RENDER_TO_FBO=30 path_to_DALi_app

  Will render into the Frame Buffer Object 29 frames of 30, the 30th
  will be rendered into the Frame Buffer. Will show as well the FPS.

Change-Id: I37b3ae6efaf9e618f9cf34583c75db4187327044
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 4581860eac334340242f9a208ea85eb8c7e9bb9a)

6 years agoMerge "[4.0] Do nothing if the same size is set to the stage." into tizen_4.0
Adeel Kazmi [Thu, 16 Nov 2017 16:35:42 +0000 (16:35 +0000)]
Merge "[4.0] Do nothing if the same size is set to the stage." into tizen_4.0

6 years agoMerge "[4.0] Vector2 is a struct" into tizen_4.0
Adeel Kazmi [Thu, 16 Nov 2017 16:33:46 +0000 (16:33 +0000)]
Merge "[4.0] Vector2 is a struct" into tizen_4.0

6 years agoMerge "[4.0] Caches stencil glStencilFunc() and glStencilOp() calls." into tizen_4.0
Adeel Kazmi [Thu, 16 Nov 2017 16:33:35 +0000 (16:33 +0000)]
Merge "[4.0] Caches stencil glStencilFunc() and glStencilOp() calls." into tizen_4.0

6 years agoMerge "[4.0] Avoid calling glActiveTexture() unnecessarily." into tizen_4.0
Adeel Kazmi [Thu, 16 Nov 2017 16:33:29 +0000 (16:33 +0000)]
Merge "[4.0] Avoid calling glActiveTexture() unnecessarily." into tizen_4.0

6 years ago[4.0] Vector2 is a struct 45/160545/1
Francisco Santos [Tue, 7 Nov 2017 17:46:25 +0000 (17:46 +0000)]
[4.0] Vector2 is a struct

Change-Id: I1299b0223c6eb773a84e49e7b806648b6d9827d6
(cherry picked from commit cdf5bb91a0ae88779eda324f3dd6a91049bd3ba8)

6 years ago[4.0] Caches stencil glStencilFunc() and glStencilOp() calls. 44/160544/1
Victor Cebollada [Wed, 8 Nov 2017 11:01:41 +0000 (11:01 +0000)]
[4.0] Caches stencil glStencilFunc() and glStencilOp() calls.

Change-Id: I970ec25b1a6ab39c284c561bf96c81a1515b9434
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 83e7fd6820cdb9d16d91377912f85bdbbdf84eb4)

6 years ago[4.0] Avoid calling glActiveTexture() unnecessarily. 43/160543/2
Victor Cebollada [Tue, 7 Nov 2017 15:36:19 +0000 (15:36 +0000)]
[4.0] Avoid calling glActiveTexture() unnecessarily.

* glActiveTexture() is called before glBindTexture(). The context
  caches both calls but the Render::Texture was not using it.

Change-Id: Idd6880f3c27ab180dbcb2bce8f219966039cc41d
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 3ed1b4ee9d310989b3da67e51e31039c9e32714a)

6 years ago[4.0] RenderTaskProcessor code cleaning. 42/160542/1
Victor Cebollada [Wed, 25 Oct 2017 15:03:40 +0000 (16:03 +0100)]
[4.0] RenderTaskProcessor code cleaning.

* Removes a cut & pasted code.

Change-Id: I927fe965209ee3209604385094e0ed6c8e9d8657
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 8008ad178766370cf938c962c7562109e59be2b9)

6 years ago[4.0] Do nothing if the same size is set to the stage. 41/160541/1
Victor Cebollada [Mon, 23 Oct 2017 08:14:35 +0000 (09:14 +0100)]
[4.0] Do nothing if the same size is set to the stage.

* Every time the surface is resized the camera,
  the root layer the system overlay and the default
  render task are updated.

Change-Id: I9aebc544796ded5059661e885085d8ee50d11146
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit fac1ab05d5ebbec145e8b34956c267768454f0f0)

6 years ago[4.0] DALi 1.2.61.3 43/159843/1 accepted/tizen/4.0/unified/20171114.062921 submit/tizen_4.0/20171113.081818 submit/tizen_4.0/20171114.000133
Heeyong Song [Mon, 13 Nov 2017 07:50:27 +0000 (16:50 +0900)]
[4.0] DALi 1.2.61.3

Change-Id: Id73d92bf5f93a136d3a657e7f184b641a28c6cbc

6 years ago[4.0] Bug fix at DevelAnimation::ProgressReashedSignal 31/159331/2
Eunki Hong [Mon, 6 Nov 2017 07:10:35 +0000 (16:10 +0900)]
[4.0] Bug fix at DevelAnimation::ProgressReashedSignal

Fix one bug in this patch

Progress reach signal required value were initialized when loop is done.
But if mLoopCount == 0 (unlimited looping) then signal required value is not initialized.

See UtcDaliAnimationProgressCallbackWithLoopingP() and UtcDaliAnimaionProgressCallbackWithLoopingP2().
P() use SetLoopCount and P2() use SetLooping(true).
Previous version only pass P() and fail P2().
now both P() and P2() will pass

Change-Id: Ie60ea087a00afb8a919cb935b083f207a1e34557
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
6 years ago[4.0] DALi version 1.2.61.2 86/158986/1 accepted/tizen/4.0/unified/20171109.065828 submit/tizen_4.0/20171106.091104 submit/tizen_4.0/20171106.114750 submit/tizen_4.0/20171108.072916
Heeyong Song [Mon, 6 Nov 2017 08:07:09 +0000 (17:07 +0900)]
[4.0] DALi version 1.2.61.2

Change-Id: I07e933bd908cf5594363452c24a1a9c94ab74800

6 years ago[4.0] Bug fix at PlayAfter 38/158938/1
Eunki Hong [Thu, 26 Oct 2017 17:20:02 +0000 (02:20 +0900)]
[4.0] Bug fix at PlayAfter

Fix two major bugs

1) when elapsed time is bigger then remain delaytime.

 For example, when elapsed time is 0.016s and delaytime is 0.001s.
 Previous version just delete 0.001s, and do nothing
  --> Information of 0.015 seconds is missed

2) when speedfactor is negative.

 Previous version do something like, remain_delay -= elapstime * speedfactor;
 In this case, if speed factor is negative, remain_delay time will increase
 so unlimited loop was occured in this case

Change-Id: Ib59a276a14a513fd34b458156cb29a0250c8cc70
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
6 years ago[4.0] DALi version 1.2.61.1 47/158647/1 accepted/tizen/4.0/unified/20171103.162647 submit/tizen_4.0/20171102.100953
Heeyong Song [Thu, 2 Nov 2017 08:44:36 +0000 (17:44 +0900)]
[4.0] DALi version 1.2.61.1

Change-Id: Ie468572f3525d2d1bffecf2c169b24236a5b6c7c

6 years ago[4.0] Ensured Random::Range does not overflow 38/158538/1
David Steele [Mon, 23 Oct 2017 18:08:00 +0000 (19:08 +0100)]
[4.0] Ensured Random::Range does not overflow

If rand() & 0xfff is equal to 0xfff, then the range computation would
overflow past max value due to float inaccuracy.

Changed the order of terms to prevent overflow (whilst retaining
compile time division).

Change-Id: I286e0b5c31438f32f59e53dc7a8745745369d16e
Signed-off-by: David Steele <david.steele@samsung.com>
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
6 years agoMerge "[4.0] Change to process events when the application is paused" into tizen_4.0
Heeyong Song [Mon, 30 Oct 2017 23:08:26 +0000 (23:08 +0000)]
Merge "[4.0] Change to process events when the application is paused" into tizen_4.0

6 years agoBounding box clipping fix 32/156932/3
adam.b [Fri, 20 Oct 2017 16:58:31 +0000 (17:58 +0100)]
Bounding box clipping fix

Fixes issue occurring when two or more clipping areas are direct siblings and previous sibling becomes automatically a parent.

Change-Id: I66e6e6686e5b22597317bc0d583f33f962405097

6 years ago[4.0] Change to process events when the application is paused 84/157984/1
Heeyong Song [Mon, 25 Sep 2017 06:59:13 +0000 (15:59 +0900)]
[4.0] Change to process events when the application is paused

Change-Id: I1a798c461962ce34eed99d97971a85012e1e08b4

6 years ago[4.0] Fix SCREEN_POSITION error 72/157972/1
Heeyong Song [Tue, 24 Oct 2017 02:35:17 +0000 (11:35 +0900)]
[4.0] Fix SCREEN_POSITION error

Change-Id: I07e7104e14b30c330c7266b44a6a20b28accff23

6 years ago[4.0] Add Property::EXTENTS type 20/155920/2 accepted/tizen/4.0/unified/20171017.212908 submit/tizen_4.0/20171017.144330 submit/tizen_4.0/20171017.145254 tizen_4.0.m2_release
Seoyeon Kim [Wed, 11 Oct 2017 02:53:06 +0000 (11:53 +0900)]
[4.0] Add Property::EXTENTS type

- Extents is a collection of 4 uint16_t.

Change-Id: Ia39db06622d22775cc8a81e61d991508b0f760d3
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years ago[4.0] When native image is destroyed, It call TriggerEventInterface 69/155669/1
Seoyeon Kim [Mon, 16 Oct 2017 02:22:11 +0000 (11:22 +0900)]
[4.0] When native image is destroyed, It call TriggerEventInterface

This reverts commit 133c2dfcc8398169b2a5d36b7e9999f27a6b2a37.

Change-Id: Ib40e51c1920fcf368d6459a7d0f271be21696528

6 years ago[4.0] check if event is called from main thread always 68/155668/1
Seoyeon Kim [Mon, 16 Oct 2017 02:21:34 +0000 (11:21 +0900)]
[4.0] check if event is called from main thread always

This reverts commit ed5a6eb14f1a3f78f2042eb4c6f33c513472fbd0.

Change-Id: I5bb2f8035be04c8e4fcb0509aaa4a713412e4a29

6 years ago[4.0] Restore Uploaded signal for BufferImage and ResourceImage 65/155665/1
Seoyeon Kim [Mon, 16 Oct 2017 02:14:02 +0000 (11:14 +0900)]
[4.0] Restore Uploaded signal for BufferImage and ResourceImage

This reverts commit faee48a770ea6ef284842e1bc01ee76570453dab.

Change-Id: Iad8cde2776311647e6c5f70ba05e742936c82c08

6 years agoMerge branch 'devel/master' into tizen_4.0 61/155661/1
Seoyeon Kim [Mon, 16 Oct 2017 02:12:55 +0000 (11:12 +0900)]
Merge branch 'devel/master' into tizen_4.0

Change-Id: Iadf66b532e8d9b9540d91f76fb689a6e5ba1e082

6 years agoRevert "[4.0] Restore Uploaded signal for BufferImage and ResourceImage" 37/155637/1
Seoyeon Kim [Mon, 16 Oct 2017 01:52:16 +0000 (10:52 +0900)]
Revert "[4.0] Restore Uploaded signal for BufferImage and ResourceImage"

This reverts commit a71dd9f900dfb077304645d608b1049b8e404700.

Change-Id: Ia0042bf983ab2acfd047115a4a229db58b894237

6 years agoRevert "[4.0] check if event is called from main thread always" 36/155636/1
Seoyeon Kim [Mon, 16 Oct 2017 01:51:43 +0000 (10:51 +0900)]
Revert "[4.0] check if event is called from main thread always"

This reverts commit d3d3244cb2df74291c9e4104b1688667aa7af0a8.

Change-Id: I9272d78506139b4100218600efe1d4a386f917a0

6 years agoRevert "[4.0] When native image is destroyed, It call TriggerEventInterface" 35/155635/1
Seoyeon Kim [Mon, 16 Oct 2017 01:30:28 +0000 (10:30 +0900)]
Revert "[4.0] When native image is destroyed, It call TriggerEventInterface"

This reverts commit c3991d8a4c6a83cd1433bdc903c099e2e79f363e.

Change-Id: I9578885303ac4756c699c0a9f70ad8db997266a9

6 years agoMerge "Initialize mTextureSet in RenderItem" into devel/master
HyunJu Shin [Mon, 16 Oct 2017 00:51:54 +0000 (00:51 +0000)]
Merge "Initialize mTextureSet in RenderItem" into devel/master

6 years agoDALi Version 1.2.61 63/155563/1 dali_1.2.61
greynaga [Fri, 13 Oct 2017 13:59:17 +0000 (14:59 +0100)]
DALi Version 1.2.61

Change-Id: I9772d281aed8df17af6a1e28990c1e1d3c49d1b1

6 years agoInitialize mTextureSet in RenderItem 33/155533/1
Seoyeon Kim [Fri, 13 Oct 2017 11:10:09 +0000 (20:10 +0900)]
Initialize mTextureSet in RenderItem

Change-Id: Id0353acea6bb7efc4dfbdf914f5d8bfea99f0607
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoFix LoopingMode::AUTO_REVERSE behavior when LoopCount is 1 68/154268/5
Eunki Hong [Tue, 10 Oct 2017 02:41:13 +0000 (11:41 +0900)]
Fix LoopingMode::AUTO_REVERSE behavior when LoopCount is 1

Let's think some animation s.t. start = 0, target = 2, duration = 2.
if LoopingMode is RESTART, animation will works like

RESTART       +---------------------------------> t
LoopCount = 0 | 0 - 1 - 2`- 1 - 2`- 1 - 2`- 1 - ...
LoopCount = 3 | 0 - 1 - 2`- 1 - 2`- 1 - 2 - 2 - ...
LoopCount = 2 | 0 - 1 - 2`- 1 - 2 - 2 - 2 - 2 - ...
LoopCount = 1 | 0 - 1 - 2 - 2 - 2 - 2 - 2 - 2 - ...
(2` mean value become 0 after value become 2)

But if Looping Mode is AUTO_REVERSE, animation will works like

AUTO_REVERSE  +---------------------------------> t
LoopCount = 0 | 0 - 2 - 0 - 2 - 0 - 2 - 0 - 2 - ...
LoopCount = 3 | 0 - 2 - 0 - 2 - 0 - 2 - 0 - 0 - ...
LoopCount = 2 | 0 - 2 - 0 - 2 - 0 - 0 - 0 - 0 - ...
LoopCount = 1 | 0 - 1 - 2 - 2 - 2 - 2 - 2 - 2 - ...

Previous code think that LoopCount == 1 is not looping mode.
But "ONLY IF LoopCount == 1, We don't auto reversing your animation" is non-sense

This patch change animation works like

AUTO_REVERSE  +---------------------------------> t
LoopCount = 1 | 0 - 2 - 0 - 0 - 0 - 0 - 0 - 0 - ...

Note : Patch set 4 is previous code. so, Fail at UtcDaliAnimationSetLoopingModeP3

Change-Id: Ie938864ba17c1b923021f87c29859f98f7241a43
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
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