TizenAPI-Bot [Tue, 17 Jan 2023 07:50:26 +0000 (07:50 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
huayong.xu [Thu, 5 Jan 2023 06:18:33 +0000 (14:18 +0800)]
[NUI] Add an API for create,window event.
Xianbing Teng [Tue, 22 Nov 2022 09:38:55 +0000 (17:38 +0800)]
[XamlBuild] Fix extents convert issue
TizenAPI-Bot [Wed, 11 Jan 2023 08:46:24 +0000 (08:46 +0000)]
Release 10.0.0.17581
TizenAPI-Bot [Wed, 11 Jan 2023 08:46:23 +0000 (08:46 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Jaehyun Cho [Thu, 3 Nov 2022 08:09:00 +0000 (17:09 +0900)]
[NUI] Modify TabContent to help customizing class
To help application to customize TabContent, some methods and properties
have been modified.
TizenAPI-Bot [Thu, 5 Jan 2023 12:02:13 +0000 (12:02 +0000)]
Release 10.0.0.17580
TizenAPI-Bot [Thu, 5 Jan 2023 12:02:13 +0000 (12:02 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Wonsik Jung [Thu, 5 Jan 2023 08:04:01 +0000 (17:04 +0900)]
[NUI] Support Device orientation and window orientation event.
Supporting Device orientation and Window Orienation event
when device orientation is changed or window orientation is changed.
Window orientation event is emitted by display server.
To emit the Window Orientation event, AddAvailableOrientation()
or SetPreferredOrientation() should be called before the device is rotated.
Otherwise, Device Orientation event is emitted by Application framework
and any condition is not needed.
TizenAPI-Bot [Thu, 29 Dec 2022 15:08:30 +0000 (15:08 +0000)]
Release 10.0.0.17579
TizenAPI-Bot [Thu, 29 Dec 2022 15:08:30 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Thu, 29 Dec 2022 09:34:07 +0000 (18:34 +0900)]
[NUI][API10] Reorder DeleteBaseHandle and SwigCPtrCopy = null;
Now HasBody() become false during DeleteBaseHandle() emitted signals
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Wed, 28 Dec 2022 15:09:58 +0000 (15:09 +0000)]
Release 10.0.0.17578
TizenAPI-Bot [Wed, 28 Dec 2022 15:09:58 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Wootak Jung [Wed, 28 Dec 2022 04:45:11 +0000 (13:45 +0900)]
[Bluetooth] Fix overflow issue (#4872)
TizenAPI-Bot [Tue, 27 Dec 2022 09:50:35 +0000 (09:50 +0000)]
Release 10.0.0.17577
TizenAPI-Bot [Tue, 27 Dec 2022 09:50:35 +0000 (09:50 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Tue, 27 Dec 2022 09:37:24 +0000 (18:37 +0900)]
[NUI] fix testhub fail, Add Dispose() in BaseHandle.Reset() where the body was deleted in previous patch
TizenAPI-Bot [Tue, 27 Dec 2022 05:14:30 +0000 (05:14 +0000)]
Release 10.0.0.17576
TizenAPI-Bot [Tue, 27 Dec 2022 05:14:30 +0000 (05:14 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
guowei.wang [Mon, 26 Dec 2022 06:22:29 +0000 (14:22 +0800)]
[NUI][SVACE] Fix svace(
DF221214-00106) issue.
TizenAPI-Bot [Tue, 27 Dec 2022 02:46:53 +0000 (02:46 +0000)]
Release 10.0.0.17575
TizenAPI-Bot [Tue, 27 Dec 2022 02:46:52 +0000 (02:46 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Mon, 26 Dec 2022 12:26:23 +0000 (21:26 +0900)]
[NUI] Add GetRenderThreadId() as hidden API
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:27 +0000 (15:08 +0000)]
Release 10.0.0.17574
TizenAPI-Bot [Mon, 26 Dec 2022 15:08:27 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Kangho Hur [Mon, 26 Dec 2022 10:11:59 +0000 (19:11 +0900)]
Update README.md
TizenAPI-Bot [Fri, 23 Dec 2022 15:09:16 +0000 (15:09 +0000)]
Release 10.0.0.17573
TizenAPI-Bot [Fri, 23 Dec 2022 15:09:16 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Fri, 23 Dec 2022 01:59:26 +0000 (10:59 +0900)]
[NUI] fix testhub crash issue
dongsug.song [Fri, 16 Dec 2022 07:01:02 +0000 (16:01 +0900)]
[NUI] make BaseHandle.Reset() not work
- this came from native dali and it is not propriate for nui.
- it makes BaseHandle's reference count as 0, but this action could cause memory leak in nui side.
- in nui side, calling Dispose() explicitly or doing nothing to delegate disposing action to the DisposeQueue is recommended.
TizenAPI-Bot [Fri, 23 Dec 2022 01:08:53 +0000 (01:08 +0000)]
Release 10.0.0.17571
TizenAPI-Bot [Fri, 23 Dec 2022 01:08:53 +0000 (01:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Haesu Gwon [Fri, 23 Dec 2022 01:04:24 +0000 (10:04 +0900)]
[Camera] Fix bugs for ExtraPreview (#4858)
* [Camera] Fix bugs for ExtraPreview
* [Camera] Fix bugs
TizenAPI-Bot [Mon, 19 Dec 2022 15:08:45 +0000 (15:08 +0000)]
Release 10.0.0.17570
TizenAPI-Bot [Mon, 19 Dec 2022 15:08:45 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
seungho [Thu, 17 Nov 2022 06:29:04 +0000 (15:29 +0900)]
[NUI] Support sub node's Animation
Signed-off-by: seungho <sbsh.baek@samsung.com>
TizenAPI-Bot [Thu, 15 Dec 2022 15:08:24 +0000 (15:08 +0000)]
Release 10.0.0.17569
TizenAPI-Bot [Thu, 15 Dec 2022 15:08:24 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Thu, 15 Dec 2022 02:03:12 +0000 (11:03 +0900)]
Revert "[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely"
This reverts commit
0017dd0e49ffbc78d8c51c6f068afd6e8fdbc8d0.
TizenAPI-Bot [Wed, 14 Dec 2022 18:22:38 +0000 (18:22 +0000)]
Release 10.0.0.17568
TizenAPI-Bot [Wed, 14 Dec 2022 18:22:38 +0000 (18:22 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Wed, 14 Dec 2022 18:09:54 +0000 (03:09 +0900)]
[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely
TizenAPI-Bot [Tue, 13 Dec 2022 07:12:42 +0000 (07:12 +0000)]
Release 10.0.0.17567
TizenAPI-Bot [Tue, 13 Dec 2022 07:12:42 +0000 (07:12 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Tue, 13 Dec 2022 03:38:10 +0000 (12:38 +0900)]
[NUI] make Theme not be loaded in tv profile
TizenAPI-Bot [Fri, 9 Dec 2022 07:02:28 +0000 (07:02 +0000)]
Release 10.0.0.17566
TizenAPI-Bot [Fri, 9 Dec 2022 07:02:28 +0000 (07:02 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
guowei.wang [Thu, 8 Dec 2022 13:56:37 +0000 (21:56 +0800)]
[NUI] Fix svace issue (
DFDF221207-00724).
Eunki, Hong [Fri, 9 Dec 2022 04:29:48 +0000 (13:29 +0900)]
[NUI] Fix WidthSpecification and HeightSpecification not to set Size2D
We don't need to change the width value when we try to set the height.
Also, widthPolicy might not matched with SizeWidth when we use NUI.Animation
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Thu, 8 Dec 2022 14:36:14 +0000 (14:36 +0000)]
Release 10.0.0.17564
TizenAPI-Bot [Thu, 8 Dec 2022 14:36:13 +0000 (14:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Thu, 8 Dec 2022 14:10:49 +0000 (23:10 +0900)]
[NUI][API10] Animated view's size cache into NUI
When view's size animated, the DALi known size and NUI stored size
(mean, userSizeWidth and widthPolicy like) will not be matched.
If NUI use fixed size policy (mean, It "May" not use NUI.Layout system
so can use animation feature.) Let we make NUI keep dali-side size's information
and keep it.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dongsug.song [Thu, 8 Dec 2022 14:11:18 +0000 (23:11 +0900)]
[NUI] Not set style in PROFILE_TV
TizenAPI-Bot [Thu, 8 Dec 2022 13:35:05 +0000 (13:35 +0000)]
Release 10.0.0.17562
TizenAPI-Bot [Thu, 8 Dec 2022 13:35:05 +0000 (13:35 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Thu, 8 Dec 2022 13:19:48 +0000 (22:19 +0900)]
[NUI] fix for PROFILE_TV to be defined and be applied
TizenAPI-Bot [Thu, 8 Dec 2022 00:04:20 +0000 (00:04 +0000)]
Release 10.0.0.17561
TizenAPI-Bot [Thu, 8 Dec 2022 00:04:20 +0000 (00:04 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Wed, 7 Dec 2022 23:51:00 +0000 (08:51 +0900)]
[NUI] set default theme for TV profile
TizenAPI-Bot [Wed, 7 Dec 2022 04:36:54 +0000 (04:36 +0000)]
Release 10.0.0.17560
TizenAPI-Bot [Wed, 7 Dec 2022 04:36:54 +0000 (04:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Wed, 7 Dec 2022 03:04:00 +0000 (12:04 +0900)]
[NUI] FocusIndicator is not used in TV profile so it can be removed to reduce launching delay
TizenAPI-Bot [Mon, 5 Dec 2022 15:10:03 +0000 (15:10 +0000)]
Release 10.0.0.17559
TizenAPI-Bot [Mon, 5 Dec 2022 15:10:03 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
ChangGyu Choi [Mon, 5 Dec 2022 05:55:23 +0000 (14:55 +0900)]
[Applications.Common] Fix race condition issue (#4803)
* [Applications.Common] Fix race condition issue
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
* Add lock for each callback API
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
Signed-off-by: ChangGyu Choi <uppletaste@gmail.com>
hjhun [Mon, 5 Dec 2022 03:09:30 +0000 (12:09 +0900)]
Call ToLower() and ToUpper() (#4800)
To improve the performance of calling ToLower() and ToUpper(), the thread
prints logs.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Fri, 2 Dec 2022 15:08:58 +0000 (15:08 +0000)]
Release 10.0.0.17557
TizenAPI-Bot [Fri, 2 Dec 2022 15:08:58 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
jeremy-jang [Fri, 2 Dec 2022 09:30:46 +0000 (18:30 +0900)]
[Packagemanager] Use ToLowerInvariant instead of ToLower (#4795)
ToLower can cause unexpected error when system is busy.
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
TizenAPI-Bot [Tue, 29 Nov 2022 04:13:34 +0000 (04:13 +0000)]
Release 10.0.0.17556
TizenAPI-Bot [Tue, 29 Nov 2022 04:13:34 +0000 (04:13 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Tue, 29 Nov 2022 03:45:12 +0000 (12:45 +0900)]
[NUI] fix to be able to set null to AnimatedVectorImageView.ResoureUrl property
dongsug.song [Thu, 24 Nov 2022 04:38:07 +0000 (13:38 +0900)]
Merge remote-tracking branch 'upstream/API10' into tizen_7.0
Change-Id: I94f84d20ecadd4157803feaf22b9697d73874fa0
seungho baek [Tue, 22 Nov 2022 07:37:46 +0000 (16:37 +0900)]
[NUI] Use smaller NearPlaneDistance and bigger FarPlaneDistance during CameraTransition of SceneView
- To do not cull fragments during camera transition
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
dongsug.song [Tue, 22 Nov 2022 07:28:02 +0000 (16:28 +0900)]
[NUI] Remove useless macros
TizenAPI-Bot [Fri, 18 Nov 2022 15:08:23 +0000 (15:08 +0000)]
Release 10.0.0.17553
TizenAPI-Bot [Fri, 18 Nov 2022 15:08:23 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
JoogabYun [Fri, 18 Nov 2022 06:58:07 +0000 (15:58 +0900)]
[NUI] Add ScreenPositionSize (#4759)
The ScreenPositionSize api gets the screen position and size.
TizenAPI-Bot [Mon, 14 Nov 2022 15:09:33 +0000 (15:09 +0000)]
Release 10.0.0.17552
TizenAPI-Bot [Mon, 14 Nov 2022 15:09:33 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
JoogabYun [Mon, 14 Nov 2022 06:47:37 +0000 (15:47 +0900)]
[NUI] Add Desktop WindowType (#4746)
dependency
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/283898/
seunghobaek [Fri, 4 Nov 2022 13:58:18 +0000 (22:58 +0900)]
[NUI] Add CameraTransitionFinished in SceneView
Signed-off-by: seunghobaek <sbsh.baek@samsung.com>
TizenAPI-Bot [Fri, 11 Nov 2022 15:09:00 +0000 (15:09 +0000)]
Release 10.0.0.17550
TizenAPI-Bot [Fri, 11 Nov 2022 15:09:00 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki Hong [Fri, 11 Nov 2022 06:15:30 +0000 (15:15 +0900)]
[API10][NUI.Scene3D] Remove useless default property setter on Model (#4743)
This PR don't make FocusableChildren as false in default.
Now we can add focusable children under the Model as default.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Tue, 8 Nov 2022 11:03:59 +0000 (11:03 +0000)]
Release 10.0.0.17549
TizenAPI-Bot [Tue, 8 Nov 2022 11:03:59 +0000 (11:03 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
guowei.wang [Tue, 8 Nov 2022 07:33:49 +0000 (15:33 +0800)]
[NUI][NUI.Components] Fix SVACE issue in CollectionView.
joogab.yun [Tue, 8 Nov 2022 08:43:18 +0000 (17:43 +0900)]
[NUI] remove unnecessary dispose code.
joogab.yun [Tue, 8 Nov 2022 07:03:38 +0000 (16:03 +0900)]
[NUI] Changed from BaseHande to BindableObject, IDispose
TizenAPI-Bot [Mon, 7 Nov 2022 12:18:58 +0000 (12:18 +0000)]
Release 10.0.0.17546
TizenAPI-Bot [Mon, 7 Nov 2022 12:18:58 +0000 (12:18 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug.song [Mon, 7 Nov 2022 11:53:33 +0000 (20:53 +0900)]
[NUI] Add back trace and debugging msg when SwigCPtr is null
hjhun [Mon, 7 Nov 2022 01:09:35 +0000 (10:09 +0900)]
[Applications.Common] Keep delegate objects (#4720)
To prevent removing delegate objects by GC, this patch adds private
member variables.
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Thu, 3 Nov 2022 05:36:10 +0000 (05:36 +0000)]
Release 10.0.0.17544
TizenAPI-Bot [Thu, 3 Nov 2022 05:36:10 +0000 (05:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
chaeheehong [Thu, 3 Nov 2022 05:13:43 +0000 (14:13 +0900)]
[Network] Add lock to _callback_map (#4711)
Seoyeon2Kim [Thu, 3 Nov 2022 03:09:40 +0000 (12:09 +0900)]
[NUI] Fix SVACE issue (#4712)
- The issue is 'Casting a signed value which has type int to a bigger
unsigned integer type std::size_t while initializing a variable.'
- Changed the parameter type from `int` to `uint32_t` for `size_t` casting
- Dependency : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/283787/
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
joogab.yun [Thu, 3 Nov 2022 00:29:52 +0000 (09:29 +0900)]
[NUI] Lets you know if the window is maximized.