platform/core/uifw/dali-toolkit.git
3 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20201222.122615 submit/tizen/20201221.093959
Dongsug Song [Mon, 21 Dec 2020 08:55:20 +0000 (17:55 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 6f5cb1cbc76f520e3f55e462bdb7b722ae2f7367.

Change-Id: I904dc6bd5bbc6d5ff7ce74ec25831e60474d306e

3 years agoMerge branch 'devel/master' into tizen
Dongsug Song [Mon, 21 Dec 2020 08:54:53 +0000 (17:54 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Dongsug Song [Mon, 21 Dec 2020 08:54:42 +0000 (17:54 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 5784d7c9e819599a909f3b824ce9ae2ecd5e3071.

3 years agoDALi Version 2.0.6 50/250050/1 dali_2.0.6
adam.b [Fri, 18 Dec 2020 11:08:34 +0000 (11:08 +0000)]
DALi Version 2.0.6

Change-Id: Ie44592f896114985917d568e346d84eb27e96169

3 years agoMerge "Avoid shader string copy when possible." into devel/master
David Steele [Thu, 17 Dec 2020 11:25:52 +0000 (11:25 +0000)]
Merge "Avoid shader string copy when possible." into devel/master

3 years agoMerge "Check renderer when call DisplayNextFrame()" into devel/master
Adeel Kazmi [Thu, 17 Dec 2020 10:59:33 +0000 (10:59 +0000)]
Merge "Check renderer when call DisplayNextFrame()" into devel/master

3 years agoMerge "Fix SVACE error in npatch-data" into devel/master
Adeel Kazmi [Thu, 17 Dec 2020 10:59:24 +0000 (10:59 +0000)]
Merge "Fix SVACE error in npatch-data" into devel/master

3 years agoFix SVACE error in npatch-data 23/249923/1
Adeel Kazmi [Thu, 17 Dec 2020 10:11:09 +0000 (10:11 +0000)]
Fix SVACE error in npatch-data

Change-Id: I04df0451ded3b1a097f31e96d0a6e7f0558ff17c

3 years agoCheck renderer when call DisplayNextFrame() 19/249319/5
Sunghyun Kim [Thu, 10 Dec 2020 05:55:06 +0000 (14:55 +0900)]
Check renderer when call DisplayNextFrame()

Sometimes DisplayNextFrame() is called even if animatedImageVisual is
disposed.
for avoid this issue, i added this patch.

Change-Id: I4912dbc38e2c911bc7bbfe7815a8fc8f6b9f4d37

3 years agoRemove unnecessary log in the npatch-loader 20/249820/1
seungho [Thu, 17 Dec 2020 03:21:06 +0000 (12:21 +0900)]
Remove unnecessary log in the npatch-loader

 - GetNPatchData method is allowed that can be called before npatchData is created.(like GetNaturalSize)
 - And, to fail to find cache with the id is not an error too.
 - Therefore, this patch removes the error log from the GetCacheIndexFromId

Change-Id: If88dc611d8e5ad7431ae4485a5cbc8e2e08a4111
Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoAvoid shader string copy when possible. 75/248975/3
Subhransu Mohanty [Fri, 4 Dec 2020 01:38:56 +0000 (10:38 +0900)]
Avoid shader string copy when possible.

As shader creation will take a copy if the shader is not in the cache
we don't have to create new String for each shader creation request.

we create a new string only when we need to update the shader data
and only pass a string_view to the shader creation.

Change-Id: I595d5f2af8216c2526ba0865fe33b6c0c2538405

3 years agoMerge "use string_view to avoid string copy" into devel/master
David Steele [Wed, 16 Dec 2020 18:08:56 +0000 (18:08 +0000)]
Merge "use string_view to avoid string copy" into devel/master

3 years agoMerge "Fix SVACE error in animated-image-visual.cpp" into devel/master
David Steele [Wed, 16 Dec 2020 17:08:00 +0000 (17:08 +0000)]
Merge "Fix SVACE error in animated-image-visual.cpp" into devel/master

3 years agoFix SVACE error in animated-image-visual.cpp 42/249642/3
Adeel Kazmi [Tue, 15 Dec 2020 21:24:45 +0000 (21:24 +0000)]
Fix SVACE error in animated-image-visual.cpp

Change-Id: I688715d694f5a726cebb95c1a69bf051177b4085

3 years agoMake NPatchData receive LoadComplete call from TextureManager. 92/248592/18
Seungho Baek [Mon, 30 Nov 2020 05:45:41 +0000 (14:45 +0900)]
Make NPatchData receive LoadComplete call from TextureManager.

 - If an NPatchVisual is destroyed before it receives LoadComplete,
   the loading process of the npatch image is never completed.
 - At that time, because the cache data is already created, every request of the image after that is ignored.
 - In this patch, NPatchData is separated from NpatchLoader and NPatchData request npatch loading to Texture Manager instead of NPatchVisual as a representative.
 - After the loading is completed, NPatchData receives LoadComplete call and makes textureSet.
 - And, The NpatchData sends UploadComplete call to the each NPatchVisuals those originally request it.

 + Additionally, this patch includes an method to remove unused cached data.

Change-Id: I0879a9eaa62aac8533fbc6b8d9416805ab7a0675
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
3 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20201217.124249 submit/tizen/20201215.155857 submit/tizen/20201217.005227
Seoyeon Kim [Tue, 15 Dec 2020 05:36:07 +0000 (14:36 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 25cf14bd4d67935023f2d9726adc3b733a34f20f.

Change-Id: I82ed947e59e96869e73753bc9fcec721fc8ceb06

3 years agoMerge branch 'devel/master' into tizen
Seoyeon Kim [Tue, 15 Dec 2020 05:35:31 +0000 (14:35 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Set custom fragment shader to the visual used in WebView"
Seoyeon Kim [Tue, 15 Dec 2020 05:30:13 +0000 (14:30 +0900)]
Revert "[Tizen] Set custom fragment shader to the visual used in WebView"

This reverts commit 8a64a5dc537c9286675771d069458523ecfac53e.

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Seoyeon Kim [Tue, 15 Dec 2020 05:30:10 +0000 (14:30 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 826ad7f5bb6703ec4f7782a5235ba64ebe387d38.

3 years agoRevert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"
Seoyeon Kim [Tue, 15 Dec 2020 05:30:08 +0000 (14:30 +0900)]
Revert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"

This reverts commit 4ef2da25f0d8705c055e21d7e0bb763b0b4c9ef8.

3 years agoFix 2 animatedImageVisual issues 19/249119/4
Seungho Baek [Mon, 7 Dec 2020 08:10:34 +0000 (17:10 +0900)]
Fix 2 animatedImageVisual issues

 - 1. Make animate image visual do not caching in texture-manager
  - If 2 visual those have same image url and play without sync, it makes caching error.
 - 2. Make NextFrame methods.
  - Currently, the visual requests to load specific frame with index.
    But, if the system getting slow(like so many agif/webp in playing), the request and the loading can not be synchronized.
  - The visual will request next frame index with identical timing, but because the loading is slow, the loading frame will be throwed away and start next frame of the index.
  - This make bottle neck and also make stop to play.
  - This patch adds NextFrame that returns prepared next frame. If the next frame is in loading, this method is not to increase index and returns current rendered frame again.

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

3 years agoDALi Version 2.0.5 43/249443/1 dali_2.0.5
David Steele [Fri, 11 Dec 2020 12:10:34 +0000 (12:10 +0000)]
DALi Version 2.0.5

Change-Id: I36efbd79a451153bfccc5cdbe0197fad01d0685f

3 years agoAdd GetVisualProperty to Control 41/247841/6
Heeyong Song [Tue, 17 Nov 2020 10:16:33 +0000 (19:16 +0900)]
Add GetVisualProperty to Control

Change-Id: I099bb989dfc5808907c6ebe7cc260727b39faaa4

3 years agoRemove unstable tc 95/248795/2
Heeyong Song [Wed, 2 Dec 2020 08:55:57 +0000 (17:55 +0900)]
Remove unstable tc

Change-Id: If37151a695a1d184f97d106b0ac97f7ed687b664

3 years ago[Tizen] Fix Animated Image Visual issue of using same file in multiple visual accepted/tizen/unified/20201209.124922 submit/tizen/20201208.153507
Sunghyun Kim [Tue, 8 Dec 2020 04:40:43 +0000 (13:40 +0900)]
[Tizen] Fix Animated Image Visual issue of using same file in multiple visual

This reverts commit bd00c140e430f256b125e87b430a15125dc245d9.

Change-Id: I62a1927748c65e67683e6266e4a67dc71ac6392c

3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Sunghyun Kim [Tue, 8 Dec 2020 04:40:20 +0000 (13:40 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 6b451eaf0107862abbc1919ed41cf5d16f845734.

Change-Id: I06f6298c570c9be4d466033e28bb13e8f6f26c58

3 years ago[Tizen] Set custom fragment shader to the visual used in WebView
Sunghyun Kim [Tue, 8 Dec 2020 04:39:59 +0000 (13:39 +0900)]
[Tizen] Set custom fragment shader to the visual used in WebView

This reverts commit c1294f2ea009cd300a5ec23a26a2a474f37e7901.

Change-Id: I619812e148a1944487af65a723acf0b7ede61934

3 years agoMerge branch 'devel/master' into tizen
Sunghyun Kim [Tue, 8 Dec 2020 04:39:19 +0000 (13:39 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I8dc2c1c8791865ad43e606b1cc337e2c46567923

3 years agoRevert "[Tizen] Set custom fragment shader to the visual used in WebView"
Sunghyun Kim [Tue, 8 Dec 2020 04:39:11 +0000 (13:39 +0900)]
Revert "[Tizen] Set custom fragment shader to the visual used in WebView"

This reverts commit 4b9618984b452c4bc534c23d73c27cab113a2d5a.

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Sunghyun Kim [Tue, 8 Dec 2020 04:39:07 +0000 (13:39 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 761f86ced052ce7a6e9632828498cf40fee47402.

3 years agoRevert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"
Sunghyun Kim [Tue, 8 Dec 2020 04:39:04 +0000 (13:39 +0900)]
Revert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"

This reverts commit 927bdfc87f83076300cc3df30252af9b0ba4bc90.

3 years agoMerge "add Padding parameter at RendererParameters" into devel/master
joogab yun [Tue, 8 Dec 2020 01:54:31 +0000 (01:54 +0000)]
Merge "add Padding parameter at RendererParameters" into devel/master

3 years agoAdd AnimatedVectorImageVisual property 66/248766/2
Heeyong Song [Wed, 2 Dec 2020 06:02:06 +0000 (15:02 +0900)]
Add AnimatedVectorImageVisual property

A property not to render again when the visual is scaled down.

Change-Id: I53d1e78d1376a24318055fa787ea8ee16e4fa0f2

3 years agoMerge "Further refactoring of text-controller-impl" into devel/master
Adeel Kazmi [Fri, 4 Dec 2020 16:18:56 +0000 (16:18 +0000)]
Merge "Further refactoring of text-controller-impl" into devel/master

3 years agoDALi Version 2.0.4 52/249052/1 dali_2.0.4
Adeel Kazmi [Fri, 4 Dec 2020 14:57:13 +0000 (14:57 +0000)]
DALi Version 2.0.4

Change-Id: Ib30bd1701e610cda7fe56ec4b95cf979c91fecb7

3 years agouse string_view to avoid string copy 25/249025/2
Subhransu Mohanty [Fri, 4 Dec 2020 09:08:25 +0000 (18:08 +0900)]
use string_view to avoid string copy

Change-Id: I44af920c24d7ffe8722272118c39163003f6b08e

3 years agoadd Padding parameter at RendererParameters 93/248993/2
Joogab Yun [Fri, 4 Dec 2020 06:30:12 +0000 (15:30 +0900)]
add Padding parameter at RendererParameters

Change-Id: If8d78e1363bc02b5f872119af59f6d3b89550b90

3 years agoFurther refactoring of text-controller-impl 53/248853/4
Adeel Kazmi [Wed, 2 Dec 2020 22:46:22 +0000 (22:46 +0000)]
Further refactoring of text-controller-impl

Change-Id: I3f8253122378cd7f1de6afb742419a726dceefeb

3 years agoMerge "(TextController) Refactored out Text updating methods & moved another method...
Adeel Kazmi [Thu, 3 Dec 2020 12:22:49 +0000 (12:22 +0000)]
Merge "(TextController) Refactored out Text updating methods & moved another method to the Relayouter" into devel/master

3 years agosupport string_view in DALI_TEST_EQUALS 19/248919/1
Subhransu Mohanty [Thu, 3 Dec 2020 07:49:41 +0000 (16:49 +0900)]
support string_view in DALI_TEST_EQUALS

Change-Id: Ie7ba0149c936bd02b50253c136642ac7fe9f2728

3 years ago(TextController) Refactored out Text updating methods & moved another method to the... 52/248852/3
Adeel Kazmi [Wed, 2 Dec 2020 18:34:33 +0000 (18:34 +0000)]
(TextController) Refactored out Text updating methods & moved another method to the Relayouter

Change-Id: I9a3e48c86f593a05fceda2bd29f9d9d72e1c4dc4

3 years ago(Text Controller) Moved ShowPlaceholder method into PlaceholderHandler 08/248708/2
Adeel Kazmi [Tue, 1 Dec 2020 20:33:59 +0000 (20:33 +0000)]
(Text Controller) Moved ShowPlaceholder method into PlaceholderHandler

Change-Id: I3733c34fd78ef6e43d006c8e032fd0869a136f0a

3 years agoMerge "Added TextController Relayouter class to handle relayouting" into devel/master
David Steele [Tue, 1 Dec 2020 19:20:30 +0000 (19:20 +0000)]
Merge "Added TextController Relayouter class to handle relayouting" into devel/master

3 years agoAdded TextController Relayouter class to handle relayouting 87/246987/7
Adeel Kazmi [Thu, 5 Nov 2020 23:03:54 +0000 (23:03 +0000)]
Added TextController Relayouter class to handle relayouting

Change-Id: I001ee4508bbe4d7d5658afe8634fde1acf5a16f8

3 years agoMerge "Do not change BlendMode by following whether advanced blend equation is appied...
David Steele [Tue, 1 Dec 2020 11:54:01 +0000 (11:54 +0000)]
Merge "Do not change BlendMode by following whether advanced blend equation is appied or not" into devel/master

3 years ago[Tizen] Fix Animated Image Visual issue of using same file in multiple visual accepted/tizen/unified/20201203.123834 submit/tizen/20201202.010141
Joogab Yun [Tue, 1 Dec 2020 04:56:10 +0000 (13:56 +0900)]
[Tizen] Fix Animated Image Visual issue of using same file in multiple visual

This reverts commit 009570d3cfd51fcfd9f1a7786cc8a56378663588.

Change-Id: I42a0e36d57e0c32f0cced99243aa411c59aa1ddd

3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Joogab Yun [Tue, 1 Dec 2020 04:55:56 +0000 (13:55 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 7cf6a992018691a8262db5494bd593dc4df3a98e.

Change-Id: Iaef7479aab8aad78d3418914ca77dacfc62f3104

3 years ago[Tizen] Set custom fragment shader to the visual used in WebView
Joogab Yun [Tue, 1 Dec 2020 04:55:37 +0000 (13:55 +0900)]
[Tizen] Set custom fragment shader to the visual used in WebView

This reverts commit ab32403072df470fd09b6e738ebdb00bcb1017f4.

Change-Id: I6e2825ab11a6ce9fee52933f395e78ad7d7377fb

3 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Tue, 1 Dec 2020 04:55:31 +0000 (13:55 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Set custom fragment shader to the visual used in WebView"
Joogab Yun [Tue, 1 Dec 2020 04:55:13 +0000 (13:55 +0900)]
Revert "[Tizen] Set custom fragment shader to the visual used in WebView"

This reverts commit 7e0701816c05943e5c3724bb51a829349dd4ac23.

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Joogab Yun [Tue, 1 Dec 2020 04:55:10 +0000 (13:55 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 92e2a7946e2e37e928ee580b68fa006c80b16638.

3 years agoRevert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"
Joogab Yun [Tue, 1 Dec 2020 04:55:07 +0000 (13:55 +0900)]
Revert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"

This reverts commit 43f48185cd534c934bc4c00f3922924c5433b3c0.

3 years agoFix Coverity issue 67/248567/2
Heeyong Song [Mon, 30 Nov 2020 05:31:27 +0000 (14:31 +0900)]
Fix Coverity issue

Change-Id: I579967f438c62a7b25a96f78ba6942885fa8d53a

3 years agoDo not change BlendMode by following whether advanced blend equation is appied or not 28/248328/5
Seungho Baek [Wed, 25 Nov 2020 10:10:58 +0000 (19:10 +0900)]
Do not change BlendMode by following whether advanced blend equation is appied or not

Change-Id: I9fb5eb3c9cb52095ca032a5e2e63028d8d04d203
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
3 years agoMerge "DALi Version 2.0.3" into devel/master
Adeel Kazmi [Fri, 27 Nov 2020 12:05:02 +0000 (12:05 +0000)]
Merge "DALi Version 2.0.3" into devel/master

3 years agoMerge "(Automated Tests) Ensure we pick up all the tests" into devel/master
Adeel Kazmi [Fri, 27 Nov 2020 12:02:05 +0000 (12:02 +0000)]
Merge "(Automated Tests) Ensure we pick up all the tests" into devel/master

3 years agoDALi Version 2.0.3 26/248526/1 dali_2.0.3
Richard Huang [Fri, 27 Nov 2020 11:57:02 +0000 (11:57 +0000)]
DALi Version 2.0.3

Change-Id: I862e7f4c3636d2644207c390e51fa59381243754

3 years ago(Automated Tests) Ensure we pick up all the tests 53/248453/1
Adeel Kazmi [Thu, 26 Nov 2020 20:53:51 +0000 (20:53 +0000)]
(Automated Tests) Ensure we pick up all the tests

Change-Id: I76f887742f7cb8b212808197deae91bd83bebe31

3 years agoReduced Cyclomatic Complexity of ProcessMarkupString in the Markup Processor 54/248354/5
Adeel Kazmi [Wed, 25 Nov 2020 22:17:43 +0000 (22:17 +0000)]
Reduced Cyclomatic Complexity of ProcessMarkupString in the Markup Processor

Change-Id: I98357df9fb48eb55e53d00ea64159f3f6782bba0

3 years ago[Tizen] Fix Animated Image Visual issue of using same file in multiple visual 11/248411/3 accepted/tizen/unified/20201126.123654 submit/tizen/20201126.083730
seungho [Thu, 26 Nov 2020 06:54:22 +0000 (15:54 +0900)]
[Tizen] Fix Animated Image Visual issue of using same file in multiple visual

Change-Id: I0d6ed4acb418078879729d743ad2d980d7cbf858
Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Jiyun Yang [Thu, 26 Nov 2020 06:40:02 +0000 (15:40 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 23711085694fdddaabbed7dadbea7ee3572d2f98.

Change-Id: I2a6e7a223761a057f69b4c610e8d892085fc0cae

3 years ago[Tizen] Set custom fragment shader to the visual used in WebView
Jiyun Yang [Thu, 26 Nov 2020 06:33:47 +0000 (15:33 +0900)]
[Tizen] Set custom fragment shader to the visual used in WebView

This reverts commit 6425a9aa2c0a91623f5a8d6a2bece876fe39cdf9.

Change-Id: I2c4df38730a906760e2be03231a0457a19b40c32

3 years agoMerge branch 'devel/master' into tizen
Jiyun Yang [Thu, 26 Nov 2020 06:33:31 +0000 (15:33 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Set custom fragment shader to the visual used in WebView"
Jiyun Yang [Thu, 26 Nov 2020 06:33:27 +0000 (15:33 +0900)]
Revert "[Tizen] Set custom fragment shader to the visual used in WebView"

This reverts commit 9c59174a0d55e550309009e6ab0a143cc90d23b9.

3 years agoRevert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"
Jiyun Yang [Thu, 26 Nov 2020 06:33:23 +0000 (15:33 +0900)]
Revert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"

This reverts commit 0472f8edbb49477fe1bda2139bfeeac3d4535f84.

3 years agoRevert "[Tizen] Stop observing visuals when a control is destroyed"
Jiyun Yang [Thu, 26 Nov 2020 06:33:21 +0000 (15:33 +0900)]
Revert "[Tizen] Stop observing visuals when a control is destroyed"

This reverts commit 73ef249aac4a172a5327dd380c6d9ef8e762c133.

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Jiyun Yang [Thu, 26 Nov 2020 06:33:18 +0000 (15:33 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 1182bd34de8e0b8075fcbb33bd5512571f2d918b.

3 years agoMerge "Make do not caching pixelBuffer in texture-manager." into devel/master
David Steele [Wed, 25 Nov 2020 10:10:12 +0000 (10:10 +0000)]
Merge "Make do not caching pixelBuffer in texture-manager." into devel/master

3 years agoMake do not caching pixelBuffer in texture-manager. 94/247194/11
seungho [Fri, 6 Nov 2020 12:50:56 +0000 (21:50 +0900)]
Make do not caching pixelBuffer in texture-manager.

 - In current implementation, npatch textureSet is cached in npatch-loader.
 - This patch prevent to sent empty loadComplete call from texture manager to npatch-visual.
 - And also, this patch let the npatch-loader handle all the caching process without texture-manager caching.

Change-Id: Ibd5f14996420f8651cab6f5b6ccefa67689e4f7f
Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years agoMerge "Fix the build fail of toolkit-test-util" into devel/master
Adeel Kazmi [Mon, 23 Nov 2020 16:48:40 +0000 (16:48 +0000)]
Merge "Fix the build fail of toolkit-test-util" into devel/master

3 years ago(Automated Tests) Synchronise with dali-core following Semaphore class addition 62/247862/5
Adeel Kazmi [Tue, 17 Nov 2020 18:43:02 +0000 (18:43 +0000)]
(Automated Tests) Synchronise with dali-core following Semaphore class addition

Change-Id: Ib72d70e3ba4a5407658610a73584ca293e0adb9b

3 years agoFix the build fail of toolkit-test-util 23/244823/3
Wonsik Jung [Thu, 24 Sep 2020 11:51:38 +0000 (20:51 +0900)]
Fix the build fail of toolkit-test-util

Fix the build fail of toolkit-test-util for new scene-holder-impl API.

Change-Id: Ie5cff593e8326c4318884f6f1e6f8543e7e28f2e

3 years agoDALi Version 2.0.2 81/248081/1 dali_2.0.2
György Straub [Fri, 20 Nov 2020 07:46:10 +0000 (07:46 +0000)]
DALi Version 2.0.2

Change-Id: I550494e590c92ab52353845ce0da618be859c528

3 years agoMerge "[dali-toolkit] TextEditor/TextField add PrimaryCursorPosition property Add...
joogab yun [Thu, 19 Nov 2020 09:35:54 +0000 (09:35 +0000)]
Merge "[dali-toolkit] TextEditor/TextField add PrimaryCursorPosition property Add property to control primary cursor position" into devel/master

3 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20201120.125452 submit/tizen/20201119.081650
Seoyeon Kim [Thu, 19 Nov 2020 07:23:06 +0000 (16:23 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 6f19b604349a9f11be7313df9a683d80f124d5c3.

Change-Id: Id01889262461be637baedd2ac1f6a11f19a570e0

3 years ago[Tizen] Stop observing visuals when a control is destroyed
Heeyong Song [Thu, 19 Nov 2020 05:34:59 +0000 (14:34 +0900)]
[Tizen] Stop observing visuals when a control is destroyed

Change-Id: I4f05c904765c3fd2798a317e44ac210dcc21e589

3 years ago[Tizen] Fix Animated Image Visual issue of using same file in multiple visual
Heeyong Song [Thu, 19 Nov 2020 05:26:40 +0000 (14:26 +0900)]
[Tizen] Fix Animated Image Visual issue of using same file in multiple visual

Change-Id: I0adbda9e56fe1f8b56e6ec50a152f44fcd024d77

3 years ago[Tizen] Set custom fragment shader to the visual used in WebView
Heeyong Song [Thu, 19 Nov 2020 05:26:18 +0000 (14:26 +0900)]
[Tizen] Set custom fragment shader to the visual used in WebView

Change-Id: I4476e2d012bd3ef87e644ba5094840a9de281776

3 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Thu, 19 Nov 2020 05:25:01 +0000 (14:25 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I83fe7807678efe84678c177d08a3fb034998be69

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Heeyong Song [Thu, 19 Nov 2020 05:20:54 +0000 (14:20 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit c8167ff058fc3e90229dd1ce99152d2180b3a16e.

Change-Id: Icfdd2ddabb56f6cee94675750fb04726dedecc52

3 years agoRevert "[Tizen] Set custom fragment shader to the visual used in WebView"
Heeyong Song [Thu, 19 Nov 2020 05:20:44 +0000 (14:20 +0900)]
Revert "[Tizen] Set custom fragment shader to the visual used in WebView"

This reverts commit e5a35a1d958aea8249115c5f30b1d6bed459acda.

Change-Id: I9c88ef8375d260190d893bee913967e1f5991d79

3 years agoRevert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"
Heeyong Song [Thu, 19 Nov 2020 05:19:33 +0000 (14:19 +0900)]
Revert "[Tizen] Fix Animated Image Visual issue of using same file in multiple visual"

This reverts commit f8a0bad72290d54b39818818f2a05f741ddc2ac5.

Change-Id: I4feb8e19a36b07aba5354c0d3b2826afa3619b99

3 years agoRevert "[Tizen] Stop observing visuals when a control is destroyed"
Heeyong Song [Thu, 19 Nov 2020 05:19:11 +0000 (14:19 +0900)]
Revert "[Tizen] Stop observing visuals when a control is destroyed"

This reverts commit 54ad1435d4f9fb39846f2abc73d899e60d7b5675.

Change-Id: I28e289027d179581017348a1cee0731fcae8ada1

3 years agoStop observing visuals when a control is destroyed 38/247238/3
Heeyong Song [Mon, 9 Nov 2020 07:30:18 +0000 (16:30 +0900)]
Stop observing visuals when a control is destroyed

Change-Id: I6c46f3090cfb8235ed0a081ab328d48c410f039e

3 years agoMerge "Remove blend mode change when mixColor is changed" into devel/master
Heeyong Song [Wed, 18 Nov 2020 00:45:10 +0000 (00:45 +0000)]
Merge "Remove blend mode change when mixColor is changed" into devel/master

3 years ago[windows] Use unsigned for enums used as bitfields 36/246136/3
Wander Lairson Costa [Fri, 23 Oct 2020 21:50:36 +0000 (18:50 -0300)]
[windows] Use unsigned for enums used as bitfields

When using enums as bitfields, the Microsoft C++ compiler will generated
shift intructions to when comparing the enum with one of its constants.
As by default enums are signed interegers, the compiler will generated
signed shifts, yielding trash values.

We define the enums in the TextureInfo class as unsigned ints to avoid
this bug.

Change-Id: Icdd49c3b417b09313964c71381b7c8230c844f12

3 years agoRemove blend mode change when mixColor is changed 65/247765/2
Heeyong Song [Mon, 16 Nov 2020 07:59:06 +0000 (16:59 +0900)]
Remove blend mode change when mixColor is changed

Now the mix color opacity uses Renderer opacity.
The Renderer change it internally if the blend mode is AUTO.
So we don't need to change it.

Change-Id: I63ed004e3263cd6f7a5f19a79f3031fedeb8ad81

3 years agoDALi Version 2.0.1 06/247706/1 dali_2.0.1
Cheng-Shiun Tsai [Fri, 13 Nov 2020 14:53:34 +0000 (14:53 +0000)]
DALi Version 2.0.1

Change-Id: I240ffdc6a04a326c60fed4fbf644ba408165ee35

3 years ago[dali-toolkit] TextEditor/TextField add PrimaryCursorPosition property 40/246740/3
ali198724 [Tue, 3 Nov 2020 20:31:24 +0000 (22:31 +0200)]
[dali-toolkit] TextEditor/TextField add PrimaryCursorPosition property
Add property to control primary cursor position

Change-Id: I77d4a7f375101dfe9e7afad4ca378ac8a5744c37

3 years agoMerge "added FONT_SIZE_SCALE("fontSizeScale") DevelProperty into TextLabel, TextField...
HyunJu Shin [Wed, 11 Nov 2020 07:55:23 +0000 (07:55 +0000)]
Merge "added FONT_SIZE_SCALE("fontSizeScale") DevelProperty into TextLabel, TextField and TextEditor" into devel/master

3 years agoMerge "Blend Equation Advanced Supporting" into devel/master
Seungho BAEK [Wed, 11 Nov 2020 03:07:22 +0000 (03:07 +0000)]
Merge "Blend Equation Advanced Supporting" into devel/master

3 years agoMerge "Fix a texture manager crash" into devel/master
Heeyong Song [Tue, 10 Nov 2020 14:08:10 +0000 (14:08 +0000)]
Merge "Fix a texture manager crash" into devel/master

3 years agoMerge "refactor Dictionary class." into devel/master
David Steele [Tue, 10 Nov 2020 12:01:27 +0000 (12:01 +0000)]
Merge "refactor Dictionary class." into devel/master

3 years ago[Tizen] Stop observing visuals when a control is destroyed accepted/tizen/6.0/unified/20201111.064923 accepted/tizen/unified/20201110.230601 submit/tizen/20201110.094917 submit/tizen_6.0/20201110.110443 submit/tizen_6.0/20201110.230218 submit/tizen_6.0/20201110.230946
Wonsik Jung [Tue, 10 Nov 2020 06:44:56 +0000 (15:44 +0900)]
[Tizen] Stop observing visuals when a control is destroyed

This reverts commit 1305cdf19da57fad70e3b88b674610aa0349c689.

3 years ago[Tizen] Fix Animated Image Visual issue of using same file in multiple visual
Wonsik Jung [Tue, 10 Nov 2020 06:44:34 +0000 (15:44 +0900)]
[Tizen] Fix Animated Image Visual issue of using same file in multiple visual

This reverts commit 25a8ed21a6a6333d5ffb3b785ac6c41f7014cbb0.

3 years ago[Tizen] Set custom fragment shader to the visual used in WebView
Wonsik Jung [Tue, 10 Nov 2020 06:44:07 +0000 (15:44 +0900)]
[Tizen] Set custom fragment shader to the visual used in WebView

This reverts commit c0a9100a905af181cead1ac3884ad9d8ff925390.

3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Wonsik Jung [Tue, 10 Nov 2020 06:43:43 +0000 (15:43 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit e1252758509d9c829eea22158f0310f59706039a.

3 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Tue, 10 Nov 2020 06:43:08 +0000 (15:43 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Wonsik Jung [Tue, 10 Nov 2020 06:42:52 +0000 (15:42 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 494bbf1face6e886db708a45a850650f7a28a3cb.