platform/core/csapi/tizenfx.git
14 months agoRelease 10.0.0.17635 submit/tizen_7.0/20230308.093901
TizenAPI-Bot [Wed, 8 Mar 2023 09:39:01 +0000 (09:39 +0000)]
Release 10.0.0.17635

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 8 Mar 2023 09:39:00 +0000 (09:39 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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

* [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]

* Change the visibility of the ClasaName property

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

* Modify description of GetGadgets()

* Remove Add() method

---------

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 (#5063)
hjhun [Wed, 8 Mar 2023 04:24:01 +0000 (13:24 +0900)]
[NUI.Gadget] Modify NUIGadgetManager.Add() method (#5063)

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>
14 months agoRelease 10.0.0.17633 submit/tizen_7.0/20230307.150912
TizenAPI-Bot [Tue, 7 Mar 2023 15:09:12 +0000 (15:09 +0000)]
Release 10.0.0.17633

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 7 Mar 2023 15:09:12 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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 10.0.0.17632 submit/tizen_7.0/20230303.150940
TizenAPI-Bot [Fri, 3 Mar 2023 15:09:40 +0000 (15:09 +0000)]
Release 10.0.0.17632

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 3 Mar 2023 15:09:40 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Fix set input region binding
Wonsik Jung [Fri, 3 Mar 2023 05:55:55 +0000 (14:55 +0900)]
[NUI] Fix set input region binding

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

14 months ago[NUI] Add friend assembly for NUI FLUX
dongsug.song [Fri, 3 Mar 2023 04:25:24 +0000 (13:25 +0900)]
[NUI] Add friend assembly for NUI FLUX

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 agoRelease 10.0.0.17629 accepted/tizen/7.0/unified/20230302.015551 submit/tizen_7.0/20230228.054517
TizenAPI-Bot [Tue, 28 Feb 2023 05:45:17 +0000 (05:45 +0000)]
Release 10.0.0.17629

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 28 Feb 2023 05:45:17 +0000 (05:45 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI.Scene3D][API10] Use Model defined camera
Eunki Hong [Sun, 26 Feb 2023 13:55:02 +0000 (22:55 +0900)]
[NUI.Scene3D][API10] Use Model defined camera

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

Since Tizen.NUI.Scene3D.Camera is one of View & This camera should be children of SceneView to render the scene,
Camera cannot be owned by Model itself.

So, we support only for 'Generate' or 'Apply' camera parameters loaded from gltf model.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
14 months agoRelease 10.0.0.17628 submit/tizen_7.0/20230224.150909
TizenAPI-Bot [Fri, 24 Feb 2023 15:09:09 +0000 (15:09 +0000)]
Release 10.0.0.17628

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 24 Feb 2023 15:09:09 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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 agoRelease 10.0.0.17627 submit/tizen_7.0/20230222.150914
TizenAPI-Bot [Wed, 22 Feb 2023 15:09:14 +0000 (15:09 +0000)]
Release 10.0.0.17627

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 22 Feb 2023 15:09:14 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI][API10] Fix SVACE issue.
huayong.xu [Wed, 22 Feb 2023 07:37:26 +0000 (15:37 +0800)]
[NUI][API10] Fix SVACE issue.

14 months agoRelease 10.0.0.17626 submit/tizen_7.0/20230221.093606
TizenAPI-Bot [Tue, 21 Feb 2023 09:36:06 +0000 (09:36 +0000)]
Release 10.0.0.17626

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 21 Feb 2023 09:36:05 +0000 (09:36 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months agoDragAndDrop : Add multi-window sample
Taehyub Kim [Tue, 21 Feb 2023 07:41:28 +0000 (16:41 +0900)]
DragAndDrop : Add multi-window sample

14 months ago[NUI] fix relative layout to fill regardless of children size.
EverLEEst(SangHyeon Lee) [Thu, 15 Dec 2022 11:35:37 +0000 (20:35 +0900)]
[NUI] fix relative layout to fill regardless of children size.

14 months ago[NUI] Fix FlexLayout OnMeasure to calculate size correctly
Jaehyun Cho [Fri, 16 Dec 2022 10:11:13 +0000 (19:11 +0900)]
[NUI] Fix FlexLayout OnMeasure to calculate size correctly

Previously, the measured size of FlexLayout with WrapContent could be
calculated like MatchParent.
The above issue happened in the following case.
Tizen.NUI.Components.DialogPage.ShowAlertDialog("Title", "Message", null);

To resolve the above issue without breaking backward compatibility,
FlexLayout OnMeasure has been fixed to use ResolveSizeAndState()
instead of GetDefaultSize() when calculating the measured size.

To test the issue, showing a dialog without action button case has
been added to Tizen.NUI.StyleGuide.

14 months agoRelease 10.0.0.17623 accepted/tizen/7.0/unified/20230223.015625 submit/tizen_7.0/20230221.081413
TizenAPI-Bot [Tue, 21 Feb 2023 08:14:13 +0000 (08:14 +0000)]
Release 10.0.0.17623

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 21 Feb 2023 08:14:13 +0000 (08:14 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] Update Tizen 7.0 UX
Jiyun Yang [Mon, 20 Feb 2023 05:12:46 +0000 (14:12 +0900)]
[NUI] Update Tizen 7.0 UX

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
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 agoRelease 10.0.0.17620 submit/tizen_7.0/20230220.131554
TizenAPI-Bot [Mon, 20 Feb 2023 13:15:54 +0000 (13:15 +0000)]
Release 10.0.0.17620

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 20 Feb 2023 13:15:54 +0000 (13:15 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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] DragAndDrop : don't reuse drag window
Taehyub Kim [Tue, 14 Feb 2023 12:28:14 +0000 (21:28 +0900)]
[NUI] DragAndDrop : don't reuse drag window

14 months agoRelease 10.0.0.17615 submit/tizen_7.0/20230220.054918
TizenAPI-Bot [Mon, 20 Feb 2023 05:49:18 +0000 (05:49 +0000)]
Release 10.0.0.17615

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 20 Feb 2023 05:49:18 +0000 (05:49 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI.Scene3D] Change native default camera create API
Eunki Hong [Sun, 19 Feb 2023 15:54:46 +0000 (00:54 +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 agoRelease 10.0.0.17614 submit/tizen_7.0/20230217.093915
TizenAPI-Bot [Fri, 17 Feb 2023 09:39:15 +0000 (09:39 +0000)]
Release 10.0.0.17614

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 17 Feb 2023 09:39:15 +0000 (09:39 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[MediaPlayer] fix to set window size properly (#5008)
nam [Fri, 17 Feb 2023 09:14:20 +0000 (18:14 +0900)]
[MediaPlayer] fix to set window size properly (#5008)

* fix to set window size properly

* update all interfaces

* Update src/Tizen.Multimedia/Common/Display.cs

Co-authored-by: Haesu Gwon <haesu.gwon@samsung.com>
---------

Co-authored-by: Haesu Gwon <haesu.gwon@samsung.com>
14 months ago[NUI] Fix Slider ValueIndicatorImage and Thumb size (#5003)
Seoyeon2Kim [Fri, 17 Feb 2023 03:57:10 +0000 (12:57 +0900)]
[NUI] Fix Slider ValueIndicatorImage and Thumb size (#5003)

- 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 agoRelease 10.0.0.17611 submit/tizen_7.0/20230216.150906
TizenAPI-Bot [Thu, 16 Feb 2023 15:09:06 +0000 (15:09 +0000)]
Release 10.0.0.17611

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 16 Feb 2023 15:09:06 +0000 (15:09 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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.Scene3D] Backport API11 for Scene3D
Eunki, Hong [Tue, 7 Feb 2023 09:33:08 +0000 (18:33 +0900)]
[NUI.Scene3D] Backport API11 for Scene3D

We might need to backport some properties so we can use Scene3D feature fully

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
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 agoRelease 10.0.0.17606 submit/tizen_7.0/20230215.150857
TizenAPI-Bot [Wed, 15 Feb 2023 15:08:57 +0000 (15:08 +0000)]
Release 10.0.0.17606

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 15 Feb 2023 15:08:57 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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 10.0.0.17605 accepted/tizen/7.0/unified/20230216.140324 submit/tizen_7.0/20230214.081054
TizenAPI-Bot [Tue, 14 Feb 2023 08:10:54 +0000 (08:10 +0000)]
Release 10.0.0.17605

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 14 Feb 2023 08:10:53 +0000 (08:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 months ago[NUI] update NUI.XamlBuild.dll
송동석/Tizen Platform Lab(SR)/삼성전자 [Tue, 14 Feb 2023 07:52:06 +0000 (16:52 +0900)]
[NUI] update NUI.XamlBuild.dll

14 months agoRelease 10.0.0.17604 submit/tizen_7.0/20230213.150847
TizenAPI-Bot [Mon, 13 Feb 2023 15:08:47 +0000 (15:08 +0000)]
Release 10.0.0.17604

14 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 13 Feb 2023 15:08:46 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

14 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 agoRelease 10.0.0.17603 accepted/tizen/7.0/unified/20230213.171742 submit/tizen_7.0/20230209.150829
TizenAPI-Bot [Thu, 9 Feb 2023 15:08:29 +0000 (15:08 +0000)]
Release 10.0.0.17603

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 9 Feb 2023 15:08:29 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 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 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 agoRelease 10.0.0.17601 accepted/tizen/7.0/unified/20230214.105905 submit/tizen_7.0/20230207.151002
TizenAPI-Bot [Tue, 7 Feb 2023 15:10:02 +0000 (15:10 +0000)]
Release 10.0.0.17601

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 7 Feb 2023 15:10:02 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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

Checker:
 - DEREF_OF_NULL

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 10.0.0.17600 submit/tizen_7.0/20230203.150848
TizenAPI-Bot [Fri, 3 Feb 2023 15:08:48 +0000 (15:08 +0000)]
Release 10.0.0.17600

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Fri, 3 Feb 2023 15:08:48 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
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 agoRelease 10.0.0.17598 accepted/tizen/7.0/unified/20230203.164153 accepted/tizen/7.0/unified/20230207.015126 submit/tizen_7.0/20230202.091718
TizenAPI-Bot [Thu, 2 Feb 2023 09:17:18 +0000 (09:17 +0000)]
Release 10.0.0.17598

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 2 Feb 2023 09:17:18 +0000 (09:17 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI][API10] Fix some SVACE issue
huayong.xu [Thu, 2 Feb 2023 07:31:47 +0000 (15:31 +0800)]
[NUI][API10] Fix some SVACE issue

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] 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 ago[NUI.Gadget] Add NUIGadget class for inhouse developers (#4957)
hjhun [Thu, 2 Feb 2023 04:33:36 +0000 (13:33 +0900)]
[NUI.Gadget] Add NUIGadget class for inhouse developers (#4957)

* [NUI.Gadget] Add NUIGadget class for inhouse developers (#4935)

* Implement NUIGadget

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Adjust project file

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

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove dll unload

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove unnecessary file

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Update sln file

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add missing dependencies

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add a missing property

The type is added.

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

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Check return type of Assembly.CreateInstance()

This patch uses 'as' keyword to check the instance type.
If it's not NUIGadget, the return value will be null.
In that case, the Add() method throws an exception.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Add abstract keyword to NUIGadget class

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

If the Create() method returns 'false', the Add() method of NUIGadgetManager
throws an exception.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Use CoreApplication.Post() instead of TizenUISynchronzationContext.Post()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Change API version to 10

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 10.0.0.17594 submit/tizen_7.0/20230202.015247
TizenAPI-Bot [Thu, 2 Feb 2023 01:52:47 +0000 (01:52 +0000)]
Release 10.0.0.17594

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 2 Feb 2023 01:52:47 +0000 (01:52 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI][XamlBuild][API10] Fix namespace confused issue.
huayong.xu [Tue, 31 Jan 2023 09:09:08 +0000 (17:09 +0800)]
[NUI][XamlBuild][API10] Fix namespace confused issue.

15 months agoRelease 10.0.0.17593 submit/tizen_7.0/20230201.150843
TizenAPI-Bot [Wed, 1 Feb 2023 15:08:43 +0000 (15:08 +0000)]
Release 10.0.0.17593

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 1 Feb 2023 15:08:43 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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 agoMake it ineligible for garbage collection for delegate (#4949)
hjhun [Wed, 1 Feb 2023 02:58:43 +0000 (11:58 +0900)]
Make it ineligible for garbage collection for delegate (#4949)

This patch is to prevent the delegate garbage collected.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months agoRelease 10.0.0.17591 submit/tizen_7.0/20230130.055157
TizenAPI-Bot [Mon, 30 Jan 2023 05:51:57 +0000 (05:51 +0000)]
Release 10.0.0.17591

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 30 Jan 2023 05:51:57 +0000 (05:51 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI][Scene3D][API10] FBO MultiSamplingLevel Property for SceneView
Eunki, Hong [Fri, 27 Jan 2023 07:41:42 +0000 (16:41 +0900)]
[NUI][Scene3D][API10] FBO MultiSamplingLevel Property for SceneView

Backporting PR of #4937

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months ago[NUI][API10] Fix dispose timing error for ImageUrl
Eunki Hong [Sun, 29 Jan 2023 08:14:03 +0000 (17:14 +0900)]
[NUI][API10] 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][Scene3D][API10] Fix memory leak issue for Model's Animation
Eunki Hong [Sat, 28 Jan 2023 14:19:21 +0000 (23:19 +0900)]
[NUI][Scene3D][API10] Fix memory leak issue for Model's Animation

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

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
15 months agoRelease 10.0.0.17588 submit/tizen_7.0/20230125.150845
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:45 +0000 (15:08 +0000)]
Release 10.0.0.17588

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 25 Jan 2023 15:08:45 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

15 months ago[NUI] Window resizing is performed in one step if possible.
joogab.yun [Wed, 18 Jan 2023 05:43:41 +0000 (14:43 +0900)]
[NUI] Window resizing is performed in one step if possible.

15 months ago[NUI] Fix bug where window size didn't change when borderline was dynamically changed.
joogab.yun [Wed, 18 Jan 2023 02:09:58 +0000 (11:09 +0900)]
[NUI] Fix bug where window size didn't change when borderline was dynamically changed.

15 months ago[NUI][API10] Load bvh file
Eunki, Hong [Tue, 13 Dec 2022 12:33:30 +0000 (21:33 +0900)]
[NUI][API10] Load bvh file

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
15 months agoRemove log prints in the thread (#4921)
hjhun [Wed, 25 Jan 2023 08:02:31 +0000 (17:02 +0900)]
Remove log prints in the thread (#4921)

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
15 months ago[NUI] Add GetOverlayLayer in NUI window.
seungho baek [Wed, 25 Jan 2023 05:07:05 +0000 (14:07 +0900)]
[NUI] Add GetOverlayLayer in NUI window.

 - The overlay layer is rendered at the end of rendering order

Signed-off-by: seungho baek <sbsh.baek@samsung.com>
15 months agoRelease 10.0.0.17583 accepted/tizen/7.0/unified/20230118.093808 submit/tizen_7.0/20230117.075026
TizenAPI-Bot [Tue, 17 Jan 2023 07:50:26 +0000 (07:50 +0000)]
Release 10.0.0.17583

15 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Tue, 17 Jan 2023 07:50:26 +0000 (07:50 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0