platform/core/csapi/tizenfx.git
18 months agoRelease 10.0.0.17541 accepted/tizen/7.0/unified/20221103.165518 accepted/tizen/7.0/unified/20221110.063411 submit/tizen_7.0/20221102.091112
TizenAPI-Bot [Wed, 2 Nov 2022 09:11:12 +0000 (09:11 +0000)]
Release 10.0.0.17541

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Wed, 2 Nov 2022 09:11:11 +0000 (09:11 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

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

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

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

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

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

18 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/

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

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

18 months ago[NUI] Correct code format
Fang Xiaohui [Mon, 31 Oct 2022 01:40:39 +0000 (09:40 +0800)]
[NUI] Correct code format

18 months ago[NUI] Correct code format
Fang Xiaohui [Wed, 26 Oct 2022 06:18:23 +0000 (14:18 +0800)]
[NUI] Correct code format

18 months ago[NUI] 1. Move the Transparency setting to OnMaximize().
joogab.yun [Wed, 26 Oct 2022 05:23:08 +0000 (14:23 +0900)]
[NUI] 1. Move the Transparency setting to OnMaximize().

2. Fixed the wrong condition when resizing.

3. backgroundImage and backgroundColor are exclusive.
So if the user has set the backgroundImage then the backgroundColor should not be reset.

4. BorderLineThickness can be changed dynamically.

18 months ago[NUI] Fix crash on ScrollableBase.Dispose()
Jaehyun Cho [Thu, 27 Oct 2022 02:28:39 +0000 (11:28 +0900)]
[NUI] Fix crash on ScrollableBase.Dispose()

In ScrollableBase.Dispose(), propertyNotification is disposed as well.
To dispose propertyNotification, RemovePropertyNotifications was called
inappropriately and it caused crash.

To resolve the above, RemovePropertyNotification is called by
ContentContainer with propertyNotification like AddPropertyNotification
is called by ContentContainer with propertyNotification.

18 months ago[NUI] Modify TabView and TabBar to help customizing classes
Jaehyun Cho [Tue, 25 Oct 2022 09:58:22 +0000 (18:58 +0900)]
[NUI] Modify TabView and TabBar to help customizing classes

To help application to customize TabView and TabBar, some methods and
properties have been modified.

18 months ago[NUI] Fix issue item is not unrealized after insertion.
EverLEEst(SangHyeon Lee) [Tue, 25 Oct 2022 07:09:35 +0000 (16:09 +0900)]
[NUI] Fix issue item is not unrealized after insertion.

18 months ago[NUI] Apply dotnet-nui type
Daekwang Ryu [Fri, 30 Sep 2022 01:22:52 +0000 (10:22 +0900)]
[NUI] Apply dotnet-nui type

NUI apps have to set dotnet-nui app type in tizen-manifest.xml.
Then the apps are preloaded from dotnet-loader.
It improves the launching performance.

18 months ago[NUI] Fix the propertyNotification to be disposed in ScrollableBase
dongsug.song [Mon, 17 Oct 2022 07:51:48 +0000 (16:51 +0900)]
[NUI] Fix the propertyNotification to be disposed in ScrollableBase

18 months ago[NUI] Fix Linear Layouter crash and update issue
EverLEEst(SangHyeon Lee) [Fri, 14 Oct 2022 09:30:44 +0000 (18:30 +0900)]
[NUI] Fix Linear Layouter crash and update issue

1. Linear Layouter get crashed when group has no children.
2. Linear, Grid Layouter update is not working well because delayed
update timer is not started.
3. remmove spaces.

18 months agoRelease 10.0.0.17519 submit/tizen_7.0/20221031.150847
TizenAPI-Bot [Mon, 31 Oct 2022 15:08:47 +0000 (15:08 +0000)]
Release 10.0.0.17519

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Mon, 31 Oct 2022 15:08:47 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[Applications.Common] Increment the reference counter on SafeHandle instances (#4693)
hjhun [Mon, 31 Oct 2022 02:13:48 +0000 (11:13 +0900)]
[Applications.Common] Increment the reference counter on SafeHandle instances (#4693)

* Increment the reference counter on SafeHandle instances.

To prevent the common language runtime from reclaiming memory used by
a handle, this patch adds calling DangerousAddRef() before calling
DangerousGetHandle().

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Modify implementation of using SafeHandle

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove unnecesary blank line

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
18 months agoRelease 10.0.0.17518 submit/tizen_7.0/20221027.150823
TizenAPI-Bot [Thu, 27 Oct 2022 15:08:23 +0000 (15:08 +0000)]
Release 10.0.0.17518

18 months agoMerge remote-tracking branch 'origin/API10' into tizen_7.0
TizenAPI-Bot [Thu, 27 Oct 2022 15:08:23 +0000 (15:08 +0000)]
Merge remote-tracking branch 'origin/API10' into tizen_7.0

18 months ago[NUI] Fix relative layout issue on DefaultLinearItem
EverLEEst(SangHyeon Lee) [Wed, 26 Oct 2022 11:53:17 +0000 (20:53 +0900)]
[NUI] Fix relative layout issue on DefaultLinearItem

18 months ago[Applications.ThemeManager] Fix return type of theme loader add event callback for...
ilho159kim [Tue, 25 Oct 2022 06:42:24 +0000 (15:42 +0900)]
[Applications.ThemeManager] Fix return type of theme loader add event callback for internal. (#4636)

* Fix return type of ThemeLoaderChangedCallback

Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
* Fix internal callback function's return type

Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Co-authored-by: Ilho Kim <ilho159.kim@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
18 months ago[Applications.WidgetControl] change return type of get instance list callback for...
sukhyungkang [Mon, 24 Oct 2022 23:11:54 +0000 (08:11 +0900)]
[Applications.WidgetControl] change return type of get instance list callback for internal. (#4648)

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
18 months ago[NUI][API10] Reduce PropertyValue creation during Animation
Eunki, Hong [Thu, 20 Oct 2022 12:30:37 +0000 (21:30 +0900)]
[NUI][API10] Reduce PropertyValue creation during Animation

There was some PropertyValue creation during data conversion.
Let we reduce new PropertyValue class creation so GC feel happy

This patch is copy of https://github.com/Samsung/TizenFX/pull/4674

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
18 months ago[NUI][API10] Change property get/set not to use PropertyValue (patch set5)
Eunki, Hong [Thu, 20 Oct 2022 10:21:46 +0000 (19:21 +0900)]
[NUI][API10] Change property get/set not to use PropertyValue (patch set5)

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
18 months agoModify Post() method of CoreApplication and CoreTask (#4671)
hjhun [Tue, 18 Oct 2022 04:14:52 +0000 (13:14 +0900)]
Modify Post() method of CoreApplication and CoreTask (#4671)

The static keyword is added to the methods.
The runner of the CoreApplication.Post() method will be delivered to
the UI thread if the application uses the UI thread App Model.
The runner of the CoreTask.Post() method will be delivered to the main thread.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
18 months ago[NUI] Remove debugging code
dongsug.song [Tue, 18 Oct 2022 01:12:03 +0000 (10:12 +0900)]
[NUI] Remove debugging code

18 months ago[NUI] Add null checking in internalSet/GetPropertyXXX()
dongsug.song [Mon, 17 Oct 2022 04:20:31 +0000 (13:20 +0900)]
[NUI] Add null checking in internalSet/GetPropertyXXX()

18 months ago[NUI] Add null checking in InternalSet/GetPropertyXXX(), Change to use internalName
dongsug.song [Fri, 14 Oct 2022 05:33:53 +0000 (14:33 +0900)]
[NUI] Add null checking in InternalSet/GetPropertyXXX(), Change to use internalName

18 months ago[NUI] Change property get/set not to use PropertyValue (patch set4)
dongsug.song [Thu, 13 Oct 2022 07:39:27 +0000 (16:39 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set4)

19 months agoRelease 10.0.0.17508 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/hotfix/20221116.105256 accepted/tizen/unified/20221014.014811 submit/tizen/20221013.111351 tizen_7.0_m2_release
TizenAPI-Bot [Thu, 13 Oct 2022 11:13:51 +0000 (11:13 +0000)]
Release 10.0.0.17508

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 13 Oct 2022 11:13:51 +0000 (11:13 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Picker: Protect delegate from GC
WoochanLee [Thu, 13 Oct 2022 10:47:24 +0000 (19:47 +0900)]
[NUI] Picker: Protect delegate from GC

19 months agoRelease 10.0.0.17507 submit/tizen/20221013.083244
TizenAPI-Bot [Thu, 13 Oct 2022 08:32:44 +0000 (08:32 +0000)]
Release 10.0.0.17507

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 13 Oct 2022 08:32:44 +0000 (08:32 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Picker: Fix scroll area height calc logic and Expand default scroll area
WoochanLee [Thu, 13 Oct 2022 07:48:51 +0000 (16:48 +0900)]
[NUI] Picker: Fix scroll area height calc logic and Expand default scroll area

19 months ago[NUI] Include json files
Taehyub Kim [Wed, 12 Oct 2022 08:48:33 +0000 (17:48 +0900)]
[NUI] Include json files

19 months ago[NUI] If the view had focus when it was unparented, the focus is cleared. (#4654)
JoogabYun [Thu, 13 Oct 2022 05:18:22 +0000 (14:18 +0900)]
[NUI] If the view had focus when it was unparented, the focus is cleared. (#4654)

When the view is unparented, the focus is not cleared.
So, when app re-add the view and SetCurrentFocusView, app do not receiving the FocusGained event.

19 months agoRelease 10.0.0.17504 submit/tizen/20221012.151043
TizenAPI-Bot [Wed, 12 Oct 2022 15:10:43 +0000 (15:10 +0000)]
Release 10.0.0.17504

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 12 Oct 2022 15:10:43 +0000 (15:10 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[Coverage] Fix bug (#4646)
Haesu Gwon [Wed, 12 Oct 2022 10:06:11 +0000 (19:06 +0900)]
[Coverage] Fix bug (#4646)

19 months agoRelease 10.0.0.17503 submit/tizen/20221012.094838
TizenAPI-Bot [Wed, 12 Oct 2022 09:48:38 +0000 (09:48 +0000)]
Release 10.0.0.17503

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Wed, 12 Oct 2022 09:48:38 +0000 (09:48 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Fix picker, scroller animation gives abnormal position value
WoochanLee [Wed, 12 Oct 2022 08:46:02 +0000 (17:46 +0900)]
[NUI] Fix picker, scroller animation gives abnormal position value

19 months ago[NUI] Palette use ConcurrentDictionary for thread-safe
WoochanLee [Sat, 8 Oct 2022 08:16:33 +0000 (17:16 +0900)]
[NUI] Palette use ConcurrentDictionary for thread-safe

19 months ago[NUI] Minor refactoring CollectionView and RecyclerView
EverLEEst(SangHyeon Lee) [Tue, 11 Oct 2022 09:42:44 +0000 (18:42 +0900)]
[NUI] Minor refactoring CollectionView and RecyclerView
i

19 months ago[NUI] Fix Svace issues of dereferenced nullable variables
Jaehyun Cho [Thu, 6 Oct 2022 12:36:23 +0000 (21:36 +0900)]
[NUI] Fix Svace issues of dereferenced nullable variables

Svace issues of dereferenced nullable variables have been fixed.

19 months ago[Applications.Badge] change return type of foreach callback for internal (#4641)
sukhyungkang [Wed, 12 Oct 2022 02:25:48 +0000 (11:25 +0900)]
[Applications.Badge] change return type of foreach callback for internal (#4641)

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
19 months agoRelease 10.0.0.17498 accepted/tizen/unified/20221012.014928 submit/tizen/20221011.100027
TizenAPI-Bot [Tue, 11 Oct 2022 10:00:27 +0000 (10:00 +0000)]
Release 10.0.0.17498

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 11 Oct 2022 10:00:27 +0000 (10:00 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Fix type casting bug (#4644)
dongsug-song [Tue, 11 Oct 2022 09:56:54 +0000 (18:56 +0900)]
[NUI] Fix type casting bug (#4644)

19 months ago[Tizen.MapView] Deprecate Tizen.MapView and other view related APIs (#4593)
priyakohl [Tue, 11 Oct 2022 09:38:36 +0000 (15:08 +0530)]
[Tizen.MapView] Deprecate Tizen.MapView and other view related APIs (#4593)

* [Tizen.MapView] Deprecate Tizen.MpaView and other view related APIs

Signed-off-by: priya kohli <priya.kohli@samsung.com>
* [Tizen.MapView] updated comment

Signed-off-by: priya kohli <priya.kohli@samsung.com>
* Added Obsolete attribute to class declaration

Signed-off-by: priya kohli <priya.kohli@samsung.com>
Signed-off-by: priya kohli <priya.kohli@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
19 months ago[Coverage] Support --exclude-sources option (#4634)
Haesu Gwon [Tue, 11 Oct 2022 09:37:41 +0000 (18:37 +0900)]
[Coverage] Support --exclude-sources option (#4634)

* [Coverage] Support --exclude-sources option

* [Coverage] update script

19 months agoRelease 10.0.0.17495 submit/tizen/20221011.070126
TizenAPI-Bot [Tue, 11 Oct 2022 07:01:26 +0000 (07:01 +0000)]
Release 10.0.0.17495

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 11 Oct 2022 07:01:26 +0000 (07:01 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[WebRTC] Disable MediaPacket native handle destroy (#4642)
Haesu Gwon [Tue, 11 Oct 2022 06:54:42 +0000 (15:54 +0900)]
[WebRTC] Disable MediaPacket native handle destroy (#4642)

* [WebRTC] Disable MediaPacket native handle destroy

19 months agoRelease 10.0.0.17494 submit/tizen/20221009.113122
TizenAPI-Bot [Sun, 9 Oct 2022 11:31:22 +0000 (11:31 +0000)]
Release 10.0.0.17494

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Sun, 9 Oct 2022 11:31:22 +0000 (11:31 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Change property get/set not to use PropertyValue (patch set3)
dongsug.song [Sun, 9 Oct 2022 11:12:10 +0000 (20:12 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set3)

19 months agoRelease 10.0.0.17493 submit/tizen/20221007.151132
TizenAPI-Bot [Fri, 7 Oct 2022 15:11:32 +0000 (15:11 +0000)]
Release 10.0.0.17493

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Fri, 7 Oct 2022 15:11:32 +0000 (15:11 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months agochange return type of get widget list callback (#4633)
sukhyungkang [Fri, 7 Oct 2022 05:49:05 +0000 (14:49 +0900)]
change return type of get widget list callback (#4633)

Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
19 months agoRelease 10.0.0.17492 accepted/tizen/unified/20221006.151852 submit/tizen/20221006.044722
TizenAPI-Bot [Thu, 6 Oct 2022 04:47:22 +0000 (04:47 +0000)]
Release 10.0.0.17492

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Thu, 6 Oct 2022 04:47:22 +0000 (04:47 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI][TCSACR-503] Camera class and CameraType enum, which are not used, are deprecated
dongsug.song [Wed, 31 Aug 2022 08:47:55 +0000 (17:47 +0900)]
[NUI][TCSACR-503] Camera class and CameraType enum, which are not used, are deprecated

19 months ago[NUI][NUI.Devel] Update line coverage TCs of NUI.Devel.
guowei.wang [Fri, 23 Sep 2022 04:02:51 +0000 (12:02 +0800)]
[NUI][NUI.Devel] Update line coverage TCs of NUI.Devel.

19 months ago[NUI] Change Window's events to follow View's event pattern
dongsug.song [Thu, 6 Oct 2022 00:39:25 +0000 (09:39 +0900)]
[NUI] Change Window's events to follow View's event pattern

19 months ago[NUI] Apply Tizen 7.0 UX on Slider ValueIndicator (#4624)
Seoyeon2Kim [Thu, 6 Oct 2022 02:20:54 +0000 (11:20 +0900)]
[NUI] Apply Tizen 7.0 UX on Slider ValueIndicator (#4624)

- The latest Slider UX for ValueIndicator has been applied. (Based on API10)
 1) `ValueIndicatorImage` has become a child of Thumb.
 2) The style of `ValueIndicatorText` is added to the default theme.
 3) Updated the position and size for value indicator.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
19 months ago[NUI] Fix Apps crash issue when terminated
dongsug.song [Wed, 5 Oct 2022 13:21:31 +0000 (22:21 +0900)]
[NUI] Fix Apps crash issue when terminated

19 months agoDeprecating Attach Panel APIs (#4591)
tarunkumarmahay1999 [Wed, 5 Oct 2022 23:37:55 +0000 (05:07 +0530)]
Deprecating Attach Panel APIs (#4591)

* Deprecating Attach Panel APIs

Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
* Deprecating Attach Panel APIs.

Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
* Deprecating Attach Panel APIs.

Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
19 months ago[Applications.Common] Add a new internal API (#4625)
hjhun [Wed, 5 Oct 2022 23:17:56 +0000 (08:17 +0900)]
[Applications.Common] Add a new internal API (#4625)

To send the termination request without restarting, the method is added.

Adds:
 - ApplicationRunningContext.TerminateWithoutRestarting()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
19 months ago[Applications.Service] Add a new internal API (#4626)
hjhun [Wed, 5 Oct 2022 23:10:45 +0000 (08:10 +0900)]
[Applications.Service] Add a new internal API (#4626)

To exit the main loop without restarting, the method is added.

Adds:
 - ServiceApplication.ExitWithoutRestarting()

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
19 months ago[MediaContent] Check null or empty string for file path (#4623)
Haesu Gwon [Wed, 5 Oct 2022 07:04:38 +0000 (16:04 +0900)]
[MediaContent] Check null or empty string for file path (#4623)

19 months ago[Build] Remove simple warnings (#4622)
WonYoung Choi [Wed, 5 Oct 2022 01:52:09 +0000 (10:52 +0900)]
[Build] Remove simple warnings (#4622)

19 months agoRelease 10.0.0.17482 accepted/tizen/unified/20221005.144455 submit/tizen/20221004.113029
TizenAPI-Bot [Tue, 4 Oct 2022 11:30:29 +0000 (11:30 +0000)]
Release 10.0.0.17482

19 months agoMerge remote-tracking branch 'origin/master' into tizen
TizenAPI-Bot [Tue, 4 Oct 2022 11:30:29 +0000 (11:30 +0000)]
Merge remote-tracking branch 'origin/master' into tizen

19 months ago[NUI] Fix Rotation Property set/get usage
Eunki, Hong [Tue, 4 Oct 2022 11:06:21 +0000 (20:06 +0900)]
[NUI] Fix Rotation Property set/get usage

Rotation don't use Vector3. It use Quaternion internally.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Version Update 22142
Eunki, Hong [Tue, 4 Oct 2022 09:46:34 +0000 (18:46 +0900)]
[NUI] Version Update 22142

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI.Scene3D] Add ProjectionDirection in Camera
Eunki, Hong [Fri, 30 Sep 2022 10:46:51 +0000 (19:46 +0900)]
[NUI.Scene3D] Add ProjectionDirection in Camera

Add new property to control major direction of camera FieldOfView.
It will effort to FieldOfView and OrthographicSize.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Change property get/set not to use PropertyValue (patch set2)
dongsug.song [Tue, 4 Oct 2022 06:40:07 +0000 (15:40 +0900)]
[NUI] Change property get/set not to use PropertyValue (patch set2)

19 months ago[NUI.Scene3D] Add private property ChildrenSensitive
Eunki, Hong [Thu, 8 Sep 2022 13:14:00 +0000 (22:14 +0900)]
[NUI.Scene3D] Add private property ChildrenSensitive

NUI.Scene3D.Model don't have any method to access
it's children nodes. So, it will be always false now.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
19 months ago[NUI] Supports new native window position data type.
Wonsik Jung [Tue, 4 Oct 2022 01:18:14 +0000 (10:18 +0900)]
[NUI] Supports new native window position data type.

Previous native window data type can not support negative window coordinates.
New native window position data type support that.

19 months ago[NUI] ACR Tizen.NUI.Scene3D.Camera/SceneView
seungho [Wed, 21 Sep 2022 07:40:10 +0000 (16:40 +0900)]
[NUI] ACR Tizen.NUI.Scene3D.Camera/SceneView

Signed-off-by: seungho <sbsh.baek@samsung.com>
19 months ago[NUI] Add DispatchGestureEvents and DispatchParentGestureEvents (#4609)
JoogabYun [Fri, 30 Sep 2022 05:41:49 +0000 (14:41 +0900)]
[NUI] Add DispatchGestureEvents and DispatchParentGestureEvents (#4609)

This determines whether gesture events are emitted or not.

If DispatchGestureEvents is set to false, then itself and parents will not receive all gesture event signals.
If DispatchParentGestureEvents is set to false, then parents will not receive all gesture event signals.

19 months ago[NUI] Remove unused code
Fang Xiaohui [Tue, 27 Sep 2022 01:48:14 +0000 (09:48 +0800)]
[NUI] Remove unused code

19 months ago[NUI] Remove useless PostProcess callback (#4607)
Eunki Hong [Wed, 28 Sep 2022 05:16:15 +0000 (14:16 +0900)]
[NUI] Remove useless PostProcess callback (#4607)

Instead of register PostProcess,
We'd better invoke ProcessorOnceEvent one more time
after LayoutProcessorEvent finished.

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[MachineLearning.Train] Remove dot at the end of enum value description (#4514)
Hyunil Park [Tue, 4 Oct 2022 10:05:22 +0000 (19:05 +0900)]
[MachineLearning.Train] Remove dot at the end of enum value description (#4514)

- Remove dot at the end of enum value description

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
Signed-off-by: hyunil park <hyunil46.park@samsung.com>
19 months ago[Tizen.Applications] Deprecate some application API (#4547)
kilig [Tue, 4 Oct 2022 10:04:19 +0000 (19:04 +0900)]
[Tizen.Applications] Deprecate some application API (#4547)

- Deprecate Tizen.Applications.ComponentBased.Default
- Deprecate Tizen.Applications.RemoteView
- Deprecate Tizen.Applications.WatchApplication
- Deprecate Tizen.Applications.WidgetApplication

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
19 months ago[Build] Add RID for 7.0.0 (#4611)
Jay Cho [Tue, 4 Oct 2022 09:47:03 +0000 (18:47 +0900)]
[Build] Add RID for 7.0.0 (#4611)

Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
19 months ago[Stc] Fix datatype conversion issue (#4612)
a-nijhara [Tue, 4 Oct 2022 05:28:31 +0000 (10:58 +0530)]
[Stc] Fix datatype conversion issue (#4612)

Co-authored-by: Seonah Moon <seonah1.moon@samsung.com>
Co-authored-by: Dohyun Pyun <dh79.pyun@samsung.com>
19 months ago[WiFi] Add missing lock (#4616)
chleun-moon [Tue, 4 Oct 2022 05:01:43 +0000 (14:01 +0900)]
[WiFi] Add missing lock (#4616)