platform/core/uifw/dali-adaptor.git
4 years agoDALi Version 1.5.8 50/231450/1 devel/tizen dali_1.5.8
Jiyun Yang [Wed, 22 Apr 2020 04:57:05 +0000 (13:57 +0900)]
DALi Version 1.5.8

Change-Id: I58fa6ac4246718a72bd0ee9796310073de3189e8
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoMerge "Fix VCPKG CMake build issue." into devel/tizen
Adeel Kazmi [Mon, 20 Apr 2020 09:32:41 +0000 (09:32 +0000)]
Merge "Fix VCPKG CMake build issue." into devel/tizen

4 years agoThere was a bug in the conditional statement. 02/231202/1
Joogab Yun [Mon, 20 Apr 2020 04:27:12 +0000 (13:27 +0900)]
There was a bug in the conditional statement.
Modify it correctly.

Change-Id: I7d2e4f2975f2153f8144c49aff6b5da5123389e5

4 years agoFix VCPKG CMake build issue. 58/231158/1
Victor Cebollada [Thu, 16 Apr 2020 16:06:14 +0000 (17:06 +0100)]
Fix VCPKG CMake build issue.

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

4 years agoCMake for MS Windows command line 61/230961/2
Victor Cebollada [Thu, 6 Feb 2020 10:52:50 +0000 (10:52 +0000)]
CMake for MS Windows command line

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

4 years agoProcessIdle method added to Adaptor. 59/230959/1
Victor Cebollada [Tue, 10 Mar 2020 07:51:23 +0000 (07:51 +0000)]
ProcessIdle method added to Adaptor.

* This function is intended to be used in the case there is no instance
  of a Dali::Application i.e. DALi is used in a implementation of
  a plugin of an application.

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

4 years agoDALi Version 1.5.7 13/230613/1 dali_1.5.7
Seoyeon Kim [Mon, 13 Apr 2020 04:29:35 +0000 (13:29 +0900)]
DALi Version 1.5.7

Change-Id: If503339cb46b1d4bdec63dd781f16a08d24c07f3
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoFix a crash on Ubuntu 12/230612/1
Heeyong Song [Thu, 2 Apr 2020 04:22:14 +0000 (13:22 +0900)]
Fix a crash on Ubuntu

ecore_x_init() should be called before a window is created.

Change-Id: I36ffc65f5f509a90691bce36178f1a41d9ca03a5

4 years agoWindows third party dead code removed. 11/230611/1
Victor Cebollada [Mon, 6 Apr 2020 08:53:35 +0000 (09:53 +0100)]
Windows third party dead code removed.

* GetRealFileMode() removed
* GetRealName() code moved to CustomFile.cpp

Change-Id: Ibb35df4f77c7d9173d1212b56ab8c81687bd6740
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoSuspend window deletion while rendering 22/230222/1
Richard Huang [Tue, 7 Apr 2020 16:26:21 +0000 (17:26 +0100)]
Suspend window deletion while rendering

Change-Id: I6801f1daffa69567bad794387676e23b33051f2b
(cherry picked from commit e2b1bb333f68b1a21a24f84c6c21db2f618a8f53)

4 years agoAcquire / Release information of an internal native image. 46/227046/19
Joogab Yun [Tue, 10 Mar 2020 01:18:08 +0000 (10:18 +0900)]
Acquire / Release information of an internal native image.

Change-Id: I6a92c20e0b2395c26dac29a1b5b565ddcd31dc16

4 years agoDALi Version 1.5.6 74/229874/1
Sunghyun Kim [Mon, 6 Apr 2020 07:08:48 +0000 (16:08 +0900)]
DALi Version 1.5.6

Change-Id: I3000f892db09c882376c9fe67be1777e22d612cc

4 years agoMS Windows - window surface fix. 73/229873/1
Victor Cebollada [Thu, 12 Mar 2020 07:34:23 +0000 (07:34 +0000)]
MS Windows - window surface fix.

* Does a 'wiring' connection between the Windows callbacks
  and the given render surface.

Change-Id: I2a1354e2dfbbbd3c8fff6e9d251b51b5326e26f9
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoNew Window constructor added. 72/229872/1
Victor Cebollada [Tue, 28 Jan 2020 08:41:40 +0000 (08:41 +0000)]
New Window constructor added.

* Can receive a surface where to render as a parameter.
  The surface can be created outside a DALi application and
  be passed to DALi to render on it.

Change-Id: Ia0c582be359972ea93a8cae064710cea1161b07e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoWindow - Constructor refactor. 71/229871/1
Victor Cebollada [Thu, 30 Jan 2020 08:04:48 +0000 (08:04 +0000)]
Window - Constructor refactor.

* Fixes a memory leak if multiple window is not supported.
* Common code removed by calling one constructor from another.
* Fixes a circular dependency with Adaptor.
  The Adaptor needs a Window and Window needs the Adaptor to
  be created.

Change-Id: Icf4443f1ecfc758d1fd68d6d8ee032dd3e96274e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoFix for PreInitialize, including FontClient 29/229829/1
Paul Wisbey [Wed, 1 Apr 2020 19:57:44 +0000 (20:57 +0100)]
Fix for PreInitialize, including FontClient

Change-Id: I00b464e8936731e85bb9daefd0eeb16a853dc929

4 years agoDALi Version 1.5.5 31/229431/1 dali_1.5.5
Seungho, Baek [Wed, 1 Apr 2020 05:21:42 +0000 (14:21 +0900)]
DALi Version 1.5.5

Change-Id: I6c3a5c9ba81c878bf4909a54c78a58dc63ef572e
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoRemove RenderSurface from Core 36/229336/1
Richard Huang [Thu, 5 Mar 2020 11:29:56 +0000 (11:29 +0000)]
Remove RenderSurface from Core

Change-Id: I72bedac632bd85543e7518617b895085f9a283cf

4 years agoChange ApplicationPreInitialize function name 35/229335/1
huiyu.eun [Wed, 25 Mar 2020 04:10:33 +0000 (13:10 +0900)]
Change ApplicationPreInitialize function name

Change-Id: I2504945b43059cdc8a82e81273a42b3125907658
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoTemporary fix of PreInitialize, Remove FontClient 34/229334/1
huiyu.eun [Wed, 25 Mar 2020 04:13:35 +0000 (13:13 +0900)]
Temporary fix of PreInitialize, Remove FontClient

We cannot use a singleton service before the core is created.

FontClient takes the most launch time to load dali application.
we have to modify the code to use FontClient in PreInitialize function.

Change-Id: I085bf894bf298486e1756f62394562a46b820694
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoDALi Version 1.5.4 dali_1.5.4
neostom432 [Mon, 23 Mar 2020 09:06:24 +0000 (18:06 +0900)]
DALi Version 1.5.4

4 years agoRevert "Add cancel event flag in Key up event" 01/228401/1
Seoyeon Kim [Mon, 23 Mar 2020 01:10:16 +0000 (10:10 +0900)]
Revert "Add cancel event flag in Key up event"

This reverts commit f630a2249ff1cc1b39faf6dba7355ba2ac8a9898.

Change-Id: I6b6e28a9da082cfb8f6832849850bb68f4869f61

4 years agoAdd cancel event flag in Key up event 22/228222/1
Seoyeon Kim [Wed, 18 Mar 2020 05:53:32 +0000 (14:53 +0900)]
Add cancel event flag in Key up event

- When the key need to be combined with the previous key, the event should not
 perform anything.
- So, added cancel processing flag in OnKeyUp()

Change-Id: I02ea223282241555931952daf48c95918ba12129
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoFix a surface resize issue 81/227981/1
Heeyong Song [Tue, 10 Mar 2020 04:03:18 +0000 (13:03 +0900)]
Fix a surface resize issue

The thread controller will wait for the response that the surface is resized in the updated thread.
But the message may be processed right after ProcessCoreEvents().
If it is processed before calling to mThreadController->ResizeSurface(), the thread controll will wait for the response forever.

So I've changed to call to mThreadController->ResizeSurface() before ProcessCoreEvents().

Change-Id: Id7d4e2a801c1d2fc8d4992676ae2b673eeb8baf0

4 years agoDALi version 1.5.3 dali_1.5.3
Joogab Yun [Tue, 17 Mar 2020 01:37:16 +0000 (10:37 +0900)]
DALi version 1.5.3

Change-Id: I02ada2917eb24a18cd22ed5acee0ef845e5ed2dc

4 years agoDALi version 1.5.3
Joogab Yun [Mon, 16 Mar 2020 08:29:16 +0000 (17:29 +0900)]
DALi version 1.5.3

Change-Id: I943f90d8bfe063a49b1389931dbbaa31d6928397

4 years agoRemoved Adaptor::Get() dependency from TriggerEventFactory
Paul Wisbey [Wed, 11 Mar 2020 09:51:54 +0000 (09:51 +0000)]
Removed Adaptor::Get() dependency from TriggerEventFactory

Change-Id: I2aedef73ef819098a6e95ad08afe01b419ee9aef

4 years agoDALi version 1.5.2 12/227412/1
Wonsik Jung [Thu, 12 Mar 2020 01:00:32 +0000 (10:00 +0900)]
DALi version 1.5.2

Change-Id: I144b3479fd48b22f2bb409b0d62a57a9e037211a

4 years agoDALi Version 1.5.2 22/227122/1 dali_1.5.2
Wonsik Jung [Tue, 10 Mar 2020 03:12:32 +0000 (12:12 +0900)]
DALi Version 1.5.2

Change-Id: Ide91684adb2a97f4fcf5a9dc7f038241658eb57c

4 years agoDeprecate pubkey-pinning 09/227109/1
Sangwan Kwon [Mon, 2 Mar 2020 04:11:09 +0000 (13:11 +0900)]
Deprecate pubkey-pinning

Pubkey-pinning is not supported from tizen-6.0.

Change-Id: I4bd368bf39ec6c9f48bd36372d2b4c1f255d51d7
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoFix wrong parameter order in WheelEvent 99/226899/1
Dongsug Song [Thu, 5 Mar 2020 06:21:24 +0000 (15:21 +0900)]
Fix wrong parameter order in WheelEvent

Change-Id: I207779a48168c96cb5af1131e5d0c1045a826ef8

4 years agoFix SVACE, Coverity issues 63/226363/1
Heeyong Song [Mon, 24 Feb 2020 08:36:13 +0000 (17:36 +0900)]
Fix SVACE, Coverity issues

- After having been compared to NULL value, pointer 'start' is dereferenced.
- Redundant comparison '(0 != forward)' is always 'true'.
- Use after free (USE_AFTER_FREE) - this->v.

Change-Id: I1860c13ac77311f249688294f90efcb3f1d4868a

4 years agoDALi Version 1.5.1 34/226234/1 dali_1.5.1
Heeyong Song [Fri, 28 Feb 2020 05:55:24 +0000 (14:55 +0900)]
DALi Version 1.5.1

Change-Id: I03e317274221416cffc1441c08a34283cfa57f42

4 years agoMoved SingletonService into dali-core 33/226233/1
Paul Wisbey [Mon, 17 Feb 2020 17:34:25 +0000 (17:34 +0000)]
Moved SingletonService into dali-core

Change-Id: Id4b95d15c2a499e2e0f42bd6a697d9767397e286

4 years agoModify to get the encoded offset in UTF8 32/226232/1
Seoyeon Kim [Wed, 5 Feb 2020 07:46:25 +0000 (16:46 +0900)]
Modify to get the encoded offset in UTF8

- Get the number of bytes to figure out the length of utf8

Change-Id: I9c735ea888b2896f528e74b0c55d1b25fd2577a8
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoIt does not work when 'Paste' 31/226231/1
Joogab Yun [Mon, 24 Feb 2020 06:17:42 +0000 (15:17 +0900)]
It does not work when 'Paste'
We must call EventNotifier so that PasteText() in Controller::PasteClipboardItemEvent() can run.

Change-Id: I1d8ad85596d1a6929a1fdc74ea909ad83eac06cd

4 years agoMerge "Add support of writing DALi cache file for Android." into devel/master
Adeel Kazmi [Fri, 14 Feb 2020 16:13:41 +0000 (16:13 +0000)]
Merge "Add support of writing DALi cache file for Android." into devel/master

4 years agoDALi Version 1.5.0 35/224935/1 dali_1.5.0
Adeel Kazmi [Fri, 14 Feb 2020 07:30:20 +0000 (07:30 +0000)]
DALi Version 1.5.0

Change-Id: I5dce677ff8744ef575e098f09eeb8b2c7b5a31f0

4 years agoAdd support of writing DALi cache file for Android. 56/224456/4
Anton Obzhirov [Mon, 10 Feb 2020 17:51:54 +0000 (17:51 +0000)]
Add support of writing DALi cache file for Android.

Change-Id: I8c52ec58c7009ad336047dce69c023dc5c93a3e7

4 years agoMerge "(patch-coverage.pl) Ignore header files that yield no coverage" into devel...
Adeel Kazmi [Thu, 13 Feb 2020 16:06:11 +0000 (16:06 +0000)]
Merge "(patch-coverage.pl) Ignore header files that yield no coverage" into devel/master

4 years agoMerge "Add handling double slash in Android assets path." into devel/master
Adeel Kazmi [Thu, 13 Feb 2020 14:51:55 +0000 (14:51 +0000)]
Merge "Add handling double slash in Android assets path." into devel/master

4 years ago(patch-coverage.pl) Ignore header files that yield no coverage 72/224872/1
Adeel Kazmi [Thu, 13 Feb 2020 14:51:06 +0000 (14:51 +0000)]
(patch-coverage.pl) Ignore header files that yield no coverage

Change-Id: Iee4cc91967e3924f02294120e5371d69f71af040

4 years agoAdd logs for file loading failure 64/224664/1
Heeyong Song [Wed, 12 Feb 2020 07:11:50 +0000 (16:11 +0900)]
Add logs for file loading failure

Change-Id: Ie093d7e29e116a7e16bb756bb57bc2fdb856c9e1

4 years agoRemove Unused Retention policy 66/224566/1
Adeel Kazmi [Tue, 11 Feb 2020 12:44:54 +0000 (12:44 +0000)]
Remove Unused Retention policy

Change-Id: I8efdc68e6a47232b5a3944b8d57b0d5ccbcec6c7

4 years agoAdd handling double slash in Android assets path. 25/224025/5
Anton Obzhirov [Wed, 5 Feb 2020 15:21:17 +0000 (15:21 +0000)]
Add handling double slash in Android assets path.

Also add extra cleanup code in Android framework.

Change-Id: I022ee6c4aac4b8b027b900c2740570ca6d97367d

4 years agoMerge "Fix SVACE issue" into devel/master
Adeel Kazmi [Tue, 11 Feb 2020 08:30:17 +0000 (08:30 +0000)]
Merge "Fix SVACE issue" into devel/master

4 years agoMerge "Fix window rotation sync issue for mulit window" into devel/master
Wonsik Jung [Tue, 11 Feb 2020 04:45:11 +0000 (04:45 +0000)]
Merge "Fix window rotation sync issue for mulit window" into devel/master

4 years agoMerge "Fix sync issue about window rotation" into devel/master
Wonsik Jung [Tue, 11 Feb 2020 04:45:03 +0000 (04:45 +0000)]
Merge "Fix sync issue about window rotation" into devel/master

4 years agoMerge "Add to set Available Orientations" into devel/master
Adeel Kazmi [Mon, 10 Feb 2020 18:14:44 +0000 (18:14 +0000)]
Merge "Add to set Available Orientations" into devel/master

4 years agoFix window rotation sync issue for mulit window 34/224334/1
Wonsik Jung [Wed, 5 Feb 2020 04:42:45 +0000 (13:42 +0900)]
Fix window rotation sync issue for mulit window

Fix window rotation sync issue for multi window
Rotation_done_send() should be called after eglSwapbuffers.
For the sync, this patch has the connection of thread controller's lock.

Change-Id: Ice2575a6e86e2de80b816f6776afe9e3de7272ea

4 years agoFix sync issue about window rotation 33/224333/1
Wonsik Jung [Tue, 4 Feb 2020 08:54:18 +0000 (17:54 +0900)]
Fix sync issue about window rotation

Fix sync issue window rotation.
Window_rotation_done_send should be called before eglSwapBuffers.
Window_rotation_done_send is called in event thread and eglSwapBuffers is called in render thread.
Basically the logic is designed for that, but, sync issue occurs.
This patch is to fix sync issue.

Change-Id: I138c8ac1b6bc00224712674058e9f561be19a20f

4 years agoFix SVACE issue 50/224250/1
Seoyeon Kim [Fri, 7 Feb 2020 07:19:51 +0000 (16:19 +0900)]
Fix SVACE issue

- Integer overflow may occur due to arithmetic operation.
  : fileHeader.zsize is unsigned char[], and zDepth is unsigned int

Change-Id: I9fbd76a1e8f52933a50ae4b014ec361db3a6babf
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "DALi Version 1.4.57" into devel/master
Adeel Kazmi [Thu, 6 Feb 2020 14:31:30 +0000 (14:31 +0000)]
Merge "DALi Version 1.4.57" into devel/master

4 years agoDALi Version 1.4.57 42/224142/1 dali_1.4.57
Anton Obzhirov [Thu, 6 Feb 2020 14:30:30 +0000 (14:30 +0000)]
DALi Version 1.4.57

Change-Id: I20a36a11d84d2b922beeb1bfa03d748a296c4508

4 years agoMerge "Read Pinch/Rotation environment variables when adaptor begin" into devel/master
Adeel Kazmi [Thu, 6 Feb 2020 10:14:35 +0000 (10:14 +0000)]
Merge "Read Pinch/Rotation environment variables when adaptor begin" into devel/master

4 years agoMerge "To prevent reset of default RenderTask's framebuffer." into devel/master
Seungho BAEK [Thu, 6 Feb 2020 04:57:16 +0000 (04:57 +0000)]
Merge "To prevent reset of default RenderTask's framebuffer." into devel/master

4 years agoRead Pinch/Rotation environment variables when adaptor begin 43/224043/1
Jiyun Yang [Thu, 6 Feb 2020 02:17:48 +0000 (11:17 +0900)]
Read Pinch/Rotation environment variables when adaptor begin

Change-Id: I050dd49efce8f4597fe7d468002d23c7260935fa
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoMerge "Add environment variables for Pinch and Rotation gesture" into devel/master
Adeel Kazmi [Wed, 5 Feb 2020 12:28:27 +0000 (12:28 +0000)]
Merge "Add environment variables for Pinch and Rotation gesture" into devel/master

4 years agoTo prevent reset of default RenderTask's framebuffer. 26/223926/1
Seungho, Baek [Wed, 5 Feb 2020 04:44:07 +0000 (13:44 +0900)]
To prevent reset of default RenderTask's framebuffer.

Change-Id: I834583a4088013d8f3634bfb6a85e792b6997fe6
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agochange from system_settings_set_changed_cb to system_settings_add_changed_cb. 58/223358/2
Joogab Yun [Wed, 29 Jan 2020 02:19:01 +0000 (11:19 +0900)]
change from system_settings_set_changed_cb to system_settings_add_changed_cb.

system_settings_set_changed_cb can only register one callback per process.
If other app registers the system_settings_set_changed_cb callback, DALi cannot use this callback.

Change-Id: Ia1af0daaf8fd95106bb50cc10e64e4d2d90e7ba7

4 years agoDALi Version 1.4.56 37/223637/1 dali_1.4.56
adam.b [Fri, 31 Jan 2020 11:12:57 +0000 (11:12 +0000)]
DALi Version 1.4.56

Change-Id: I58b5d5dd6495e8cb043d91d4b32673fa6e596ecb

4 years agoAdd to set Available Orientations 62/221362/7
Wonsik Jung [Wed, 1 Jan 2020 17:36:00 +0000 (02:36 +0900)]
Add to set Available Orientations

Add to set Available Orientations.
This API is for adding several  orientations one time.

Change-Id: Ie11ccd2d62d940fe14603e4241a257ed6fe9dff7

4 years agoFix the crash when it assumes the platform does not support multiple windows as GL... 67/223167/8
Richard Huang [Thu, 23 Jan 2020 14:18:25 +0000 (14:18 +0000)]
Fix the crash when it assumes the platform does not support multiple windows as GL hasn’t been set up yet

Change-Id: Iaaced2a7154079485f89ab1cff9750d3ed4f6ea6

4 years agoAdd environment variables for Pinch and Rotation gesture 80/223480/1
Jiyun Yang [Thu, 30 Jan 2020 06:29:54 +0000 (15:29 +0900)]
Add environment variables for Pinch and Rotation gesture

DALI_PINCH_MINIMUM_TOUCH_EVENTS
DALI_PINCH_MINIMUM_TOUCH_EVENTS_AFTER_START
DALI_ROTATION_MINIMUM_TOUCH_EVENTS
DALI_ROTATION_MINIMUM_TOUCH_EVENTS_AFTER_START

They represent the minimum touch events count required for a gesture

Change-Id: Id6191971bfc5a534d9a30c470e9ba93ed701d59f

4 years agoMerge "Add USE_APPFW define" into devel/master
Adeel Kazmi [Wed, 29 Jan 2020 15:19:56 +0000 (15:19 +0000)]
Merge "Add USE_APPFW define" into devel/master

4 years agoMerge "Add DownloadRemoteFileIntoMemory function" into devel/master
Adeel Kazmi [Wed, 29 Jan 2020 15:06:43 +0000 (15:06 +0000)]
Merge "Add DownloadRemoteFileIntoMemory function" into devel/master

4 years agoAdd DownloadRemoteFileIntoMemory function 27/221427/2
huiyu.eun [Mon, 23 Dec 2019 01:13:32 +0000 (10:13 +0900)]
Add DownloadRemoteFileIntoMemory function

Change-Id: I9ba7ab59e2633e2c6a2584f5498c4cbf39a50938
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoAdd USE_APPFW define 48/219448/4
huiyu.eun [Mon, 2 Dec 2019 09:36:24 +0000 (18:36 +0900)]
Add USE_APPFW define

Change-Id: I7162d16932ed3f6a91a6fbe3103f6649b897564e
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoFix: Dali::Internal::StyleMonitor::LoadThemeFile() opens files as binary. 11/223211/3
György Straub [Mon, 27 Jan 2020 09:53:14 +0000 (09:53 +0000)]
Fix: Dali::Internal::StyleMonitor::LoadThemeFile() opens files as binary.

Attempting to read the style-sheet.jsons as text fails on Windows, due to the
garbage which the CRLF conversion - performed by the OS - appears to create
at the end of the file.

N.B. the binary specifier to fopen() has no effect on POSIX systems. (source:
https://en.cppreference.com/w/c/io/fopen )

Change-Id: Ibf96d9194ed7d1953b35248c5044136b5fb01497
Signed-off-by: György Straub <g.straub@partner.samsung.com>
4 years agoDALi Version 1.4.55 92/223192/1 dali_1.4.55
Victor Cebollada [Fri, 24 Jan 2020 13:49:32 +0000 (13:49 +0000)]
DALi Version 1.4.55

Change-Id: Ic661099593f3730985c9bc350380cdb69c57d202

4 years agoAutomated Tests Sync 83/223183/1
Adeel Kazmi [Fri, 24 Jan 2020 08:37:15 +0000 (08:37 +0000)]
Automated Tests Sync

Change-Id: I1c2c8fdb52123393ca09fe2d93ef8e38e85d2824

4 years agoMerge "Syncing common test files." into devel/master
Adeel Kazmi [Thu, 23 Jan 2020 17:00:05 +0000 (17:00 +0000)]
Merge "Syncing common test files." into devel/master

4 years agoMerge "VCPKG - CMakeLists.txt updated to build for vcpkg." into devel/master
Adeel Kazmi [Thu, 23 Jan 2020 16:52:28 +0000 (16:52 +0000)]
Merge "VCPKG - CMakeLists.txt updated to build for vcpkg." into devel/master

4 years agoVCPKG - CMakeLists.txt updated to build for vcpkg. 68/222968/5
Victor Cebollada [Tue, 17 Dec 2019 08:37:21 +0000 (08:37 +0000)]
VCPKG - CMakeLists.txt updated to build for vcpkg.

* MS Windows dependencies added.

Change-Id: Ife2ffa29da91b24fe3e559b7484b24167095252e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoSyncing common test files. 10/222610/3
György Straub [Thu, 16 Jan 2020 13:14:40 +0000 (13:14 +0000)]
Syncing common test files.

As required by change I0b4cc593ab5e40b17dc427956cd78950ab49e5ae on dali-core.

Change-Id: Ic934f6a938a8c1755858b4788a4c9714c4370603
Signed-off-by: György Straub <g.straub@partner.samsung.com>
4 years agoMerge "Add last clear color API in test gl abstraction." into devel/master
Adeel Kazmi [Thu, 23 Jan 2020 14:30:32 +0000 (14:30 +0000)]
Merge "Add last clear color API in test gl abstraction." into devel/master

4 years agoMerge "Add more Preedit enumerations for custom styles" into devel/master
Adeel Kazmi [Wed, 22 Jan 2020 09:18:27 +0000 (09:18 +0000)]
Merge "Add more Preedit enumerations for custom styles" into devel/master

4 years agoMerge "MS Windows - Fix compile errors when debug is enabled." into devel/master
Adeel Kazmi [Tue, 21 Jan 2020 14:17:55 +0000 (14:17 +0000)]
Merge "MS Windows - Fix compile errors when debug is enabled." into devel/master

4 years agoMerge "SetSource() is called multiple times at the same time when playing multiple...
joogab yun [Tue, 21 Jan 2020 05:59:28 +0000 (05:59 +0000)]
Merge "SetSource() is called multiple times at the same time when playing multiple Videos. At the same time, mTbmSurface may not sync when PrepareTexture() is executed." into devel/master

4 years agoSetSource() is called multiple times at the same time when playing multiple Videos. 11/222811/9
Joogab Yun [Mon, 20 Jan 2020 08:04:51 +0000 (17:04 +0900)]
SetSource() is called multiple times at the same time when playing multiple Videos.
At the same time, mTbmSurface may not sync when PrepareTexture() is executed.

So I add a mutex lock, and valid check

Change-Id: I807a9bee58fa920879bbdfa1867325c43e9f7730

4 years agoMerge "Fix window cast crash issue" into devel/master
Adeel Kazmi [Mon, 20 Jan 2020 17:05:17 +0000 (17:05 +0000)]
Merge "Fix window cast crash issue" into devel/master

4 years agoMS Windows - Fix compile errors when debug is enabled. 26/222726/3
Victor Cebollada [Fri, 17 Jan 2020 08:51:24 +0000 (08:51 +0000)]
MS Windows - Fix compile errors when debug is enabled.

* Builds with VCPKG

Change-Id: I2f03382580e79be8067e14090a2887a39a67f622
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoAdd last clear color API in test gl abstraction. 32/222832/1
Anton Obzhirov [Mon, 20 Jan 2020 10:43:45 +0000 (10:43 +0000)]
Add last clear color API in test gl abstraction.

Change-Id: Ic45b90290a80f096d1f96afe00c225a52897f9af

4 years agoMerge "Add an environment variable for long press gesture" into devel/master
JIYUN YANG [Mon, 20 Jan 2020 08:28:30 +0000 (08:28 +0000)]
Merge "Add an environment variable for long press gesture" into devel/master

4 years agoFix window cast crash issue 10/222810/1
Seungho, Baek [Mon, 20 Jan 2020 07:34:04 +0000 (16:34 +0900)]
Fix window cast crash issue

Change-Id: I01eb0052ab6dc1b41617c38f051515cd80198293
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoMerge "DALi Version 1.4.54" into devel/master
Adeel Kazmi [Fri, 17 Jan 2020 11:14:10 +0000 (11:14 +0000)]
Merge "DALi Version 1.4.54" into devel/master

4 years agoDALi Version 1.4.54 16/222716/1 dali_1.4.54
György Straub [Fri, 17 Jan 2020 08:48:35 +0000 (08:48 +0000)]
DALi Version 1.4.54

Change-Id: I443375e44d9a786d5dd82e7940287541834472c3

4 years agoMerge "Add api for get the internal media player handle of the video player" into...
joogab yun [Fri, 17 Jan 2020 01:20:05 +0000 (01:20 +0000)]
Merge "Add api for get the internal media player handle of the video player" into devel/master

4 years agoAdd an environment variable for long press gesture 43/220643/5
Jiyun Yang [Fri, 20 Dec 2019 06:56:45 +0000 (15:56 +0900)]
Add an environment variable for long press gesture

DALI_LONG_PRESS_MINIMUM_HOLDING_TIME
The minimum holding time required to be recognized as a long press gesture

Change-Id: Idc9f62b4c2096564c37fb089c86815ec6433e3e6
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoUpdated automated-tests' README.md with more specific instructions / caveats. 03/222603/2
György Straub [Thu, 16 Jan 2020 11:20:36 +0000 (11:20 +0000)]
Updated automated-tests' README.md with more specific instructions / caveats.

Change-Id: Ib54d2fc96f673755889f1dff3d69ddb8178290b0
Signed-off-by: György Straub <g.straub@partner.samsung.com>
4 years agoAdd api for get the internal media player handle of the video player 88/222288/5
Joogab Yun [Mon, 13 Jan 2020 08:18:17 +0000 (17:18 +0900)]
Add api for get the internal media player handle of the video player

Change-Id: Ib5fc46a650e189ca35f510d61f0f107835448374

4 years agoWhen set to italic, some text ends cut off. 63/222563/1
Joogab Yun [Thu, 16 Jan 2020 05:53:37 +0000 (14:53 +0900)]
When set to italic, some text ends cut off.
Run the sample below and then look at 'I', 'J', 'N' text.
These letters in the upper right corner are cut off.
So I adjuct the widthOut value.

sample)
    Dali::Property::Map fontStyleMapSet;
    fontStyleMapSet.Insert( "slant", "italic" );
    TextLabel textLabelN = TextLabel::New( "ABCDEFGHIJKLMN\nOPQRSTUVWXYZ" );
    textLabelN.SetAnchorPoint( AnchorPoint::TOP_LEFT );
    textLabelN.SetProperty(TextLabel::Property::POINT_SIZE, 18.f);
    textLabelN.SetPosition(100.f, 400.f);
    textLabelN.SetProperty(TextLabel::Property::MULTI_LINE, true);
    textLabelN.SetProperty( TextLabel::Property::FONT_STYLE, fontStyleMapSet );
    stage.Add( textLabelN );

Change-Id: I95429189350546169ea4de2fb6f58f2a480324cb

4 years agoDALi Version 1.4.53 09/222209/1 dali_1.4.53
greynaga [Fri, 10 Jan 2020 11:50:12 +0000 (11:50 +0000)]
DALi Version 1.4.53

Change-Id: I44ada87a4f279a8fbfe305a883a89cdf4672fc3a

4 years agoMerge "Fix random crash in TCT when stderr is closed but we try to write to it" into...
Adeel Kazmi [Thu, 9 Jan 2020 17:23:56 +0000 (17:23 +0000)]
Merge "Fix random crash in TCT when stderr is closed but we try to write to it" into devel/master

4 years agoFix random crash in TCT when stderr is closed but we try to write to it 54/221954/4
Richard Huang [Wed, 8 Jan 2020 10:34:09 +0000 (10:34 +0000)]
Fix random crash in TCT when stderr is closed but we try to write to it

Change-Id: I8e71d8c4fa342592aadf30482a2b4b11cbb13032

4 years agoGCC 9.2 Support 20/221820/1
Adeel Kazmi [Tue, 7 Jan 2020 16:15:58 +0000 (16:15 +0000)]
GCC 9.2 Support

Change-Id: I3ae4c6c43967dc12691095135c21fc3a0ad4366f

4 years agoFixing SVACE error - uninitialised member 61/221561/2
Agnelo Vaz [Fri, 3 Jan 2020 12:01:16 +0000 (12:01 +0000)]
Fixing SVACE error - uninitialised member

Change-Id: I8845f19f02d11e62383edf852016f15dd2bcc5c9

4 years agoDALi Version 1.4.52 38/221538/1 dali_1.4.52
Richard Huang [Fri, 3 Jan 2020 11:06:44 +0000 (11:06 +0000)]
DALi Version 1.4.52

Change-Id: Ie1eec8581fffa82201345d2572c98e6c7d6021fc

4 years agoAdd more Preedit enumerations for custom styles 01/220201/3
Seoyeon Kim [Mon, 16 Dec 2019 05:20:59 +0000 (14:20 +0900)]
Add more Preedit enumerations for custom styles

- Add more preedit styles for substring : CUSTOM_PLATFORM_STYLE_1 ~ 4
- The preedit type is NONE, SUB1 ~ SUB7.
   But, DALi changed the name exactly, such as 'UNDERLINE' instead of 'SUB1' and
  'REVERSE' instead of 'SUB2'.
   CUSTOM_PLATFORM_STYLE_1 ~ 4 are just to draw the text in underline
  with various background color.

- The index received from imf is a byte. So, it should be converted to character index.

Change-Id: Iea64e1bfc27ff291cee592c839013171df75d31c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "Apply multi Instance for widget" into devel/master
sunghyun kim [Fri, 27 Dec 2019 04:03:57 +0000 (04:03 +0000)]
Merge "Apply multi Instance for widget" into devel/master