platform/core/csapi/tizenfx.git
15 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.

16 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.

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

16 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.

16 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.

16 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>
16 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.

16 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>
16 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.

16 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.

16 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>
16 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>
16 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

16 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>
16 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>
16 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>
16 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>
16 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>
16 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.

16 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>
16 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.

16 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.

16 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>
16 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

16 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>
16 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.

16 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.

16 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>
16 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>
16 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>
16 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

16 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

16 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>
16 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>
16 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.

16 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>
16 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>
16 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>
16 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>
16 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>
16 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.

16 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.

16 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>
16 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>
16 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>
17 months ago[NUI] Add an API for create,window event.
huayong.xu [Thu, 5 Jan 2023 06:18:33 +0000 (14:18 +0800)]
[NUI] Add an API for create,window event.

17 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

17 months ago[NUI] Modify TabContent to help customizing class
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.

17 months ago[NUI] Support Device orientation and window orientation event.
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.

17 months ago[NUI][API10] Reorder DeleteBaseHandle and SwigCPtrCopy = null;
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>
17 months ago[Bluetooth] Fix overflow issue (#4872)
Wootak Jung [Wed, 28 Dec 2022 04:45:11 +0000 (13:45 +0900)]
[Bluetooth] Fix overflow issue (#4872)

17 months ago[NUI] fix testhub fail, Add Dispose() in BaseHandle.Reset() where the body was delete...
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

17 months ago[NUI][SVACE] Fix svace(DF221214-00106) issue.
guowei.wang [Mon, 26 Dec 2022 06:22:29 +0000 (14:22 +0800)]
[NUI][SVACE] Fix svace(DF221214-00106) issue.

17 months ago[NUI] Add GetRenderThreadId() as hidden API
dongsug.song [Mon, 26 Dec 2022 12:26:23 +0000 (21:26 +0900)]
[NUI] Add GetRenderThreadId() as hidden API

17 months agoUpdate README.md
Kangho Hur [Mon, 26 Dec 2022 10:11:59 +0000 (19:11 +0900)]
Update README.md

18 months ago[NUI] fix testhub crash issue
dongsug.song [Fri, 23 Dec 2022 01:59:26 +0000 (10:59 +0900)]
[NUI] fix testhub crash issue

18 months ago[NUI] make BaseHandle.Reset() not work
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.

18 months ago[Camera] Fix bugs for ExtraPreview (#4858)
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

18 months ago[NUI] Support sub node's Animation
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>
18 months agoRevert "[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely"
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.

18 months ago[NUI] fix the defect that the focus of VitualRemote App is stuck very rarely
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

18 months ago[NUI] make Theme not be loaded in tv profile
dongsug.song [Tue, 13 Dec 2022 03:38:10 +0000 (12:38 +0900)]
[NUI] make Theme not be loaded in tv profile

18 months ago[NUI] Fix svace issue (DFDF221207-00724).
guowei.wang [Thu, 8 Dec 2022 13:56:37 +0000 (21:56 +0800)]
[NUI] Fix svace issue (DFDF221207-00724).

18 months ago[NUI] Fix WidthSpecification and HeightSpecification not to set Size2D
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>
18 months ago[NUI][API10] Animated view's size cache into NUI
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>
18 months ago[NUI] Not set style in PROFILE_TV
dongsug.song [Thu, 8 Dec 2022 14:11:18 +0000 (23:11 +0900)]
[NUI] Not set style in PROFILE_TV

18 months ago[NUI] fix for PROFILE_TV to be defined and be applied
dongsug.song [Thu, 8 Dec 2022 13:19:48 +0000 (22:19 +0900)]
[NUI] fix for PROFILE_TV to be defined and be applied

18 months ago[NUI] set default theme for TV profile
dongsug.song [Wed, 7 Dec 2022 23:51:00 +0000 (08:51 +0900)]
[NUI] set default theme for TV profile

18 months ago[NUI] FocusIndicator is not used in TV profile so it can be removed to reduce launchi...
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

18 months ago[Applications.Common] Fix race condition issue (#4803)
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>
18 months agoCall ToLower() and ToUpper() (#4800)
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>
18 months ago[Packagemanager] Use ToLowerInvariant instead of ToLower (#4795)
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>
18 months ago[NUI] fix to be able to set null to AnimatedVectorImageView.ResoureUrl property
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

19 months ago[NUI] Use smaller NearPlaneDistance and bigger FarPlaneDistance during CameraTransiti...
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>
19 months ago[NUI] Remove useless macros
dongsug.song [Tue, 22 Nov 2022 07:28:02 +0000 (16:28 +0900)]
[NUI] Remove useless macros

19 months ago[NUI] Add ScreenPositionSize (#4759)
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.

19 months ago[NUI] Add Desktop WindowType (#4746)
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/

19 months ago[NUI] Add CameraTransitionFinished in SceneView
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>
19 months ago[API10][NUI.Scene3D] Remove useless default property setter on Model (#4743)
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>
19 months ago[NUI][NUI.Components] Fix SVACE issue in CollectionView.
guowei.wang [Tue, 8 Nov 2022 07:33:49 +0000 (15:33 +0800)]
[NUI][NUI.Components] Fix SVACE issue in CollectionView.

19 months ago[NUI] remove unnecessary dispose code.
joogab.yun [Tue, 8 Nov 2022 08:43:18 +0000 (17:43 +0900)]
[NUI] remove unnecessary dispose code.

19 months ago[NUI] Changed from BaseHande to BindableObject, IDispose
joogab.yun [Tue, 8 Nov 2022 07:03:38 +0000 (16:03 +0900)]
[NUI] Changed from BaseHande to BindableObject, IDispose

19 months ago[NUI] Add back trace and debugging msg when SwigCPtr is null
dongsug.song [Mon, 7 Nov 2022 11:53:33 +0000 (20:53 +0900)]
[NUI] Add back trace and debugging msg when SwigCPtr is null

19 months ago[Applications.Common] Keep delegate objects (#4720)
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>
19 months ago[Network] Add lock to _callback_map (#4711)
chaeheehong [Thu, 3 Nov 2022 05:13:43 +0000 (14:13 +0900)]
[Network] Add lock to _callback_map (#4711)

19 months ago[NUI] Fix SVACE issue (#4712)
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>
19 months ago[NUI] Lets you know if the window is maximized.
joogab.yun [Thu, 3 Nov 2022 00:29:52 +0000 (09:29 +0900)]
[NUI] Lets you know if the window is maximized.

19 months ago[NUI] Version update 22146
dongsug.song [Wed, 2 Nov 2022 08:29:02 +0000 (17:29 +0900)]
[NUI] Version update 22146

19 months ago[NUI] Change WindowPosition from IntPair to Int32Pair (#4702)
Eunki Hong [Wed, 2 Nov 2022 08:16:42 +0000 (17:16 +0900)]
[NUI] Change WindowPosition from IntPair to Int32Pair (#4702)

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>
19 months ago[EXaml] Support Dictionary
Fang Xiaohui [Wed, 2 Nov 2022 03:31:30 +0000 (11:31 +0800)]
[EXaml] Support Dictionary

19 months ago[NUI] Fixed crash when destroy border window.
joogab.yun [Wed, 2 Nov 2022 06:39:07 +0000 (15:39 +0900)]
[NUI] Fixed crash when destroy border window.

19 months ago[NUI] add null type checking after as operation.
EverLEEst(SangHyeon Lee) [Mon, 31 Oct 2022 07:36:17 +0000 (16:36 +0900)]
[NUI] add null type checking after as operation.

19 months ago[NUI.Scene3D] Transition animation with FieldOfView
Eunki, Hong [Tue, 1 Nov 2022 17:21:57 +0000 (02:21 +0900)]
[NUI.Scene3D] Transition animation with FieldOfView

Add camera's FieldOfView animated by
Scene3D.SceneView's CameraTransition API.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Remove AnyContainerBase type
Eunki, Hong [Thu, 13 Oct 2022 03:11:29 +0000 (12:11 +0900)]
[NUI] Remove AnyContainerBase type

AnyContainerBase is private data. We don't need to access there
and also, we don't need to change it now.
Actually, nobody use it. So remove this API

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Fix some errors when we remove NUI_PROPERTY_CHANGE tag
Eunki, Hong [Wed, 26 Oct 2022 05:44:15 +0000 (14:44 +0900)]
[NUI] Fix some errors when we remove NUI_PROPERTY_CHANGE tag

1. Add nullcheck when NUI_VISUAL_PROPERTY_CHANGE_1 not defined.
2. Fix compile error when NUI_ANIMATION_PROPERTY_CHANGE_1 not defined.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Add CornerRadiusPolicy property for VisualMap
Eunki, Hong [Tue, 1 Nov 2022 06:49:49 +0000 (15:49 +0900)]
[NUI] Add CornerRadiusPolicy property for VisualMap

There was some missing implement for property for CornerRadiusPolicy.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Add native handle null check in Uint16Pair
dongsug.song [Tue, 1 Nov 2022 04:55:46 +0000 (13:55 +0900)]
[NUI] Add native handle null check in Uint16Pair

19 months ago[NUI] Add input source type to Gesture.
joogab.yun [Wed, 26 Oct 2022 01:57:10 +0000 (10:57 +0900)]
[NUI] Add input source type to Gesture.

This is similar to MouseButton in TouchEvent.
Now, you can see from which input the gesture was made.

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/283368/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/283369/

19 months ago[NUI] Add constructor with style instance
Jaehyun Cho [Fri, 28 Oct 2022 02:59:06 +0000 (11:59 +0900)]
[NUI] Add constructor with style instance

To customize and apply app's own style instance, constructor with style
instance should be added.

For now, ApplyStyle() modifies the given properties only based on the
default style unlike applying style in constructor.
e.g. Let default style contain properties A, B, C.
     Let custom style contain properties B, C.
     Then ApplyStyle(custom style) contain default style's A and custom
     style's B and C.

Consequently, to apply custom style without applying default style,
constructor with style instance is required.

19 months ago[NUI] Modify Menu to help customizing class
Jaehyun Cho [Thu, 27 Oct 2022 10:41:34 +0000 (19:41 +0900)]
[NUI] Modify Menu to help customizing class

To help application to customize Menu, Menu's size calculation should be
modified not to set its size to its Content's size.