Jaehyun Cho [Tue, 27 Aug 2024 06:37:52 +0000 (15:37 +0900)]
[Tizen] Support asan build option
This reverts commit
616edafc2ccdbab475e87e0b396dcff0e5d6fb7d.
Seungho Baek [Wed, 11 Sep 2024 07:15:52 +0000 (16:15 +0900)]
Merge branch 'devel/master' into BackupTizen
Change-Id: I744dc997db6e0834c563cb6883ccbd2b7452acf2
Youngsun Suh [Wed, 11 Sep 2024 02:12:03 +0000 (02:12 +0000)]
Merge "Revert "Revert "Update the bridge to own accessible objects""" into devel/master
Eunki, Hong [Tue, 10 Sep 2024 08:44:00 +0000 (17:44 +0900)]
Reduce label size of UtcDaliTextLabelLocaleChange02
Since that UTC failed sometimes, let we reduce the size of label
so AsyncText process finished more early.
Change-Id: Ib8e8cb4dc4e96b8b16706fcf2488e7390809409b
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
ANZ1217 [Mon, 9 Sep 2024 10:44:12 +0000 (19:44 +0900)]
Fix the problem that Autoscroll does not work properly
when there are only RTL Marker and LTR Text in Text.
Change-Id: I2d25db75b29b51089f423655c00e11895719cd98
Youngsun Suh [Mon, 9 Sep 2024 02:24:25 +0000 (11:24 +0900)]
Revert "Revert "Update the bridge to own accessible objects""
This reverts commit
d7334f5f25d69f3231b9ee64d39d02561452afb7.
Change-Id: Idb61242ede92cf6062ed86e37ab636e3e308987b
Eunki Hong [Mon, 9 Sep 2024 04:27:01 +0000 (04:27 +0000)]
Merge "Use flat keyword for some shader" into devel/master
Eunki, Hong [Fri, 6 Sep 2024 04:23:57 +0000 (13:23 +0900)]
Use flat keyword for some shader
Since some varying value what we using now don't need to be interpolated.
So let we use some flat keyword if we can.
Change-Id: If29b39d82d0b413f27cd0d7c327a94f245d37b75
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 6 Sep 2024 06:55:18 +0000 (15:55 +0900)]
Make gaussian blur view use latest logic
Make gaussian blur view use newly algorithm what blur effect using.
And also, Fix several size issue of Framebuffer what previous gaussian blur view used.
It will show more clean blurry result now.
Change-Id: I6ad6fc49c0c8eac60027d6f64d35ee6795936b9e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 6 Sep 2024 10:59:11 +0000 (10:59 +0000)]
Merge "DALi Version 2.3.40" into devel/master
David Steele [Fri, 6 Sep 2024 10:00:31 +0000 (11:00 +0100)]
DALi Version 2.3.40
Change-Id: I7bf6ffc8107cce5ea4af40ea9d30f42f88878f2d
Eunki, Hong [Thu, 5 Sep 2024 02:22:41 +0000 (11:22 +0900)]
Enable to use Premultiplied alpha for blur effect renderer
Change-Id: Iac2846697575fdfad2beb172f1478fe540be7b54
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Seungho BAEK [Wed, 4 Sep 2024 23:53:46 +0000 (23:53 +0000)]
Merge "Makes SceneView return DestinationCamera during Camera Transition" into devel/master
Eunki, Hong [Wed, 4 Sep 2024 08:06:51 +0000 (17:06 +0900)]
Minor optimize render-effect shader
Change-Id: Idfa87f93bddf48bba3adac84b96f9a6be984e634
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Seungho Baek [Wed, 4 Sep 2024 06:24:55 +0000 (15:24 +0900)]
Makes SceneView return DestinationCamera during Camera Transition
Change-Id: I07d5e79a859f53700325a36b02bfdbe68e00e085
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
everLEEst(SangHyeon Lee) [Wed, 4 Sep 2024 05:20:48 +0000 (14:20 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
8f3a9ec053c6e395bc4693640b7c40dc9ecc9a73.
everLEEst(SangHyeon Lee) [Wed, 4 Sep 2024 05:20:40 +0000 (14:20 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
This reverts commit
c1016c21cd8461a46ccb620e2658bfd2eec95a10.
everLEEst(SangHyeon Lee) [Wed, 4 Sep 2024 05:20:28 +0000 (14:20 +0900)]
Revert "[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set"
This reverts commit
58878b20e90dfe1610526732a3288ea64bc1174e.
everLEEst(SangHyeon Lee) [Wed, 4 Sep 2024 05:20:20 +0000 (14:20 +0900)]
Revert "[Tizen] Apply CornerRadius for webview"
This reverts commit
f5c704e848e47b78b73f579e20d26c206eddf7f3.
everLEEst(SangHyeon Lee) [Wed, 4 Sep 2024 05:20:11 +0000 (14:20 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change"
This reverts commit
5f48220e9c334f8f27bfbe86b8dcb7d29902a232.
everLEEst(SangHyeon Lee) [Wed, 4 Sep 2024 05:20:00 +0000 (14:20 +0900)]
Revert "[Tizen] Add WebView's JavascriptMessageHandler callback"
This reverts commit
efc68fb6d0d9da618df9af7a277af95667aec51e.
Youngsun Suh [Tue, 3 Sep 2024 08:33:55 +0000 (08:33 +0000)]
Merge "Revert "Update the bridge to own accessible objects"" into devel/master
Youngsun Suh [Tue, 3 Sep 2024 05:08:46 +0000 (05:08 +0000)]
Revert "Update the bridge to own accessible objects"
This reverts commit
f654d0b8ede636e38cb19a5e4db94a5ba8d7e9e6.
Reason for revert: <INSERT REASONING HERE>
Change-Id: Ie9c5228484299ea289ad888e5d3cd21bcb2081d7
Eunki Hong [Fri, 30 Aug 2024 14:31:01 +0000 (23:31 +0900)]
Fix UTC crash for some system
- If http_proxy environment not defined, std::getenv return nullptr. We didn't consider this case
- If we use Dali::Accessibility::TestEnableSC() without DBusWrapper::Install(std::unique_ptr<DBusWrapper>(new TestDBusWrapper)), it will be crashed.
Change-Id: I51247ce8ac37d1080cc29980debef4024ba0b104
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Youngsun Suh [Sun, 1 Sep 2024 23:07:43 +0000 (23:07 +0000)]
Merge "Update the bridge to own accessible objects" into devel/master
Eunki Hong [Fri, 30 Aug 2024 11:21:42 +0000 (11:21 +0000)]
Merge changes Iaf97833c,Icc0fd614 into devel/master
* changes:
(BlurEffect) Make BlurEffect logic more clean
Make RenderEffect::OwnerControl as WeakHandle
Eunki Hong [Fri, 30 Aug 2024 10:36:07 +0000 (10:36 +0000)]
Merge "(BlurEffect) Clear base input texture as scene holder backround" into devel/master
Adeel Kazmi [Fri, 30 Aug 2024 09:51:01 +0000 (09:51 +0000)]
Merge "DALi Version 2.3.39" into devel/master
Adeel Kazmi [Fri, 30 Aug 2024 08:13:05 +0000 (09:13 +0100)]
DALi Version 2.3.39
Change-Id: I56e861196d014db0672dafc3441088d7025e9224
Eunki, Hong [Wed, 21 Aug 2024 08:15:14 +0000 (17:15 +0900)]
(BlurEffect) Make BlurEffect logic more clean
- Clamp the downscale factor and blur radius
- Do not re-activate if target size is not changed
- Calculate bell curve width more faster (log n)
- Move CalculateGaussianWeight as inline function, instead of member funtor
- Make the uniform array size at least 2 (if uniform array size is 1, GPU rendering break down.)
Change-Id: Iaf97833ca81ecba9627916b8b70d2c29b4717219
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Youngsun Suh [Fri, 30 Aug 2024 02:25:35 +0000 (11:25 +0900)]
Update the bridge to own accessible objects
Change-Id: I01c195f7acac2f3cb9ab060aa58435465a2d102f
Eunki, Hong [Tue, 27 Aug 2024 07:34:07 +0000 (16:34 +0900)]
Make RenderEffect::OwnerControl as WeakHandle
Let we make RenderEffect's owner control as WeakHandle<Control>.
It will remove cyclic reference of BaseHandle.
And also, let we don't touch WeakHandle of control itself
during destruction. It "might" not be valid during destruction.
Since RenderEffect have string-relationship with control now,
we can assume that if RenderEffect owned by some control, it will
never be destructed. So we don't need to touch owner.
Change-Id: Icc0fd614cbfd9f66dd5066cc60c51fc2f21907ce
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 21 Aug 2024 06:37:29 +0000 (15:37 +0900)]
(BlurEffect) Clear base input texture as scene holder backround
If we try to blur translucent object, the background of captured texture
was always be black.
And also, The result of capture was not be cleared after every frames.
Due to this kind of problem, let we always call glClear before each blur started.
Change-Id: Ib4c8449a7a57d78b1dbe001a393c11b7abe04201
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Fri, 30 Aug 2024 03:40:32 +0000 (03:40 +0000)]
Merge "Support FrameSpeedFactor for AnimatedImageVisual and AnimatedVectorImageVisual" into devel/master
Youngsun Suh [Fri, 30 Aug 2024 02:21:52 +0000 (02:21 +0000)]
Merge "Update default label on EmitAccessibilityEvent if control is modal" into devel/master
dongsug song [Fri, 30 Aug 2024 02:16:02 +0000 (02:16 +0000)]
Merge "Update WebView related modifications at once" into devel/master
Eunki, Hong [Thu, 29 Aug 2024 08:01:33 +0000 (17:01 +0900)]
Support FrameSpeedFactor for AnimatedImageVisual and AnimatedVectorImageVisual
Let we make factor for visual that control the speed of image frame animation.
By using speed factor, we can control animated vector image / animated image
frame rendering speed.
For now, we only support the value range as [0.01f 100.0f] for platform safety issue.
(Since it is depend on the thread sleep time. And didn't )
Also we don't implement negative speed factor yet.
Netagive speed factor, and zero speed factor support is TODO.
Change-Id: I53b511d9e9271db1463b54212c95150842981d17
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Youngsun Suh [Thu, 29 Aug 2024 02:19:26 +0000 (11:19 +0900)]
Update default label on EmitAccessibilityEvent if control is modal
Change-Id: I4f8cc3455ea6942e40506da886898c539effc7cb
Seungho Baek [Wed, 28 Aug 2024 09:16:41 +0000 (18:16 +0900)]
Update exclude list for SAM
Change-Id: I337521c7d314e6bdfbcaa979471fbe33ce9d3e20
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Jaehyun Cho [Tue, 27 Aug 2024 06:38:42 +0000 (15:38 +0900)]
[Tizen] Add WebView's JavascriptMessageHandler callback
This reverts commit
dbe9ada78c3e79a191504121fa68a245f69d0d6a.
Jaehyun Cho [Tue, 27 Aug 2024 06:38:33 +0000 (15:38 +0900)]
[Tizen] Add a WebView API for notifying orientation change
This reverts commit
fdbde278901f14a3f5e58dae3fe9fb822f237ba9.
Jaehyun Cho [Tue, 27 Aug 2024 06:38:23 +0000 (15:38 +0900)]
[Tizen] Apply CornerRadius for webview
This reverts commit
72a3085c454ce6ccb4d70ee3480a633e4a2f62d5.
Jaehyun Cho [Tue, 27 Aug 2024 06:38:11 +0000 (15:38 +0900)]
[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set
This reverts commit
d5d356c59f9d8732ae43299e4bd391f5f4a43f70.
Jaehyun Cho [Tue, 27 Aug 2024 06:38:01 +0000 (15:38 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.
This reverts commit
c9a125dc0e4b4d33f1b13ec3a4cd916bfe36fb98.
Jaehyun Cho [Tue, 27 Aug 2024 06:37:52 +0000 (15:37 +0900)]
[Tizen] Support asan build option
This reverts commit
616edafc2ccdbab475e87e0b396dcff0e5d6fb7d.
Jaehyun Cho [Tue, 27 Aug 2024 06:37:33 +0000 (15:37 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I94e06310c1c2f4d675823d18ccaa6b3b069c9a99
Jaehyun Cho [Tue, 27 Aug 2024 06:37:22 +0000 (15:37 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
ef52efcfd85d6f443f65699f61807786675e74e4.
Jaehyun Cho [Tue, 27 Aug 2024 06:37:14 +0000 (15:37 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
This reverts commit
05dedf4f21fade26b2639ad364bf051558f5cd93.
Jaehyun Cho [Tue, 27 Aug 2024 06:37:09 +0000 (15:37 +0900)]
Revert "[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set"
This reverts commit
df3017cc70f79fea72641f815f6f9c2facf08404.
Jaehyun Cho [Tue, 27 Aug 2024 06:37:03 +0000 (15:37 +0900)]
Revert "[Tizen] Apply CornerRadius for webview"
This reverts commit
0b07a0a738625df090336d84c71ca3077f13ed4c.
Jaehyun Cho [Tue, 27 Aug 2024 06:36:58 +0000 (15:36 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change"
This reverts commit
0af21078d17e43c575aea159605d9039493c6804.
Jaehyun Cho [Tue, 27 Aug 2024 06:36:51 +0000 (15:36 +0900)]
Revert "[Tizen] Add WebView's JavascriptMessageHandler callback"
This reverts commit
afa5029d4b38f355272dac120208eaffc16fed5a.
Eunki, Hong [Tue, 27 Aug 2024 05:16:39 +0000 (14:16 +0900)]
Check adaptor validation instead of stage installed
Adaptor::IsAvaiable() check the adaptor stop called or not.
It will make more safety if we try to access singleton classes during
terminate application
Change-Id: Iaccad5d0edd6ed036f05e0c49bc1e1973fae0403
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Jiyun Yang [Wed, 21 Aug 2024 04:22:58 +0000 (13:22 +0900)]
Update WebView related modifications at once
the following is the list of squashed 5 patches
Add WebView APIs for fullscreen, text found, etc.
This reverts commit
5fd351ead589f8dd18fb03e0f41da428f9f50c8f.
Change-Id: Iaad2940efa36007e8ccf7521f1791e910adb376d
TOUCH_FOCUSABLE's default is false so this also should not be set
This reverts commit
37981e66c213fcbac975106819353d8c13e9df3a.
Change-Id: Ie4422b4efa337ce998277d1126c29560675799d8
Apply CornerRadius for webview
This reverts commit
8c5b6744ac2a2c4cecdbd9fe52823106c4afbc1e.
Change-Id: If5bb118a2726af7efa54e0f5808ed2682a6f0bee
Add a WebView API for notifying orientation change
This reverts commit
e4a119f53659de1dccf8cc96fefdcd90f59d9ed6.
Change-Id: Ib87d1a379a65d4ca52cf34362fc96aaccc9cb06b
Add WebView's JavascriptMessageHandler callback
- JavascriptMessageHandler callback which has two arguments of msg name and body
Change-Id: I85d323b3cead95ade36c2ee1ce8e02263a91f3e6
Bowon Ryu [Mon, 26 Aug 2024 04:48:30 +0000 (13:48 +0900)]
Fix text cursor visibility issue
Ensured that the cursor remains active even when the keyboard is invisible but the control still has focus.
Change-Id: Ie4a57646f866eecc7c0082615155dd6cc0ad889c
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Youngsun Suh [Mon, 26 Aug 2024 04:06:10 +0000 (04:06 +0000)]
Merge "Emit AccesibilityState change event to AT-SPI bridge on state property set" into devel/master
Adam Bialogonski [Fri, 23 Aug 2024 15:08:36 +0000 (16:08 +0100)]
Removed debug shader print to file (old/newShader issue)
Change-Id: I02da90d3c8fa97eb8392013d1528ba0d3033c1c5
Signed-off-by: Adam Bialogonski <adam.b@samsung.com>
Adeel Kazmi [Fri, 23 Aug 2024 09:47:02 +0000 (09:47 +0000)]
Merge "DALi Version 2.3.38" into devel/master
Richard Huang [Fri, 23 Aug 2024 09:45:10 +0000 (10:45 +0100)]
DALi Version 2.3.38
Change-Id: If66e49a349ac309a51505cff24573972336ee18a
Youngsun Suh [Thu, 22 Aug 2024 05:52:23 +0000 (14:52 +0900)]
Emit AccesibilityState change event to AT-SPI bridge on state property set
Change-Id: If63e953db090b700d24da865905542092f4d2fa9
Eunki, Hong [Fri, 23 Aug 2024 01:58:23 +0000 (10:58 +0900)]
(WebView) Let WebView use inherited visibility changed signal
Change-Id: I2bb290e242126739c4bccb7b0624b6c4cbe04e1a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Thu, 22 Aug 2024 23:10:04 +0000 (23:10 +0000)]
Merge "Fix coverity issue : Ensure Collidable class is not null" into devel/master
Eunkiki Hong [Thu, 22 Aug 2024 14:46:44 +0000 (23:46 +0900)]
Resolve SVACE warning
Let we keep initialize member value order
Change-Id: I8642814edd670593694ac659f3e9c31fd921b02f
Signed-off-by: Eunkiki Hong <eunkiki.hong@samsung.com>
Seungho BAEK [Thu, 22 Aug 2024 10:37:10 +0000 (10:37 +0000)]
Merge "Make SceneView::Capture always emit CaptureFinished event" into devel/master
Seungho Baek [Thu, 22 Aug 2024 04:43:11 +0000 (13:43 +0900)]
Make SceneView::Capture always emit CaptureFinished event
Change-Id: I86262bf1cfdbd3785116b7ef8972a7f88bfd38f5
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Thu, 22 Aug 2024 06:38:14 +0000 (15:38 +0900)]
Fix coverity issue : Ensure Collidable class is not null
For current usage, Collidable never be nullptr. And also
we don't allow to input null pointer into processor.
To ensure that input Collidable is not null, let we use reference arguments.
Change-Id: I66d8614610b75cfc6fb5ae9861329e4f06f9daf8
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Youngsun Suh [Wed, 21 Aug 2024 05:52:59 +0000 (14:52 +0900)]
Add accessibilityState & accessibilityIsModal property
Update AT-SPI state to be calculted by properties set to a control.
Add AccessibilityRole enum definition to distinguish V2 roles from AT-SPI roles.
Change-Id: Ia6b62796ba0f96f6eb327fa720e31c15c0f650db
dongsug.song [Wed, 7 Aug 2024 06:28:47 +0000 (15:28 +0900)]
[Tizen] Add WebView's JavascriptMessageHandler callback
- JavascriptMessageHandler callback which has two arguments of msg name and body
Change-Id: I85d323b3cead95ade36c2ee1ce8e02263a91f3e6
Jiyun Yang [Wed, 21 Aug 2024 04:23:14 +0000 (13:23 +0900)]
[Tizen] Add a WebView API for notifying orientation change
This reverts commit
e4a119f53659de1dccf8cc96fefdcd90f59d9ed6.
Jiyun Yang [Wed, 21 Aug 2024 04:23:09 +0000 (13:23 +0900)]
[Tizen] Apply CornerRadius for webview
This reverts commit
8c5b6744ac2a2c4cecdbd9fe52823106c4afbc1e.
Jiyun Yang [Wed, 21 Aug 2024 04:23:03 +0000 (13:23 +0900)]
[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set
This reverts commit
37981e66c213fcbac975106819353d8c13e9df3a.
Jiyun Yang [Wed, 21 Aug 2024 04:22:58 +0000 (13:22 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.
This reverts commit
5fd351ead589f8dd18fb03e0f41da428f9f50c8f.
Jiyun Yang [Wed, 21 Aug 2024 04:22:52 +0000 (13:22 +0900)]
[Tizen] Support asan build option
This reverts commit
0d88c24e11dfcfc24d0f0a2c92e2dd02e4333f0f.
Jiyun Yang [Wed, 21 Aug 2024 04:22:44 +0000 (13:22 +0900)]
Merge branch 'devel/master' into tizen
Jiyun Yang [Wed, 21 Aug 2024 04:22:36 +0000 (13:22 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
954903e2266c4e6326c1193727f951e8f98700b2.
Jiyun Yang [Wed, 21 Aug 2024 04:22:33 +0000 (13:22 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
This reverts commit
4f6ead4674b46ca495bdb66ec09ca54be47cefde.
Jiyun Yang [Wed, 21 Aug 2024 04:22:31 +0000 (13:22 +0900)]
Revert "[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set"
This reverts commit
510847932d1b1aa1797f2067580a6436c60167bc.
Jiyun Yang [Wed, 21 Aug 2024 04:22:28 +0000 (13:22 +0900)]
Revert "[Tizen] Apply CornerRadius for webview"
This reverts commit
8761a813302002c3d534b60378cbb334ffa4cb0d.
Jiyun Yang [Wed, 21 Aug 2024 04:22:25 +0000 (13:22 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change"
This reverts commit
41e3de6f05e067c5bb8b942d5f04dff0124f99b3.
Jiyun Yang [Wed, 21 Aug 2024 04:22:23 +0000 (13:22 +0900)]
Revert "[Tizen] Ensure release some Texture/Geometry handles after adaptor stop"
This reverts commit
56bc8c8231f92c7700465c0095cec0f5ec89e46a.
Jiyun Yang [Wed, 21 Aug 2024 04:22:21 +0000 (13:22 +0900)]
Revert "[Tizen][Scene3D] Do not cache custom created color pixel data"
This reverts commit
24d53a9abd912b4f72cf9189449ce54ac8d6c3c9.
Youngsun Suh [Tue, 20 Aug 2024 07:28:45 +0000 (07:28 +0000)]
Merge "Add AccessibilityScrollable property & ScrollToChild action emission" into devel/master
Youngsun Suh [Mon, 19 Aug 2024 08:18:09 +0000 (17:18 +0900)]
Add AccessibilityScrollable property & ScrollToChild action emission
Change-Id: I62d1a80aefa03f61681d3b87eb986c7c6ecda964
Eunki Hong [Tue, 20 Aug 2024 01:15:16 +0000 (01:15 +0000)]
Merge "(Vector) Move multiple tasks into completed queue only one time" into devel/master
Eunki Hong [Mon, 19 Aug 2024 13:35:26 +0000 (13:35 +0000)]
Merge "(Scene3D) Fix svace issue : Initialize trivial value mTransitionDurationSeconds" into devel/master
Seungho Baek [Mon, 19 Aug 2024 10:16:31 +0000 (19:16 +0900)]
Unregister Processor when SceneView is destructed
- When SceneView is destructed without Unregiste process, crash can be occured.
Change-Id: I0ad544bd9462f92d70b94da4af094f8a4b1d92f0
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Seungho BAEK [Mon, 19 Aug 2024 09:49:03 +0000 (09:49 +0000)]
Merge "Support Panel for 2D component in 3D Scene" into devel/master
Eunki Hong [Mon, 19 Aug 2024 09:37:22 +0000 (09:37 +0000)]
Merge "(Vector) Finalize VectorThread if application terminated + Wait all lottie task completed at destory time" into devel/master
Youngsun Suh [Mon, 19 Aug 2024 08:36:20 +0000 (08:36 +0000)]
Merge "Emit property-change:accessible-value signal" into devel/master
Eunki, Hong [Mon, 19 Aug 2024 08:25:35 +0000 (17:25 +0900)]
(Scene3D) Fix svace issue : Initialize trivial value mTransitionDurationSeconds
Change-Id: Id85c2a55eb114235dace5244b3c73539ef5fe743
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 19 Aug 2024 07:33:17 +0000 (16:33 +0900)]
(Vector) Move multiple tasks into completed queue only one time
Since we don't need to call + trace for each tasks (We already collect container!)
let we call the Move queue with container type, and print log only 1 time per
each Rasterize loop.
Change-Id: I64d6eb76c82e2b4b90476b7d5966fd3ca5420ddb
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 19 Aug 2024 03:44:21 +0000 (12:44 +0900)]
(Vector) Finalize VectorThread if application terminated + Wait all lottie task completed at destory time
Let we don't do any additional progress after application terminated.
Also, let we keep the VectorAnimationThread lifetime until all
working VectorAnimationTask are completed.
Since that task use VectorAnimationThread as reference, we cannot release
the memory of VectorAnimationManager memory. So just call finalize API.
Change-Id: I6f33c3f5863d8ad3ad9a08d45b134501582d87be
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Seungho Baek [Thu, 16 May 2024 13:23:51 +0000 (22:23 +0900)]
Support Panel for 2D component in 3D Scene
- Makes model-node-tree-utility to collect duplicate code used by
Model and Panel for propagating Light/Shadow information to it's
child ModelNodes.
- Panel has UI Layer to show added 2D UI Scene on the 3D SceneView
by using Off Screen rendering
- Panel has a plane to be rendered and the plane has own resolution
and its aspect ratio is independent of that of Panel's aspect ratio.
- The plane can be transparent but the transparent plane can not make shadow.
- The plane can be rendered as double sided either it is transparent or opaque.
- The plane can have back side plane to avoid to show content from back side.
- The back side plane is always opaque and it can be used only with the
Opaque plane option. (if the plane is transparent, back side plane
option is ignored.)
Change-Id: I6d7c9bf2dc44a6c12dae1ecde8f4d945c276228c
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki Hong [Mon, 19 Aug 2024 04:06:56 +0000 (04:06 +0000)]
Merge "Make GlView RGB format change as BGR when we use tbm_queue" into devel/master
Eunki Hong [Fri, 16 Aug 2024 12:35:00 +0000 (12:35 +0000)]
Merge "(Vector) Make SleepThread more thread safe enough" into devel/master
Seungho BAEK [Fri, 16 Aug 2024 09:44:09 +0000 (09:44 +0000)]
Merge "Fix SceneView Capture Signal" into devel/master
Adeel Kazmi [Fri, 16 Aug 2024 08:34:49 +0000 (08:34 +0000)]
Merge "DALi Version 2.3.37" into devel/master
Adam Bialogonski [Fri, 16 Aug 2024 07:42:49 +0000 (08:42 +0100)]
DALi Version 2.3.37
Change-Id: I77f7b29112c96939a7c8a82c5b6bcad726e383b0
Seungho BAEK [Fri, 16 Aug 2024 05:57:39 +0000 (05:57 +0000)]
Merge "CameraTransition in SceneView" into devel/master
Eunki Hong [Fri, 16 Aug 2024 05:54:04 +0000 (05:54 +0000)]
Merge "Remove build warning + Fix doxygen error at Ubuntu24.04" into devel/master