platform/core/csapi/tizenfx.git
14 months agoRelease 11.0.0.17739 accepted/tizen/unified/20230315.093450 submit/tizen/20230313.101802
TizenAPI-Bot [Mon, 13 Mar 2023 10:18:02 +0000 (10:18 +0000)]
Release 11.0.0.17739

14 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 13 Mar 2023 10:18:02 +0000 (10:18 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

14 months ago[NUI] Version up 22217
sunghyun kim [Mon, 13 Mar 2023 08:01:50 +0000 (17:01 +0900)]
[NUI] Version up 22217

14 months ago[NUI] fix previous patch by coding rules
EverLEEst(SangHyeon Lee) [Fri, 10 Mar 2023 07:49:42 +0000 (16:49 +0900)]
[NUI] fix previous patch by coding rules

14 months ago[NUI] Fix collectionView Selection on Item.
EverLEEst(SangHyeon Lee) [Fri, 10 Mar 2023 06:49:15 +0000 (15:49 +0900)]
[NUI] Fix collectionView Selection on Item.

14 months ago[NUI.Scene3D] Add model to test glb format (#5067)
Eunki Hong [Thu, 9 Mar 2023 02:50:58 +0000 (11:50 +0900)]
[NUI.Scene3D] Add model to test glb format (#5067)

* [NUI.Scene3D] Add model to test glb format

Check glb format file load well
+
Let this demo allow to load multiple camera

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
* Update test/Tizen.NUI.Scene3D.Sample/Scene3DSample.cs

Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
* Update Scene3DSample.cs

typo fix

---------

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki Hong <eunkiki.hong@samsung.com>
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
14 months ago[NUI] Do not connect default signals when View created
Eunki, Hong [Mon, 6 Mar 2023 13:25:05 +0000 (22:25 +0900)]
[NUI] Do not connect default signals when View created

Since Window.ViewAdded signal required to all common view's creation time,
It will reduce each view's creation time.
And more, ViewAdded signal only works for default windows previously.

Now we make the signal ownership from window.

And additionaly, register custom HitTest signal only if subclass required.

TODO : The role of signal conflict with View.AddedToWindow.
Can we just remove this ViewAdded signal?

TODO : Can we just skip default view constructor's signal connection?

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months ago[NUI] Remove unsed field in View
Jiyun Yang [Wed, 8 Mar 2023 04:31:27 +0000 (13:31 +0900)]
[NUI] Remove unsed field in View

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months ago[NLP] Deprecated NLP APIs
Jihoon Kim [Tue, 7 Mar 2023 09:09:55 +0000 (18:09 +0900)]
[NLP] Deprecated NLP APIs

Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
14 months agoRelease 11.0.0.17732 submit/tizen/20230310.151010
TizenAPI-Bot [Fri, 10 Mar 2023 15:10:10 +0000 (15:10 +0000)]
Release 11.0.0.17732

14 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 10 Mar 2023 15:10:09 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

14 months agoUpdate deprecated actions (#5070)
Jay Cho [Fri, 10 Mar 2023 04:52:06 +0000 (13:52 +0900)]
Update deprecated actions (#5070)

14 months agoRelease 11.0.0.17731 accepted/tizen/unified/20230310.062645 accepted/tizen/unified/20230314.093343 submit/tizen/20230308.151038
TizenAPI-Bot [Wed, 8 Mar 2023 15:10:38 +0000 (15:10 +0000)]
Release 11.0.0.17731

14 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 8 Mar 2023 15:10:38 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

14 months ago[NUI.Gadget] Add a new internal API (#4976)
hjhun [Wed, 8 Mar 2023 04:11:40 +0000 (13:11 +0900)]
[NUI.Gadget] Add a new internal API (#4976)

* [NUI.Gadget] Add new internal APIs

If the UI gadget developer sets the class name, the application developer
can adds a new NUIGadget instance using the NUIGadgetInfo object.

The following APIs are added:
 + NUIGadgetManager.Add(NUIGadgetInfo gadgetInfo); [method]
 + NUIGadgetManager.GetGadgetInfos(); [method]
 + NUIGadgetInfo.ClassName; [property]

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Change the visibility of the ClasaName property

The visibility of the NUIGadgetInfo.ClassName property is changed to internal.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Modify description of GetGadgets()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove Add() method

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Co-authored-by: Jay Cho <chojoong@gmail.com>
14 months ago[NUI.Gadget] Modify NUIGadgetManager.Add() method (#5011)
hjhun [Wed, 8 Mar 2023 04:02:36 +0000 (13:02 +0900)]
[NUI.Gadget] Modify NUIGadgetManager.Add() method (#5011)

When calling the CreateInstance() method, this patch modifies the set
the ignoreCase to true that the case of the className is no checked.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Co-authored-by: Jay Cho <chojoong@gmail.com>
14 months agoupdate action script methods (#5062)
Jay Cho [Wed, 8 Mar 2023 01:44:14 +0000 (10:44 +0900)]
update action script methods (#5062)

14 months agoRelease 11.0.0.17728 accepted/tizen/unified/20230308.030942 submit/tizen/20230307.085137
TizenAPI-Bot [Tue, 7 Mar 2023 08:51:37 +0000 (08:51 +0000)]
Release 11.0.0.17728

14 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 7 Mar 2023 08:51:36 +0000 (08:51 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

14 months agoUpdate github action (#5059)
Jay Cho [Tue, 7 Mar 2023 08:46:00 +0000 (17:46 +0900)]
Update github action (#5059)

14 months ago[NUI] Fix layer MoveAbove/MoveBelow API change window's List
Eunki, Hong [Tue, 7 Mar 2023 06:28:45 +0000 (15:28 +0900)]
[NUI] Fix layer MoveAbove/MoveBelow API change window's List

Previous MoveAbove / MoveBelow API change only native side layer order.
It didn't apply to the window who hold this layer.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months ago[NUI] Remove duplicate URL settup
Eunki, Hong [Mon, 6 Mar 2023 14:20:49 +0000 (23:20 +0900)]
[NUI] Remove duplicate URL settup

When we create ImageView with url, It will create image visual twice.
To avoid this situation, make we replace internal url value for
creation time.

And also, setup some missing values when we inputed desired size.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months agoRelease 11.0.0.17725 submit/tizen/20230307.015201
TizenAPI-Bot [Tue, 7 Mar 2023 01:52:01 +0000 (01:52 +0000)]
Release 11.0.0.17725

14 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 7 Mar 2023 01:52:01 +0000 (01:52 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

14 months ago[NUI] Add getter property about WindowPositionSizeWithBorder and WindowSizeWithBorder
joogab.yun [Mon, 6 Mar 2023 09:40:34 +0000 (18:40 +0900)]
[NUI] Add getter property about WindowPositionSizeWithBorder and WindowSizeWithBorder

In the case of a border window, the size including the border area is required.

14 months agoRelease 11.0.0.17724 submit/tizen/20230306.112015
TizenAPI-Bot [Mon, 6 Mar 2023 11:20:15 +0000 (11:20 +0000)]
Release 11.0.0.17724

14 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 6 Mar 2023 11:20:15 +0000 (11:20 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

14 months ago[NUI] Version up 22216
seungho baek [Mon, 6 Mar 2023 10:27:30 +0000 (19:27 +0900)]
[NUI] Version up 22216

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
14 months ago[NUI] Remove duplicate size setter
Eunki, Hong [Mon, 6 Mar 2023 08:45:51 +0000 (17:45 +0900)]
[NUI] Remove duplicate size setter

When if we set View.Size, It will call WidthPolicy / HeightPolicy internal.
And then it will call SizeWidth and SizeHeight.

This patch ignore some duplicated size setting each other.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months ago[NUI] Add Dispose to LongPressGestureDetector and modify ReleaseSwigCPtr.
joogab.yun [Mon, 6 Mar 2023 05:29:34 +0000 (14:29 +0900)]
[NUI] Add Dispose to LongPressGestureDetector and modify ReleaseSwigCPtr.

14 months ago[NUI] Fix SetInputRegion binding
Wonsik Jung [Fri, 3 Mar 2023 05:41:13 +0000 (14:41 +0900)]
[NUI] Fix SetInputRegion binding

Fix SetInputRegion binding function  with correct internal function.
Because previous binded with includedRegion.

14 months ago[XamlBuild] Fix extents convert issue
Xianbing Teng [Tue, 22 Nov 2022 09:38:55 +0000 (17:38 +0800)]
[XamlBuild] Fix extents convert issue

14 months ago[NUI] Fix dispose xaml elements
Xianbing Teng [Thu, 2 Mar 2023 10:48:00 +0000 (18:48 +0800)]
[NUI] Fix dispose xaml elements

14 months ago[NUI][Samples] Add .sln file to load projects
Eunki, Hong [Tue, 28 Feb 2023 05:53:06 +0000 (14:53 +0900)]
[NUI][Samples] Add .sln file to load projects

To make we build by Visual Studio in Windows OS,
Add some sln files that we can build it.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months ago[NUI][Scene3D] Use Model defined camera
Eunki Hong [Fri, 17 Feb 2023 17:00:57 +0000 (02:00 +0900)]
[NUI][Scene3D] Use Model defined camera

Make API that we can use gltf model file defined camera.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
14 months ago[NUI] Fix Menu not to show Content if there is no menu item
Jaehyun Cho [Thu, 23 Feb 2023 08:01:30 +0000 (17:01 +0900)]
[NUI] Fix Menu not to show Content if there is no menu item

Menu.Content is a container of menu items.

Previously, Menu.Content was displayed even if there is no menu item.
Now, Menu.Content is displayed only if menu item exists.

14 months agoDragAndDrop : don't reuse drag window
Taehyub Kim [Tue, 14 Feb 2023 12:28:14 +0000 (21:28 +0900)]
DragAndDrop : don't reuse drag window

14 months agoRelease 11.0.0.17714 accepted/tizen/unified/20230222.161511 submit/tizen/20230221.111427
TizenAPI-Bot [Tue, 21 Feb 2023 11:14:27 +0000 (11:14 +0000)]
Release 11.0.0.17714

14 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 21 Feb 2023 11:14:27 +0000 (11:14 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

14 months ago[NUI] Version up 22214
Eunki, Hong [Tue, 21 Feb 2023 10:32:40 +0000 (19:32 +0900)]
[NUI] Version up 22214

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months ago[NUI] DragAndDrop : Add multi-window sample
Taehyub Kim [Tue, 21 Feb 2023 07:41:28 +0000 (16:41 +0900)]
[NUI] DragAndDrop : Add multi-window sample

14 months ago[NUI] Resize slider normal thumb to calculate thumb position correctly
Jaehyun Cho [Tue, 21 Feb 2023 03:06:47 +0000 (12:06 +0900)]
[NUI] Resize slider normal thumb to calculate thumb position correctly

Previously, slider thumb size for normal and pressed were different.
This caused that the thumb position was calculated incorrectly.

Now, slider thumb for normal is resized to be the same with the thumb
for pressed.
By the above, the thumb position is calculated correctly.

14 months ago[NUI] Fix Pagination bug
Jiyun Yang [Tue, 21 Feb 2023 01:02:05 +0000 (10:02 +0900)]
[NUI] Fix Pagination bug

* Bug: When user changes indicator image url, all indicators turn into unselected look.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months ago[NUI][NUITizenGallery] fix build error.
EverLEEst(SangHyeon Lee) [Mon, 20 Feb 2023 11:28:45 +0000 (20:28 +0900)]
[NUI][NUITizenGallery] fix build error.

14 months ago[NUI] Fix to remove Button's min size
Jaehyun Cho [Mon, 20 Feb 2023 08:47:32 +0000 (17:47 +0900)]
[NUI] Fix to remove Button's min size

To support button size set by user, Button's min size is removed.

14 months ago[NUI] Fix Progress and improve Loading
Jiyun Yang [Mon, 20 Feb 2023 05:47:18 +0000 (14:47 +0900)]
[NUI] Fix Progress and improve Loading

* Progress
Previously, the Progress did not update the distance of the indeterminate animation on resize.

* Loading
Add a property that can help to set lottie animation image url.
This is for using Theme.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months ago[NUI] Fix button bugs and improve switch.
Jiyun Yang [Fri, 17 Feb 2023 08:51:57 +0000 (17:51 +0900)]
[NUI] Fix button bugs and improve switch.

* Button's IconOrientation bug
In the previous code, when the IconOrientation property changed,
the LayoutItems() was called and it created a new layout.
But in case the button was inside another layout, the behaviour
described above caused unexpect look. Therefore I fixed it
by changing orientation related properties to the existing layout
instead of creating a new layout.

* Improve switch and extension relationship
The switch extension does not register any event handler to the switch components anymore.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months ago[NUI.Scene3D] Change native default camera create API
Eunki, Hong [Fri, 17 Feb 2023 06:34:26 +0000 (15:34 +0900)]
[NUI.Scene3D] Change native default camera create API

Change default camera generate API as 3D engine style.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months ago[NUI] Fix Slider ValueIndicatorImage and Thumb size (#5002)
Seoyeon2Kim [Fri, 17 Feb 2023 03:57:02 +0000 (12:57 +0900)]
[NUI] Fix Slider ValueIndicatorImage and Thumb size (#5002)

- Update Slider ValueIndicatorImage / Text to change its size depending
on the content.
- Thumb size uses natural size of its image size.
- Update Slider style guide sample for ValueIndicator

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
14 months ago[NUI] Fix switch animation bug
Jiyun Yang [Fri, 17 Feb 2023 03:31:53 +0000 (12:31 +0900)]
[NUI] Fix switch animation bug

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months ago[NUI] Improve behaviors of ThemeManager and add an event
Jiyun Yang [Wed, 15 Feb 2023 04:35:27 +0000 (13:35 +0900)]
[NUI] Improve behaviors of ThemeManager and add an event

* ThemeManager.AppendTheme: While ApplyTheme() clears previous applied user theme, AppendTheme() appends it to the previous one.
* ThemeChanging event: An event called right after the theme changed and before applying it to the view.
* Open Theme.indexer public: This is for C_XAML.
* Theme implements IResourcesProvider: to support XAMLResources in xaml code

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months ago[NUI] Add constructors with string style to apply string style
Jaehyun Cho [Thu, 16 Feb 2023 10:17:18 +0000 (19:17 +0900)]
[NUI] Add constructors with string style to apply string style

To apply string style during constructing controls, constructors with
string style are added.

14 months ago[NUI] Fix TextLabel Theme to set FontSizeScale with UseSystemSetting
Jaehyun Cho [Wed, 15 Feb 2023 11:39:11 +0000 (20:39 +0900)]
[NUI] Fix TextLabel Theme to set FontSizeScale with UseSystemSetting

To follow system font size scale, TextLabel Theme sets FontSizeScale
with UseSystemSetting.

14 months ago[NUI] Fix Button Theme not to set fixed size
Jaehyun Cho [Wed, 15 Feb 2023 11:02:05 +0000 (20:02 +0900)]
[NUI] Fix Button Theme not to set fixed size

To increase Button width based on the Button's text, Button Theme sets
MinimumSize instead of fixed Size.

14 months ago[NUI] Add TabItem to support TabView in xaml
Jaehyun Cho [Wed, 8 Feb 2023 11:45:53 +0000 (20:45 +0900)]
[NUI] Add TabItem to support TabView in xaml

To support TabView in xaml, TabItem has been added.

TabView provides Add(TabItem) to add a tab from the given TabItem.
TabItem contains Title, IconURL of a new TabButton in TabView's TabBar
and Content of a new View in TabView's TabContent.

14 months ago[NUI] Fix Switch thumb positioning
Jiyun Yang [Wed, 15 Feb 2023 02:36:52 +0000 (11:36 +0900)]
[NUI] Fix Switch thumb positioning

When the size of thumb or track changes, the it should update the position of the thumb properly.

And to prevent unnecessary switch state updating while applying style, upgrade styleApplying flag to int type.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
14 months agoRelease 11.0.0.17697 accepted/tizen/unified/20230215.100723 submit/tizen/20230213.150839
TizenAPI-Bot [Mon, 13 Feb 2023 15:08:39 +0000 (15:08 +0000)]
Release 11.0.0.17697

14 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Mon, 13 Feb 2023 15:08:38 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

14 months ago[NUI] Version Update 22213
Heeyong Song [Mon, 13 Feb 2023 07:32:01 +0000 (16:32 +0900)]
[NUI] Version Update 22213

14 months ago[NUI.Scene3D] Remove warning messages
Eunki, Hong [Thu, 9 Feb 2023 11:41:33 +0000 (20:41 +0900)]
[NUI.Scene3D] Remove warning messages

Tested by `dotnet build /p:BuildWithAnalyzer=True` and checked there is no warning.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months ago[NUI.Scene3D] Do not dispose camera internally
Eunki, Hong [Tue, 7 Feb 2023 13:47:10 +0000 (22:47 +0900)]
[NUI.Scene3D] Do not dispose camera internally

SceneView's camera is not an instance object anymore.
It can be holded by app side.
So, if we dispose it inside of CameraTransition Function, It become sudden dead.

Actually, Dali side camera object still alive, but the NUI.Camera handle is dereferenced.
So, If app try to access that camera, crash occured.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
14 months ago[NUI] Fix Picker's HeightSpecification
Jaehyun Cho [Thu, 9 Feb 2023 07:12:49 +0000 (16:12 +0900)]
[NUI] Fix Picker's HeightSpecification

Previously, HeightSpecifications of Picker, DatePicker, TimePicker are
MatchParent.
So the Pickers' SizeHeights are calculated based on their parent's
SizeHeight.
This causes the recursive size calculation problem if Picker's parent
has WrapContent HeightSpecification. (e.g. Dialog)

Now, the Pickers' SizeHeights are set in DefaultThemeCommon as follows.
Picker's SizeHeight is set in DefaultThemeCommon.
DatePicker's Pickers SizeHeights are set in DefaultThemeCommon.
TimePicker's Pickers SizeHeights are set in DefaultThemeCommon.

Therefore, Picker does not need to have MatchParent HeightSpecification.

15 months agoRelease 11.0.0.17693 submit/tizen/20230210.150936
TizenAPI-Bot [Fri, 10 Feb 2023 15:09:36 +0000 (15:09 +0000)]
Release 11.0.0.17693

15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 10 Feb 2023 15:09:36 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

15 months ago[MediaContent] Remove deprecated APIs (#4977)
Haesu Gwon [Fri, 10 Feb 2023 05:10:11 +0000 (14:10 +0900)]
[MediaContent] Remove deprecated APIs (#4977)

* [MediaContent] Remove deprecated APIs

15 months agoRelease 11.0.0.17692 accepted/tizen/unified/20230213.170705 submit/tizen/20230209.150831
TizenAPI-Bot [Thu, 9 Feb 2023 15:08:31 +0000 (15:08 +0000)]
Release 11.0.0.17692

15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 9 Feb 2023 15:08:31 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

15 months ago[Applications.RPCPort] Add a new Parcel constructor (#4964)
hjhun [Thu, 9 Feb 2023 00:34:34 +0000 (09:34 +0900)]
[Applications.RPCPort] Add a new Parcel constructor (#4964)

* [Applications.Common] Modify Parcel constructor

The withoutHeader parameter is added to the Parcel constructor.
If it's true, the parcel object does not have the header.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 11.0.0.17691 accepted/tizen/unified/20230210.160952 submit/tizen/20230208.100606
TizenAPI-Bot [Wed, 8 Feb 2023 10:06:06 +0000 (10:06 +0000)]
Release 11.0.0.17691

15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 8 Feb 2023 10:06:06 +0000 (10:06 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

15 months ago[NUI] Fix PropertyNotification & PanGestureDetector svace issues
Xianbing Teng [Wed, 18 Jan 2023 07:53:31 +0000 (15:53 +0800)]
[NUI] Fix PropertyNotification & PanGestureDetector svace issues

15 months ago[NUI] Disable compiler warnings complaining about theme off in TV profile
Jiyun Yang [Fri, 3 Feb 2023 01:21:17 +0000 (10:21 +0900)]
[NUI] Disable compiler warnings complaining about theme off in TV profile

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
15 months ago[NUI] Revive View constructor with style working again in TV
Jiyun Yang [Wed, 1 Feb 2023 23:33:03 +0000 (08:33 +0900)]
[NUI] Revive View constructor with style working again in TV

And hide PROFILE_TV flags to make clear code

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
15 months agoRelease 11.0.0.17688 submit/tizen/20230207.150954
TizenAPI-Bot [Tue, 7 Feb 2023 15:09:54 +0000 (15:09 +0000)]
Release 11.0.0.17688

15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 7 Feb 2023 15:09:53 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

15 months ago[NUI.Gadget] Fix static analysis issue (#4968)
hjhun [Tue, 7 Feb 2023 02:51:59 +0000 (11:51 +0900)]
[NUI.Gadget] Fix static analysis issue (#4968)

Checker:
 - DEREF_OF_NULL

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 11.0.0.17687 submit/tizen/20230203.151112
TizenAPI-Bot [Fri, 3 Feb 2023 15:11:12 +0000 (15:11 +0000)]
Release 11.0.0.17687

15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 3 Feb 2023 15:11:12 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

15 months ago[Applications.Common] Fix getting default locale (#4965)
hjhun [Fri, 3 Feb 2023 08:24:49 +0000 (17:24 +0900)]
[Applications.Common] Fix getting default locale (#4965)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 11.0.0.17686 submit/tizen/20230202.151040
TizenAPI-Bot [Thu, 2 Feb 2023 15:10:40 +0000 (15:10 +0000)]
Release 11.0.0.17686

15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 2 Feb 2023 15:10:39 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

15 months ago[NUI.Gadget] Change API version to API10 (#4959)
hjhun [Thu, 2 Feb 2023 05:40:24 +0000 (14:40 +0900)]
[NUI.Gadget] Change API version to API10 (#4959)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 11.0.0.17685 accepted/tizen/unified/20230206.093811 accepted/tizen/unified/20230206.093928 submit/tizen/20230201.082803
TizenAPI-Bot [Wed, 1 Feb 2023 08:28:03 +0000 (08:28 +0000)]
Release 11.0.0.17685

15 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 1 Feb 2023 08:28:03 +0000 (08:28 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

15 months ago[NUI] Fix to use SizeHeight instead of Size with width 0
Jaehyun Cho [Wed, 1 Feb 2023 07:28:52 +0000 (16:28 +0900)]
[NUI] Fix to use SizeHeight instead of Size with width 0

Previously, although users sets size with width 0, the width is updated
by dali's size calculation (e.g. text calculation) instead of width 0
set by user.

The following patch fixed the above bug.
8033b0ed4a31ebcd9449c2e0c98074247502c9be

By applying the above patch, some size assignment in theme should be
fixed to set size height instead of size with width 0.

15 months ago[NUI] Version Update 22211
Jaehyun Cho [Wed, 1 Feb 2023 06:19:45 +0000 (15:19 +0900)]
[NUI] Version Update 22211

15 months ago[NUI] Fix NUI button not working when style disabled
Jiyun Yang [Mon, 30 Jan 2023 09:58:35 +0000 (18:58 +0900)]
[NUI] Fix NUI button not working when style disabled

There was a flag that prevent state updating while applying style.
But the flag seemed to have a bug : when style is disabled, the state updating is never going to be done.

This patch fixes the bug and changes the flag's name to be more contextual: styleApplied -> styleApplying.

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
15 months ago[NUI][Scene3D] FBO MultiSamplingLevel Property for SceneView
Eunki, Hong [Fri, 27 Jan 2023 07:24:13 +0000 (16:24 +0900)]
[NUI][Scene3D] FBO MultiSamplingLevel Property for SceneView

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months ago[NUI] Fix some SVACE issues.
huayong.xu [Sun, 29 Jan 2023 02:44:23 +0000 (10:44 +0800)]
[NUI] Fix some SVACE issues.

15 months ago[NUI] Fix svace issues.
guowei.wang [Wed, 18 Jan 2023 03:42:48 +0000 (11:42 +0800)]
[NUI] Fix svace issues.

15 months ago[NUI][Scene3D] Load bvh file format
Eunki, Hong [Fri, 27 Jan 2023 07:58:29 +0000 (16:58 +0900)]
[NUI][Scene3D] Load bvh file format

This PR is FrontPorting of #4827

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months ago[NUI] Fix dispose timing error for ImageUrl
Eunki Hong [Sun, 29 Jan 2023 08:03:44 +0000 (17:03 +0900)]
[NUI] Fix dispose timing error for ImageUrl

Since we update ImageView lazy, ImageUrl's lifecycle might not matched
what user think.

```
ImageUrl imageUrl = ~~~.GenerateUrl();
ImageView imageView = new ImageView(imageUrl.ToString());
imageUrl.Dispose(); ///< We should allow this situation.
```

To make scene, We allow to call UpdateImage(); synchoronously
if we use GeneratedUrl().

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months ago[NUI] Add EncodedImageBuffer sample
Eunki Hong [Sun, 29 Jan 2023 07:49:13 +0000 (16:49 +0900)]
[NUI] Add EncodedImageBuffer sample

Add sample to use EncodedImageBuffer.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months ago[NUI][Scene3D] Fix memory leak issue for Model's Animation
Eunki Hong [Sat, 28 Jan 2023 14:09:09 +0000 (23:09 +0900)]
[NUI][Scene3D] Fix memory leak issue for Model's Animation

Since we create new handle at csharp binder, we should call DeleteHandle function.

Note : Extensions.GetInstanceSafely delete the getted cPtr's reference inside of
that function. So we cannot use it.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months ago[NUI][Test] Commit missing file
Eunki Hong [Sun, 29 Jan 2023 07:53:00 +0000 (16:53 +0900)]
[NUI][Test] Commit missing file

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months ago[NUI] Remove build warning messages in NUI Samples (#4932)
Seoyeon2Kim [Fri, 27 Jan 2023 07:40:07 +0000 (16:40 +0900)]
[NUI] Remove build warning messages in NUI Samples  (#4932)

* [NUI] Remove build warning messages in NUI Samples

 - Replace `PreFocusChangeEventArgs` from `FocusChangingEventArgs`.
 - Use `HorizontalAlignment` or `VerticalAlignment` properties
   instead of `LinearAlignment`/
 - Use new Vector2(...) constructor instead of using `X` or `Y` setter.
 - Remove Unreachable code.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Remove build warning messages

 - Remove not used variables : `axis` and `degree`.
 - Clean code according to NUI Coding style
 - Use `HorizontalAlignment` or `VerticalAlignment` properties
   instead of `LinearAlignment`.
 - Use `StyleName` property instead of `SetStyleName(string)`.
 - Use `ChildCount` property instead of `GetChildCount()`.
 - Use new Vector2(...) constructor instead of `Width` or `Height` setter.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Remove build warning messages part.3

 - Remove not used variables : mClippedImagePropertyIndex,
mLogoTapDetector, FocusEffect.actor, oldPageCount, FrameUpdateCallback.text, etc.
 - Use `HorizontalAlignment` or `VerticalAlignment` properties
  instead of `LinearAlignment`.
 - Use `ChildCount` property instead of `GetChildCount()`.
 - Use new Vector2(...) constructor instead of `Width` or `Height` setter.
 - Clean code according to NUI Coding style

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
15 months ago[NUI] Prevent NullReferenceException when creating TextLabel
Jiyun Yang [Fri, 27 Jan 2023 05:26:59 +0000 (14:26 +0900)]
[NUI] Prevent NullReferenceException when creating TextLabel

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
15 months ago[NUI] Apply missing comments for Scene3D demo
Eunki Hong [Wed, 25 Jan 2023 15:07:10 +0000 (00:07 +0900)]
[NUI] Apply missing comments for Scene3D demo

1. Collect all private values in upward of source code.
2. Formatting C#
3. MilliSeconds --> Milliseconds
4. Add some comments

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months agoMake it ineligible for garbage collection for delegate (#4948)
hjhun [Wed, 1 Feb 2023 02:58:23 +0000 (11:58 +0900)]
Make it ineligible for garbage collection for delegate (#4948)

This patch is to prevent the delegate garbage collected.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 11.0.0.17670 accepted/tizen/unified/20230202.015307 submit/tizen/20230127.150935
TizenAPI-Bot [Fri, 27 Jan 2023 15:09:36 +0000 (15:09 +0000)]
Release 11.0.0.17670