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
Eunki Hong [Fri, 16 Aug 2024 05:52:32 +0000 (05:52 +0000)]
Merge "Use http_proxy hardly for UTC case" into devel/master
Youngsun Suh [Wed, 14 Aug 2024 07:26:25 +0000 (16:26 +0900)]
Emit property-change:accessible-value signal
Change-Id: I567db0d61a2998607443b1724fc57c63f9b2329e
Eunki, Hong [Fri, 16 Aug 2024 05:06:35 +0000 (14:06 +0900)]
Make GlView RGB format change as BGR when we use tbm_queue
Until now, NativeImageSourceQueue's RGBA8888 color format works as
BGRA8888 internally.
We need to fix the name. So let we keep previous behavior until now.
Change-Id: Iedc51eca7d808788413ad22b62091e0ba24e57ae
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Youngsun Suh [Fri, 16 Aug 2024 04:46:49 +0000 (04:46 +0000)]
Merge "Add DevelControl::AccessibilityAction Signal" into devel/master
Seungho Baek [Tue, 13 Aug 2024 08:08:59 +0000 (17:08 +0900)]
Fix SceneView Capture Signal
- SceneView Capture Finished Signal uses CaptureResult struct as a return parameter.
- It is not easy to use.
- Remove State and check success or fail by using nullcheck of ImageUrl
Change-Id: I32b885d93c670d5ad90601872e47f8c4fd6c03f9
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Seungho Baek [Tue, 30 Jul 2024 06:17:41 +0000 (15:17 +0900)]
CameraTransition in SceneView
- When StartCameraTransition is called, it is registered in Processor.
- Processor creates and requests camera transition
Change-Id: Ia5a2ea818c7ace947ff3a01d01ad98de9ce2c92e
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Wed, 14 Aug 2024 01:49:50 +0000 (10:49 +0900)]
(Vector) Make SleepThread more thread safe enough
Make sleep thread destroyed more early time.
It will make that sleepthread cannot call invalid mAwakeCallback.
Also, Make more thread safety when we change the timepoint and sleep
Change-Id: I0ce82503576efff045a45dfdec219f483c08ba03
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 14 Aug 2024 09:46:53 +0000 (18:46 +0900)]
Use http_proxy hardly for UTC case
Let we use http_proxy environment vlaue at UTC case.
Change-Id: I1b480b561615327d1734f737ab6459c927463660
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Fri, 16 Aug 2024 01:23:28 +0000 (10:23 +0900)]
Initialization of TextVisual's mAsyncTextInterface
Change-Id: I7de5c861bf294208b2217d088498b283426a17ab
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
David Steele [Thu, 15 Aug 2024 09:45:28 +0000 (10:45 +0100)]
Fixups of static analysis errors
Change-Id: I9dbd2ab00fc3aecb80d74d9ff4625649afd31d22
Eunkiki Hong [Wed, 7 Aug 2024 00:39:44 +0000 (09:39 +0900)]
Remove build warning + Fix doxygen error at Ubuntu24.04
Resolve build warning/errors at gcc-14
Below is one of warning
error: ignoring attributes on template argument ‘int(FILE*, long int, int)’ [-Werror=ignored-attributes]
88 | static thread_local SysOverride<int, decltype(fseek)> call_fseek("fseek");
+
Update dali doxygen also works well if doxygen version is 1.9.8 (Default version at Ubuntu24.04)
- Add new keywords added between 1.9.1 ~ 1.9.8
- Make HTML_COLORSTYLE as LIGHT (It will be works whether only LIGHT or DARK. We cannot use default value if GENERATE_HTMLHELP is YES.)
- Also, make some more values as not default if GENERATE_HTMLHELP is YES
- Resolve some md parssing error (### cannot be directly under #)
Change-Id: I0d7a76f140711f5acbfb336a39ba8e478873f46d
Signed-off-by: Eunkiki Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Wed, 14 Aug 2024 10:03:23 +0000 (10:03 +0000)]
Merge "Async text feature" into devel/master
Youngsun Suh [Wed, 14 Aug 2024 02:22:57 +0000 (11:22 +0900)]
Add DevelControl::AccessibilityAction Signal
Change-Id: Iac237047f23ebb47512ff0c5979a5d60f53701f8
Eunki, Hong [Tue, 13 Aug 2024 10:43:44 +0000 (19:43 +0900)]
Ensure strncmp compare include null-terminate char
If we use n-paramater of strncmp as strlen, it will check only
Prefix of string.
For example,
char a[] = "asdf";
char b[] = "as";
then, strncmp(a, b, strlen(b)) will return 0, even if a and b is not equal.
To avoid this kind of problem, let we ensurely check end of comparitor is
delim or not.
Change-Id: I34b10a014cb06721af2cc92df06892bfb20bf6f3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Thu, 25 Jul 2024 10:49:40 +0000 (19:49 +0900)]
Async text feature
Please refer to devel/async_text for detailed history/logs of each patch.
[Related patches]
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/315160/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/315818/
[Added RENDER_MODE property]
SYNC : default, synchronous text loading.
ASYNC_AUTO : automatically requests an asynchronous text load in OnRelayout.
ASYNC_MANUAL : users should manually request rendering using the async text method.
All text rendering processes (update/layout/render) are performed asynchronously in ASYNC_AUTO and ASYNC_MANUAL.
[Async text load simple sequence]
[TextLabel] request async computation
-> [TextVisual] request load
-> [AsyncTextManager] creates TextLoadingTask
-> [AsyncTaskManager] process task using [AsyncTextLoader]
-> [AsyncTextManager] load complete
-> [TextVisual] load complete
-> [TextLabel] load complete
[Added manual async render method]
RequestAsyncRenderWithFixedSize : Requests asynchronous rendering of text with a fixed size.
RequestAsyncRenderWithFixedWidth : Requests asynchronous text rendering with a fixed width.
The height is determined by the content of the text when rendered with the given width.
If the heightConstraint is given, the maximum height will be the heightConstraint.
RequestAsyncRenderWithConstraint : Requests asynchronous rendering with the maximum available width using the given widthConstraint.
If the heightConstraint is given, the maximum height will be the heightConstraint.
[Added async size compuation method]
RequestAsyncNaturalSize : Requests asynchronous text natural size computation.
RequestAsyncHeightForWidth : Requests asynchronous computation of the height of the text based on the given width.
[Added signal]
SIGNAL_ASYNC_TEXT_RENDERED,
SIGNAL_ASYNC_NATURAL_SIZE_COMPUTED,
SIGNAL_ASYNC_HEIGHT_FOR_WIDTH_COMPUTED
Change-Id: I1464ad597111bd371e793116410bdbeaf2a9650b
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Eunki Hong [Tue, 13 Aug 2024 13:11:33 +0000 (13:11 +0000)]
Merge "(Scene3D) Do not cache custom created color pixel data" into devel/master
Eunki Hong [Tue, 13 Aug 2024 06:11:47 +0000 (06:11 +0000)]
Merge "Ensure release some Texture/Geometry handles after adaptor stop" into devel/master
Seoyeon Kim [Tue, 13 Aug 2024 05:00:23 +0000 (14:00 +0900)]
[Tizen][Scene3D] Do not cache custom created color pixel data
This reverts commit
fb94bce8cb834f64ddb201d6ec861adcea3b4b29.
Seoyeon Kim [Tue, 13 Aug 2024 05:00:12 +0000 (14:00 +0900)]
[Tizen] Ensure release some Texture/Geometry handles after adaptor stop
This reverts commit
9be8397bf5d3db7d198cd0e1af5e8ca71ce7de11.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:59 +0000 (13:59 +0900)]
[Tizen] Add a WebView API for notifying orientation change
This reverts commit
3ad1094df6d99b3043065e967743a9cfe1457604.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:46 +0000 (13:59 +0900)]
[Tizen] Apply CornerRadius for webview
This reverts commit
a8ea27940f232623a31b09f6147956eebc164948.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:34 +0000 (13:59 +0900)]
[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set
This reverts commit
7b8d83addc57c84879e4b169fbf06dc5e784586b.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:23 +0000 (13:59 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.
This reverts commit
11e70e8476dd3efd2c250a6452a36d2341411ff9.
Seoyeon Kim [Tue, 13 Aug 2024 04:59:11 +0000 (13:59 +0900)]
[Tizen] Support asan build option
This reverts commit
1f108ad90cef2edf8304b29ed55d2b61e5d329d9.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:29 +0000 (13:58 +0900)]
Merge branch 'devel/master' into tizen
Seoyeon Kim [Tue, 13 Aug 2024 04:58:22 +0000 (13:58 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
edb4bf35a62ed424eb8c28e553c277241761f808.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:19 +0000 (13:58 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
This reverts commit
71a39e73b37208660b0be3da4381efd63a1dbfef.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:17 +0000 (13:58 +0900)]
Revert "[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set"
This reverts commit
1155a15df4032ba2a4b1e3c2a6fad499846c3d6d.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:15 +0000 (13:58 +0900)]
Revert "[Tizen] Apply CornerRadius for webview"
This reverts commit
8ec3ed83bf36a2b7e183d49cd3aa2f7447b3682f.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:13 +0000 (13:58 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change."
This reverts commit
731631dc6f58b3354ad962eeae307d5534307f36.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:10 +0000 (13:58 +0900)]
Revert "[Tizen] Ensure release some Texture/Geometry handles after adaptor stop"
This reverts commit
00adb6e1d991b11db9645e7fa3448127ade8af21.
Seoyeon Kim [Tue, 13 Aug 2024 04:58:07 +0000 (13:58 +0900)]
Revert "[Tizen][Scene3D] Do not cache custom created color pixel data"
This reverts commit
106f193725ba9867354d4d67b232d4a1f67f7589.
Eunki, Hong [Tue, 13 Aug 2024 04:35:51 +0000 (13:35 +0900)]
(Vector) Remove useless mutex
Change-Id: Id14e468fd76cff9a2d85a93725ce6e5af356678b
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunkiki Hong [Wed, 7 Aug 2024 06:27:57 +0000 (15:27 +0900)]
(Scene3D) Do not cache custom created color pixel data
Since if we creaste pixeldata with upload release, it might be
inside of image-loader cache system.
Since we don't consider that given PixelData is not in cache system,
it might be crash system.
Change-Id: I39ee5c7c2b0b11ac8ddcac31e89a94223d08701b
Signed-off-by: Eunkiki Hong <eunkiki.hong@samsung.com>
Youngsun Suh [Mon, 12 Aug 2024 23:15:19 +0000 (23:15 +0000)]
Merge "Add ACCESSIBILITY_VALUE property to control" into devel/master
Youngsun Suh [Mon, 12 Aug 2024 01:37:34 +0000 (10:37 +0900)]
Add ACCESSIBILITY_VALUE property to control
Change-Id: Ib8216c26dd5ca0d4b175b0ebc5ce65a2aaec430b
Wonsik Jung [Mon, 12 Aug 2024 04:39:48 +0000 (04:39 +0000)]
Merge "Apply to scene connection/disconnection for video player" into devel/master
Eunki, Hong [Tue, 6 Aug 2024 01:58:05 +0000 (10:58 +0900)]
Ensure release some Texture/Geometry handles after adaptor stop
Since off-screen application could be re-started without process terminate,
we should not keep some dali resources at static area.
Change-Id: Idee042f408e3cf7dd3b026b9f555ba9896cd270a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 9 Aug 2024 11:09:33 +0000 (12:09 +0100)]
DALi Version 2.3.36
Change-Id: I1602e886ab53540b914db1259fadcd05330e6580
Seungho BAEK [Wed, 7 Aug 2024 07:30:56 +0000 (07:30 +0000)]
Merge "Fix Camera management in SceneView" into devel/master
Eunkiki Hong [Wed, 7 Aug 2024 06:27:57 +0000 (15:27 +0900)]
[Tizen][Scene3D] Do not cache custom created color pixel data
Since if we creaste pixeldata with upload release, it might be
inside of image-loader cache system.
Since we don't consider that given PixelData is not in cache system,
it might be crash system.
Change-Id: I39ee5c7c2b0b11ac8ddcac31e89a94223d08701b
Signed-off-by: Eunkiki Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 6 Aug 2024 01:58:05 +0000 (10:58 +0900)]
[Tizen] Ensure release some Texture/Geometry handles after adaptor stop
Since off-screen application could be re-started without process terminate,
we should not keep some dali resources at static area.
Change-Id: Idee042f408e3cf7dd3b026b9f555ba9896cd270a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Woochan Lee [Wed, 7 Aug 2024 05:16:18 +0000 (14:16 +0900)]
[Tizen] Add a WebView API for notifying orientation change.
This reverts commit
12562cccb9d90777f2ba1aa157c4dc61744b3045.
Woochan Lee [Wed, 7 Aug 2024 05:16:04 +0000 (14:16 +0900)]
[Tizen] Apply CornerRadius for webview
This reverts commit
39336cfb454b685633c8c77b6737604760831cc4.
Woochan Lee [Wed, 7 Aug 2024 05:15:51 +0000 (14:15 +0900)]
[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set
This reverts commit
0a84ca9341a50e51ff57a95f6f534c12a117aef0.
Woochan Lee [Wed, 7 Aug 2024 05:15:38 +0000 (14:15 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.
This reverts commit
5b5f2d2e7df1291995b4cf5b0c4e96c4eeb86d56.
Woochan Lee [Wed, 7 Aug 2024 05:15:27 +0000 (14:15 +0900)]
[Tizen] Support asan build option
This reverts commit
20b97857a60280be831202ae5a333ef42858ca2f.
Woochan Lee [Wed, 7 Aug 2024 05:15:10 +0000 (14:15 +0900)]
Merge branch 'devel/master' into tizen
Woochan Lee [Wed, 7 Aug 2024 05:14:58 +0000 (14:14 +0900)]
Revert "[Tizen] Support asan build option"
This reverts commit
5d2af62229be03db987ee8ca3570579347834645.
Woochan Lee [Wed, 7 Aug 2024 05:14:42 +0000 (14:14 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
This reverts commit
f508f429fece72e971107687cd475b5bd65e40f4.
Woochan Lee [Wed, 7 Aug 2024 05:14:29 +0000 (14:14 +0900)]
Revert "[Tizen] TOUCH_FOCUSABLE's default is false so this also should not be set"
This reverts commit
9c66789a9e829fb4be19f8e32a73079712adbe66.
Woochan Lee [Wed, 7 Aug 2024 05:14:21 +0000 (14:14 +0900)]
Revert "[Tizen] Apply CornerRadius for webview"
This reverts commit
bc214c24824a02389023b13a00050b8e3bd523e7.
Woochan Lee [Wed, 7 Aug 2024 05:14:09 +0000 (14:14 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change."
This reverts commit
293132bc039ed2c0c96785d8d9e505ffa3a5a5c9.
Seungho Baek [Mon, 29 Jul 2024 12:29:21 +0000 (21:29 +0900)]
Fix Camera management in SceneView
- Do not remove previous Camera from Scene.
- Do not add on RootLayer when the Selected Camera is already on the Scene
Change-Id: I170582d0f4acad2c1c6ab9a3941b261c6eb58b56
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Tue, 6 Aug 2024 06:48:21 +0000 (15:48 +0900)]
Do not print whole image buffer
Since oss << uint8_t* try to print it as string, not a pointer,
it might print some strange things, and sometimes it might give crash.
To avoid this security issue, let we don't print uint8_t informations
And also, their was no way to seperate normal buffer, and embedded buffer.
So let we seperate keyword of it.
Change-Id: Ide223482b3cc86315488afab3c888db72146555b
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sat, 3 Aug 2024 12:55:26 +0000 (21:55 +0900)]
Add 0.0f progress data if given data don't have it
gltf spec support that if their is nothing define 0'th timestamp data then
they will use the smallest timestamp value.
For dali case, we don't do anything if the animation progress is not define at
given keyframes frame range.
So it might not be matched with normal gltf viewer's behavior at 0'th frame.
Currrently we copy 0th frame data at model inside definition animations, and
bvh file. But facial animation doesnt.
We need to support it.
Change-Id: I435847f33ff60aec6bc03c7f7633b09cd5dc43cc
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Mon, 5 Aug 2024 13:11:55 +0000 (13:11 +0000)]
Merge "Print duration of model load if required + Apply shader option as name" into devel/master
Seungho Baek [Mon, 5 Aug 2024 07:33:51 +0000 (16:33 +0900)]
Use InheritedVisibilityChanged Event only.
- Because InheritedVisibilityChanged Event includes WindowVisibilitychanged Event,
this patch removed duplicated work about visibility.
Change-Id: I1ffab5f4252e6feb0f85491a9e222b9094494909
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Mon, 5 Aug 2024 07:22:25 +0000 (16:22 +0900)]
Print duration of model load if required + Apply shader option as name
Change-Id: Id80dad75b3cd49bb70d39bc681b98b42e31bb85e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Wonsik Jung [Sun, 19 May 2024 09:49:56 +0000 (18:49 +0900)]
Apply to scene connection/disconnection for video player
Change-Id: I61b0d1f8d7798ac4be4e2f6dc6751890405ea11e
Adeel Kazmi [Fri, 2 Aug 2024 14:43:43 +0000 (14:43 +0000)]
Merge "Optimize VectorAnimationThread task control" into devel/master
Adeel Kazmi [Fri, 2 Aug 2024 06:27:23 +0000 (07:27 +0100)]
DALi Version 2.3.35
Change-Id: Ic438a9e4f30758b65c32a273dd5190461ff0bb5d
Eunki, Hong [Thu, 1 Aug 2024 06:58:42 +0000 (15:58 +0900)]
Optimize VectorAnimationThread task control
Since we don't need to find & iterate whole tasks for
mWorkingTasks and mCompletedTasks, let we use more faster container,
instead of linear.
Change-Id: I34dc1d884b4853c681e55f89dd0ddd79ecce5b5c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Thu, 1 Aug 2024 12:14:36 +0000 (12:14 +0000)]
Merge "Allow to set render effect for off-scene control + Auto deactivate if invisible" into devel/master
Eunki, Hong [Tue, 30 Jul 2024 12:29:57 +0000 (21:29 +0900)]
Allow to set render effect for off-scene control + Auto deactivate if invisible
Let we don't activate the render effect if owner control is not on scene.
And also, auto deactivate if view is invisible + auto activate
if view is visible again.
And Deactivate & Activate is scensitive as changeness of owner control,
Let we Deactivate first before we change the owner control
TODO : Currently we don't consider the SceneHolder's visibility.
It will be fixed after InheritVisibilityChanged signal consider Scene's visibility.
Change-Id: If1f3cdc176a28135b9f7a3184e736b375357a1b3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Wed, 31 Jul 2024 00:29:21 +0000 (09:29 +0900)]
[Tizen] Add a WebView API for notifying orientation change.
This reverts commit
2ef8b2f2c89be4bf2908246989feaa9a24e56703.
Change-Id: I1348c2e6dc5289233b001e41d4b3bac097e8d6a6
dongsug.song [Wed, 31 Jul 2024 00:28:56 +0000 (09:28 +0900)]
[Tizen] Apply CornerRadius for webview
This reverts commit
24bd50fcf6154dee3b54a62fc2cac49efb311dfd.
Change-Id: I9848f5d4ed5ec97285769a75d430c4d556667e95