TizenAPI-Bot [Fri, 12 May 2023 08:52:54 +0000 (08:52 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Bowon Ryu [Fri, 12 May 2023 08:07:31 +0000 (17:07 +0900)]
[NUI] fix font size scale issue in fhub
Currently, it is impossible to differentiate between the mobile and common profils.
Until profile differentiation becomes possible,
set the default scale for each profile to 1.
* default font size scale of PROFILE_MOBILE = FontSizeScaleLarge
* default font size scale of PROFILE_COMMON = FontSizeScaleNormal
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Tue, 9 May 2023 11:07:39 +0000 (20:07 +0900)]
[NUI] Add FontPreLoad API to FontClient
This patch adds a new FontPreLoad API that preloads font faces.
this can prevents delays on main thread during the inital call of FT_New_Face.
using memoryFontPathList involves loading font buffers into memory.
And using FT_New_Memory_Face at runtime, which uses more memory
but can lead to greater performance improvements.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
TizenAPI-Bot [Thu, 11 May 2023 15:10:11 +0000 (15:10 +0000)]
Release 10.0.0.17715
TizenAPI-Bot [Thu, 11 May 2023 15:10:11 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
huayong.xu [Thu, 11 May 2023 01:26:47 +0000 (09:26 +0800)]
Fix SVACE issues.
TizenAPI-Bot [Tue, 9 May 2023 15:21:04 +0000 (15:21 +0000)]
Release 10.0.0.17714
TizenAPI-Bot [Tue, 9 May 2023 15:21:04 +0000 (15:21 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
joogab.yun [Tue, 9 May 2023 08:08:05 +0000 (17:08 +0900)]
[NUI] Add Touch source type for gesture
seungho baek [Mon, 8 May 2023 09:18:54 +0000 (18:18 +0900)]
[NUI] Add BlendPoint to blend animation of AnimateBetween
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
TizenAPI-Bot [Mon, 8 May 2023 05:08:32 +0000 (05:08 +0000)]
Release 10.0.0.17712
TizenAPI-Bot [Mon, 8 May 2023 05:08:32 +0000 (05:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
joogab.yun [Thu, 4 May 2023 09:37:45 +0000 (18:37 +0900)]
[NUI] Binding GetDeviceClass and GetDeviceSubclass of touch event
refer :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/292340/
huayong.xu [Thu, 4 May 2023 07:28:03 +0000 (15:28 +0800)]
[NUI][API10] Fix the issue that max width of Button Text is incorrect.
When max width of Text is calculated in Vertical alignment,
Width of Icon should be ignored, and start & end of Text Padding
need be excluded, not top & bottom of Text Padding.
TizenAPI-Bot [Thu, 4 May 2023 15:09:47 +0000 (15:09 +0000)]
Release 10.0.0.17710
TizenAPI-Bot [Thu, 4 May 2023 15:09:46 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
JoogabYun [Thu, 4 May 2023 01:56:27 +0000 (10:56 +0900)]
[NUI] Add WindowMouseInOutEvent (#5242)
MouseInOutEvent is used when the mouse enters or exits a window
refer :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/292294/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/292295/
Haesu Gwon [Thu, 4 May 2023 08:27:59 +0000 (17:27 +0900)]
[MediaVision] Add internal APIs for Design QR feature (#5241)
* [MediaVision] Add internal APIs for Design QR feature
joogab.yun [Wed, 3 May 2023 05:17:00 +0000 (14:17 +0900)]
[NUI] Binding EnableFocusIndicator and IsFocusIndicatorEnabled
refer : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/292280/
Eunki Hong [Wed, 3 May 2023 13:47:40 +0000 (22:47 +0900)]
[NUI.Scene3D] Make API to apply ModelMotion + Support string animatable + Scene3D sample
This patch is backport of #4856 and #5227.
And also, copy current API11's Tizen.NUI.Scene3D.Sample
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Wed, 3 May 2023 15:09:35 +0000 (15:09 +0000)]
Release 10.0.0.17706
TizenAPI-Bot [Wed, 3 May 2023 15:09:35 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Eunki, Hong [Wed, 3 May 2023 00:32:53 +0000 (09:32 +0900)]
[NUI.Scene3D] Add property for bvh that translate by RootNode or not
This PR is backport of #5210
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Fri, 28 Apr 2023 15:10:50 +0000 (15:10 +0000)]
Release 10.0.0.17705
TizenAPI-Bot [Fri, 28 Apr 2023 15:10:50 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Jiyun Yang [Thu, 27 Apr 2023 11:09:35 +0000 (20:09 +0900)]
Add GenerateUrl API to FrameBuffer
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
hjhun [Fri, 28 Apr 2023 04:07:31 +0000 (13:07 +0900)]
Add Assembly property to NUIGadgetInfo (#5228)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
TizenAPI-Bot [Fri, 28 Apr 2023 04:03:23 +0000 (04:03 +0000)]
Release 10.0.0.17703
TizenAPI-Bot [Fri, 28 Apr 2023 04:03:23 +0000 (04:03 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Bowon Ryu [Fri, 28 Apr 2023 03:32:04 +0000 (12:32 +0900)]
[NUI] Remove useless macros
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Eunki, Hong [Thu, 24 Nov 2022 13:09:06 +0000 (22:09 +0900)]
[NUI] Fix TextEditor default theme
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
EverLEEst(SangHyeon Lee) [Thu, 27 Apr 2023 09:39:16 +0000 (18:39 +0900)]
[NUI] Fix empty item case crash. wrong bracket conditions.
when failed flag is true,
other condition should be ingored.
TizenAPI-Bot [Wed, 26 Apr 2023 05:09:08 +0000 (05:09 +0000)]
Release 10.0.0.17700
TizenAPI-Bot [Wed, 26 Apr 2023 05:09:08 +0000 (05:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
joogab.yun [Wed, 26 Apr 2023 04:43:57 +0000 (13:43 +0900)]
[NUI] Change the call to GetRootLayer() so that the layer index can be updated.
If the root layer index is not updated and another layer is added first, a problem occurs in calculating the layer index.
Something like LowerBelow may not work.
TizenAPI-Bot [Wed, 26 Apr 2023 02:15:10 +0000 (02:15 +0000)]
Release 10.0.0.17699
TizenAPI-Bot [Wed, 26 Apr 2023 02:15:10 +0000 (02:15 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Bowon Ryu [Wed, 18 Jan 2023 06:37:40 +0000 (15:37 +0900)]
[NUI] fix tct block issue in text field and editor
GetInputMethodContext() in ReleaseSwigCPtr crashes due to current changes in BaseHandle.
Move DestroyContext() to Dispose to avoid this.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Tue, 6 Dec 2022 02:06:27 +0000 (11:06 +0900)]
[NUI] clean code
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Mon, 5 Dec 2022 05:22:48 +0000 (14:22 +0900)]
[NUI] Add SystemSettings.FontTypeChanged in Text components
Setting FontFamily to UseSystemSetting in NUI Theme,
the default font family follows the system setting.
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Fri, 11 Nov 2022 09:26:16 +0000 (18:26 +0900)]
[NUI] Add FontSizeScale in TextStyle
Setting FontSizeScale to UseSystemSetting in Theme,
the default font scale follows the properties of system.
- Added new argument to New(bool hasStlye)
- If true, DALi's json is no longer used in Text components
- If false, use DALi's json.
- Fixed previous incorrect bindable property structure.
- This must be sync merged with patches below.
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/284113/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/284127/
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Thu, 1 Dec 2022 09:32:48 +0000 (18:32 +0900)]
[NUI] Add GetSystemFonts in FontClient
user can get a list of system fonts
sample code:
https://github.com/wonrst/NUI-Test/blob/main/text-font-list/font_list.cs
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
joogab.yun [Wed, 26 Apr 2023 01:47:03 +0000 (10:47 +0900)]
[NUI] Add SetTapRecognizerTime
This is the time from touch down to touch up to recognize a tap gesture.
If set to 300ms, a touch up after a touch down must occur within 300ms to be recognized as a tap gesture.
TizenAPI-Bot [Mon, 24 Apr 2023 09:33:18 +0000 (09:33 +0000)]
Release 10.0.0.17693
TizenAPI-Bot [Mon, 24 Apr 2023 09:33:18 +0000 (09:33 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Daekwang Ryu [Wed, 17 Aug 2022 05:39:51 +0000 (14:39 +0900)]
[NUI] Add DirectRenderingGLView
DirectRenderingGLView allows you to render to a Window directly using OpenGL, and
direct rendering is for In-house apps. So this new class is added to distinguish it from GLView.
Daekwang Ryu [Wed, 17 Aug 2022 05:46:56 +0000 (14:46 +0900)]
[NUI] Add GetMatrixFromPtr() in Matrix
Daekwang Ryu [Wed, 17 Aug 2022 05:45:13 +0000 (14:45 +0900)]
[NUI] Add GetRectangleFromPtr() in Rectangle
Eunki, Hong [Wed, 9 Nov 2022 12:41:01 +0000 (21:41 +0900)]
[NUI] Move Matrix API as public (hidden)
Add and bind some matrix operator + remove useless items
And also, move this matrix class under public
so normal NUI Apps also can use this feature
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
TizenAPI-Bot [Thu, 20 Apr 2023 13:59:37 +0000 (13:59 +0000)]
Release 10.0.0.17689
TizenAPI-Bot [Thu, 20 Apr 2023 13:59:37 +0000 (13:59 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
huayong.xu [Thu, 20 Apr 2023 06:42:43 +0000 (14:42 +0800)]
Fix SVACE issues.
Xianbing Teng [Thu, 20 Apr 2023 05:54:28 +0000 (13:54 +0800)]
[NUI] Fix NUIApplication svace issue
Eunki, Hong [Thu, 20 Apr 2023 09:18:12 +0000 (18:18 +0900)]
[NUI.Scene3D] Make bvh/facial Animation from string buffer
This PR s backport of #5078 and #5187
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Jaehyun Cho [Thu, 20 Apr 2023 05:11:21 +0000 (14:11 +0900)]
[NUI] Add OverlayLayer to Window's LayersChildren to calculate Layout
Previously, OverlayLayer was not added to Window's LayersChildren so
Layouts inside the OverlayLayer were not calculated.
Now, OverlayLayer is added to Window's LayerChildren to calculate
Layouts inside the OverlayLayer.
TizenAPI-Bot [Wed, 19 Apr 2023 15:09:51 +0000 (15:09 +0000)]
Release 10.0.0.17685
TizenAPI-Bot [Wed, 19 Apr 2023 15:09:51 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
dongsug-song [Wed, 19 Apr 2023 02:18:54 +0000 (11:18 +0900)]
Update src/Tizen.NUI/src/public/Window/WindowEvent.cs
Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
dongsug-song [Wed, 19 Apr 2023 02:18:42 +0000 (11:18 +0900)]
Update src/Tizen.NUI/src/public/Window/WindowEvent.cs
Co-authored-by: Eunki Hong <h.pichulia@gmail.com>
dongsug.song [Fri, 14 Apr 2023 06:53:53 +0000 (15:53 +0900)]
[NUI] Add defence code for Window.VisibilityChanged event
TizenAPI-Bot [Tue, 18 Apr 2023 08:59:09 +0000 (08:59 +0000)]
Release 10.0.0.17682
TizenAPI-Bot [Tue, 18 Apr 2023 08:59:09 +0000 (08:59 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
seungho baek [Fri, 31 Mar 2023 10:03:55 +0000 (19:03 +0900)]
[NUI] Use ModelNode for the child of Model
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
hjhun [Tue, 18 Apr 2023 02:13:04 +0000 (11:13 +0900)]
[Applications.Common] Add an internal API (#5184)
Adds:
- AppControl.UnsetAutoRestart()
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Jaehyun Cho [Tue, 17 Jan 2023 06:05:24 +0000 (15:05 +0900)]
[NUI] Add NUIApplicaion.GetScreenSize
To provide the screen size, NUIApplication.GetScreenSize is added.
TizenAPI-Bot [Mon, 17 Apr 2023 12:47:07 +0000 (12:47 +0000)]
Release 10.0.0.17679
TizenAPI-Bot [Mon, 17 Apr 2023 12:47:07 +0000 (12:47 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Artur Świgoń [Thu, 13 Apr 2023 08:45:11 +0000 (10:45 +0200)]
[NUI][AT-SPI] Add IAtspiValue.AccessibilityGetValueText()
This API allows the application to provide the Screen Reader with a formatted
string value rather than the default, floating-point one. This in turn, allows
to customize in detail how e.g. slider values are read.
TizenAPI-Bot [Fri, 7 Apr 2023 15:09:05 +0000 (15:09 +0000)]
Release 10.0.0.17678
TizenAPI-Bot [Fri, 7 Apr 2023 15:09:05 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Xianbing Teng [Thu, 6 Apr 2023 13:08:16 +0000 (21:08 +0800)]
[NUI] Fix svace issues
TizenAPI-Bot [Thu, 6 Apr 2023 13:04:17 +0000 (13:04 +0000)]
Release 10.0.0.17677
TizenAPI-Bot [Thu, 6 Apr 2023 13:04:17 +0000 (13:04 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
huayong.xu [Tue, 4 Apr 2023 09:20:03 +0000 (17:20 +0800)]
[NUI][API10] Add a LoadContents API with byte array for WebView.
Artur Świgoń [Tue, 4 Apr 2023 11:59:36 +0000 (13:59 +0200)]
[NUI][AT-SPI] Promote DoAction implementation from CustomView to View
This is a follow-up to #5109 that enables controls derived from View,
but not CustomView, that use the ViewAccessibilityMode.Custom (e.g.
FluxView), to customize their behaviour related to the AT-SPI Action
interface.
The implementation of AccessibilityDoAction() and its helper methods
is moved up from CustomView to View. Note that the events that
AccessibilityDoAction invokes have already been declared at the View
level, in ViewAccessibilityEvent.cs (e.g. AccessibilityActivated), so
they do not have to be moved anywhere in this PR.
TizenAPI-Bot [Wed, 5 Apr 2023 04:55:38 +0000 (04:55 +0000)]
Release 10.0.0.17675
TizenAPI-Bot [Wed, 5 Apr 2023 04:55:38 +0000 (04:55 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
chleun-moon [Wed, 5 Apr 2023 02:42:07 +0000 (11:42 +0900)]
[Connection] Fix race condition (#5154)
* [Connection] Fix race condition
* Add locks
* Use lock objects
TizenAPI-Bot [Mon, 3 Apr 2023 15:10:23 +0000 (15:10 +0000)]
Release 10.0.0.17674
TizenAPI-Bot [Mon, 3 Apr 2023 15:10:23 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Artur Świgoń [Mon, 3 Apr 2023 10:19:56 +0000 (12:19 +0200)]
[NUI][AT-SPI] Override ContentPage.AccessibilityGetName() (#5146)
ContentPage often serves as a default label in scenarios where Navigator is
used, so Screen Reader will ask ContentPage about the accessibility name (text
to read) when a Navigator page is pushed. Therefore, it makes sense to try to
provide the text from ContentPage.AppBar.Title (if it exists). The application
developer can always customize this by setting the AccessibilityName property
or adding an AccessibilityRelation.LabelledBy.
Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
Artur Świgoń [Mon, 3 Apr 2023 09:41:24 +0000 (11:41 +0200)]
[NUI][AT-SPI] Add ViewAccessibilityMode (#5118)
The accessibility mode helps select the right Accessible implementation for
a given view. It does not affect controls derived from CustomView (or any of
its subclasses), e.g. Tizen.NUI.Components, which already behave in the custom
mode. The default mode is kept for Tizen.NUI.BaseComponents. However, this
patch add a possibility of opting into the custom mode for controls derived
directly from View (e.g. FluxView), and by doing so, to be able to implement
accessibility support for them in the C# language.
Co-authored-by: Artur Świgoń <a.swigon@samsung.com>
Daekwang Ryu [Thu, 23 Mar 2023 08:41:59 +0000 (17:41 +0900)]
[NUI] Introduce WindowLayoutType enum and SetLayout Method
The new `SetLayout` method allows users to easily snap windows to specific positions and sizes.
This feature is allowing users to quickly arrange their windows in a convenient and efficient manner.
TizenAPI-Bot [Thu, 30 Mar 2023 15:10:04 +0000 (15:10 +0000)]
Release 10.0.0.17671
TizenAPI-Bot [Thu, 30 Mar 2023 15:10:03 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
Jaehyun Cho [Wed, 29 Mar 2023 11:04:19 +0000 (20:04 +0900)]
[NUI] Fix size calculation for TextLabel with Margin in RelativeLayout
Previously, RelativeLayout calculated the size for TextLabel with Margin
incorrectly by calling MeasureChildWithMargins().
Because TextLabel size was decreased by its Margin size incorrectly.
Now, RelativeLayout calculates the size for TextLabel with Margin
correctly by calling MeasureChild().
Because TextLabel size is not decreased by its Margin size.
TizenAPI-Bot [Wed, 29 Mar 2023 10:01:39 +0000 (10:01 +0000)]
Release 10.0.0.17670
TizenAPI-Bot [Wed, 29 Mar 2023 10:01:39 +0000 (10:01 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0
SangHyeon Jade Lee [Wed, 29 Mar 2023 05:25:55 +0000 (14:25 +0900)]
[NUI] refactoring collectionView and Layouters for extended class (#5123)
* [NUI] refactoring collectionView and Layouters for extended class
to create customized collectionView and Layouters,
some properties must be extendable.
this change includes properties access modifier
which is internal or private to protected.
* [NUI] publize reyclerviewitem properties
* [NUI] fix item source getter more efficiently.
* [NUI] refactoring getter.
* [NUI] add GroupItems
* [NUI] fix build error
* [NUI] fix build error
* [NUI] change property overridable.
EverLEEst(SangHyeon Lee) [Mon, 19 Dec 2022 12:54:05 +0000 (21:54 +0900)]
[NUI] Pass SelectionChangedEventArgs by default as SelectionChangedCommandParameter.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:45:54 +0000 (20:45 +0900)]
[NUI][NUITizenGallery] add Animal ListView and GridView examples
EverLEEst(SangHyeon Lee) [Fri, 17 Mar 2023 05:57:37 +0000 (14:57 +0900)]
[NUI] fix svace issue. check Selected item existance.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:42:29 +0000 (20:42 +0900)]
[NUI] fix DefaultGridItem image to fill available area.
everLEEst(SangHyeon Lee) [Fri, 16 Dec 2022 05:27:35 +0000 (21:27 -0800)]
[NUI] update imageUrl to resourceUrl
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:38:44 +0000 (20:38 +0900)]
[NUI] add ImageUrl property on DefaultGridItem.
everLEEst(SangHyeon Lee) [Fri, 2 Dec 2022 07:01:44 +0000 (23:01 -0800)]
[NUI] fix group remove error.
everLEEst(SangHyeon Lee) [Fri, 25 Nov 2022 06:56:47 +0000 (22:56 -0800)]
[NUI] Add more condition when item is last.
everLEEst(SangHyeon Lee) [Fri, 25 Nov 2022 06:18:12 +0000 (22:18 -0800)]
[NUI] Fix Layouter to handle empty group case.
TizenAPI-Bot [Wed, 29 Mar 2023 02:23:41 +0000 (02:23 +0000)]
Release 10.0.0.17660
TizenAPI-Bot [Wed, 29 Mar 2023 02:23:41 +0000 (02:23 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0