platform/core/uifw/dali-core.git
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 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 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 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 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 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 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 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 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

6 years agoMerge "Reduce Render::Texture size by 30% and texture upload message size by 50%...
Adeel Kazmi [Thu, 13 Jul 2017 18:47:27 +0000 (18:47 +0000)]
Merge "Reduce Render::Texture size by 30% and texture upload message size by 50%" into devel/master

6 years agoAdded tracking of texture count to test harness 78/138778/3
David Steele [Thu, 13 Jul 2017 14:34:18 +0000 (15:34 +0100)]
Added tracking of texture count to test harness

Change-Id: I0322e8d77c95c3628421c73fbba5f25897125653

6 years agoAdded a memory efficient Circular Queue to Dali 71/136671/5
David Steele [Fri, 30 Jun 2017 16:26:19 +0000 (17:26 +0100)]
Added a memory efficient Circular Queue to Dali

Added a circular queue that is based on top of Dali::Vector.
It's a FIFO queue that grows to the desired size, then prevents
anything being added to it once full. Elements are pushed to the back
of the queue, and popped from the front of the queue.

Change-Id: I26207d6aca5031e7e35f58adbe2ef1f26298ae2a
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoMerge "Added device information in TouchData/KeyEvent" into devel/master
taeyoon0.lee [Wed, 12 Jul 2017 16:24:17 +0000 (16:24 +0000)]
Merge "Added device information in TouchData/KeyEvent" into devel/master

6 years agoAdd devel api to support C++11 for loop: for ( auto i : container ) 02/138002/9
Kimmo Hoikka [Mon, 10 Jul 2017 16:47:05 +0000 (17:47 +0100)]
Add devel api to support C++11 for loop: for ( auto i : container )

Change-Id: I4167e6b160f0134648d23bb1e9c10da214d68017

6 years agoReduce Render::Texture size by 30% and texture upload message size by 50% 94/137994/2
Kimmo Hoikka [Mon, 10 Jul 2017 13:11:47 +0000 (14:11 +0100)]
Reduce Render::Texture size by 30% and texture upload message size by 50%

use uint16_t instead of unsigned int, which is unnecessarily large

Change-Id: I52ed1574086c3c35148ac1def09f32f49238adb4

6 years agoMerge "DALi Version 1.2.47" into devel/master
Adeel Kazmi [Fri, 7 Jul 2017 10:45:16 +0000 (10:45 +0000)]
Merge "DALi Version 1.2.47" into devel/master

6 years agoDALi Version 1.2.47 47/137747/1 dali_1.2.47
Agnelo Vaz [Fri, 7 Jul 2017 10:20:14 +0000 (11:20 +0100)]
DALi Version 1.2.47

Change-Id: Ibaf982f08a0983d58fa1b6fd6361fe07cd8f7284

6 years agoUpdating test harness CMakeLists.txt to work with newer versions of CMAKE 03/137603/1
David Steele [Thu, 6 Jul 2017 16:21:59 +0000 (17:21 +0100)]
Updating test harness CMakeLists.txt to work with newer versions of CMAKE

Change-Id: Iab5d9701f2c1ed8354a92e3855e4a3a9da522094

6 years agoAdded device information in TouchData/KeyEvent 74/135674/8
taeyoon0.lee [Fri, 23 Jun 2017 08:34:01 +0000 (17:34 +0900)]
Added device information in TouchData/KeyEvent

Change-Id: Ib5a5c66147372da4933f0ef827992081dddeb501

6 years agoMerge "Replace DALI_COMPILE_TIME_ASSERT with C++11 static_assert" into devel/master
Kimmo Hoikka [Mon, 3 Jul 2017 13:56:52 +0000 (13:56 +0000)]
Merge "Replace DALI_COMPILE_TIME_ASSERT with C++11 static_assert" into devel/master

6 years agoMerge "Updated Layer documentation to describe correct drawing order." into devel...
Adeel Kazmi [Mon, 3 Jul 2017 10:57:12 +0000 (10:57 +0000)]
Merge "Updated Layer documentation to describe correct drawing order." into devel/master

6 years agoMerge "Performance Improvements: Remove unnecessary SwapBuffer calls" into devel...
Adeel Kazmi [Fri, 30 Jun 2017 18:35:26 +0000 (18:35 +0000)]
Merge "Performance Improvements: Remove unnecessary SwapBuffer calls" into devel/master

6 years agoPerformance Improvements: Remove unnecessary SwapBuffer calls 19/136219/4
Tom Robinson [Wed, 28 Jun 2017 14:03:50 +0000 (15:03 +0100)]
Performance Improvements: Remove unnecessary SwapBuffer calls

Change-Id: I8ce9f1d5e2fcdab8f81c355774a2f9775e1a365b

6 years agoMerge "Fix position error when INHERIT_POSITION is false" into devel/master
Adeel Kazmi [Fri, 30 Jun 2017 13:53:42 +0000 (13:53 +0000)]
Merge "Fix position error when INHERIT_POSITION is false" into devel/master

6 years agoUpdated Layer documentation to describe correct drawing order. 49/136649/2
David Steele [Fri, 30 Jun 2017 12:40:34 +0000 (13:40 +0100)]
Updated Layer documentation to describe correct drawing order.

Change-Id: I18949d1f7c714fa662d7400d4c042afbc538deda
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoDALi Version 1.2.46 09/136609/1 dali_1.2.46
Adeel Kazmi [Fri, 30 Jun 2017 10:20:24 +0000 (11:20 +0100)]
DALi Version 1.2.46

Change-Id: Ia346d276bbd0e1fb70373e0a197eece79e68cfc9

6 years agoFix position error when INHERIT_POSITION is false 40/135940/2
Heeyong Song [Tue, 27 Jun 2017 11:18:06 +0000 (20:18 +0900)]
Fix position error when INHERIT_POSITION is false

- Consider the anchor point

Change-Id: I5f646a469969338e5fd7b8a420a703a7138a715e

6 years agoReplace DALI_COMPILE_TIME_ASSERT with C++11 static_assert 55/136455/1
Adeel Kazmi [Thu, 29 Jun 2017 17:43:49 +0000 (18:43 +0100)]
Replace DALI_COMPILE_TIME_ASSERT with C++11 static_assert

Change-Id: Ieaf5b9b3f75d7d7a2fc5d29edda5e5c62ed672f6

6 years agoRemove Emscripten 50/136450/3
Adeel Kazmi [Thu, 29 Jun 2017 15:30:05 +0000 (16:30 +0100)]
Remove Emscripten

Change-Id: Icf2d5b4cf4c0df3508996ff5bd4961a4e102b76d

6 years agoTemporary types for PropertyValue debugging 28/136428/2
David Steele [Fri, 8 Apr 2016 11:12:26 +0000 (12:12 +0100)]
Temporary types for PropertyValue debugging

Note, adds global variables under DEBUG build only.

Change-Id: Id40e68cb565fe03d3c0304acae9c2375c1e603b3

6 years agoMerge "Revert "Implemented basic CPU image masking"" into devel/master
Adeel Kazmi [Wed, 28 Jun 2017 15:01:06 +0000 (15:01 +0000)]
Merge "Revert "Implemented basic CPU image masking"" into devel/master

6 years agoPerformance Improvements: Reduce glClear calls 72/135972/4
Tom Robinson [Tue, 27 Jun 2017 15:01:02 +0000 (16:01 +0100)]
Performance Improvements: Reduce glClear calls

Notes on this change so far:
* Camera still exists within rendertask as is required for some methods - this can be removed as part of later refactor?

Change-Id: I49e73be70773fa295803a7077392bb60d693f9be

6 years agoRevert "Implemented basic CPU image masking" 28/134928/4
David Steele [Mon, 19 Jun 2017 17:52:30 +0000 (18:52 +0100)]
Revert "Implemented basic CPU image masking"

This reverts commit 5bf461c739a17c68772a91d39cf264cdd70beec2.

Conflicts:
automated-tests/src/dali-internal/CMakeLists.txt
dali/devel-api/file.list

Change-Id: I90c0c15290f0b41e9e8f9e47964788e5ac99ac73

6 years agoRemoved forward declaration of (removed) FrameBufferTexture 41/119941/2
Paul Wisbey [Mon, 20 Mar 2017 19:59:47 +0000 (19:59 +0000)]
Removed forward declaration of (removed) FrameBufferTexture

Change-Id: Idf52f8a8fd0d87e5ce639f80796866bfd8d3fdb1

6 years agoDALi Version 1.2.45 06/135606/1 dali_1.2.45
Victor Cebollada [Fri, 23 Jun 2017 09:43:28 +0000 (10:43 +0100)]
DALi Version 1.2.45

Change-Id: Ic85a13a24e60c24151361ac45bd2429c5f1ca25e

6 years agoClipping draw order fix 25/135025/3
Tom Robinson [Tue, 20 Jun 2017 10:50:25 +0000 (11:50 +0100)]
Clipping draw order fix

Change-Id: I845d2f140048abd3de5fb6c5f399e53f9fca7ff3

6 years agoAdded mechanism to get type info of CustomActor 33/134433/2
David Steele [Thu, 15 Jun 2017 15:57:14 +0000 (16:57 +0100)]
Added mechanism to get type info of CustomActor

For non-native derived classes of CustomActor, it is useful to be
able to get the registered type name without using the native
"typeid" mechanism, which usually gets to the most-derived native
class. Instead, if the glue layer registers the non-native typenames
with the type registry using DevelHandle::SetTypeInfo, then

Change-Id: Ic79ce1a239a965e5c2c74ea2b8980c2f9ca29f8c
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoDALi Version 1.2.44 30/134430/1 dali_1.2.44
Umar [Fri, 16 Jun 2017 11:03:21 +0000 (12:03 +0100)]
DALi Version 1.2.44

Change-Id: If2e0e08ba448ddf90fdf1db0550e22783f7da7dc

6 years agoRevert "Enable GLES3.0 by default." 79/134279/1
Adeel Kazmi [Thu, 15 Jun 2017 17:52:52 +0000 (17:52 +0000)]
Revert "Enable GLES3.0 by default."

This reverts commit b595c8cb3e23821406a4ba65e1e224cfb6443c36.

Change-Id: I3cf62bb34a0f902caf29b8cf71ad48e1344d5ce3

6 years agoEnable GLES3.0 by default. 10/134110/2
Victor Cebollada [Wed, 14 Jun 2017 15:50:09 +0000 (16:50 +0100)]
Enable GLES3.0 by default.

Change-Id: I358d172244716840e16a57bdd980dc2be349bd69
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
6 years agoFloating point formats added to pixel data. 59/133859/9
Victor Cebollada [Tue, 13 Jun 2017 14:41:39 +0000 (15:41 +0100)]
Floating point formats added to pixel data.

Change-Id: I94038c400620fef5a63fcd74bc2f053c2f9d8254
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
6 years agoMerge "Simplified actor depth traversal algorithms" into devel/master
David Steele [Mon, 12 Jun 2017 15:31:03 +0000 (15:31 +0000)]
Merge "Simplified actor depth traversal algorithms" into devel/master

6 years agoSimplified actor depth traversal algorithms 13/132813/6
David Steele [Wed, 7 Jun 2017 19:37:51 +0000 (20:37 +0100)]
Simplified actor depth traversal algorithms

Instead of having a complex sibling order and hierarchy depth combination,
changed to use actor order in mChildren; Sibling operations now move
the actor pointers in this array.

Automatically regenerates a depth index for every actor in the tree
when any part of the tree changes. (i.e. actor add/remove, raise/lower etc)
at the end of an event processing cycle, and resends a list of nodes
to UpdateManager in a single message.

Change-Id: I1f716132f0e3a13fc21fbebf188287dc893956ee
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoMerge "Adding Progress notification to Animation" into devel/master
Adeel Kazmi [Fri, 9 Jun 2017 17:36:55 +0000 (17:36 +0000)]
Merge "Adding Progress notification to Animation" into devel/master

6 years agoAdding Progress notification to Animation 12/132812/14
Agnelo Vaz [Wed, 7 Jun 2017 18:06:17 +0000 (19:06 +0100)]
Adding Progress notification to Animation

Change-Id: Iff153ceebfc89938e43a6ce50a0e0fe962e6ef81

6 years agoFix for texture Upload() 08/133308/1
Victor Cebollada [Fri, 9 Jun 2017 13:15:02 +0000 (14:15 +0100)]
Fix for texture Upload()

* When a full texture is loaded in a GLES3.x context
  and the pixel data format is RGB and the internal format
  is RGBA, it needs to be converted to RGBA.

Change-Id: Idcd3635d2d1bd378b9ffe96266c4fb8ced5e4087
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
6 years agoMerge "Mipmap level parameter" into devel/master
Paul Wisbey [Fri, 9 Jun 2017 15:05:32 +0000 (15:05 +0000)]
Merge "Mipmap level parameter" into devel/master