admin [Thu, 23 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Release 6.0.0.15069
admin [Thu, 23 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
dongsug-song [Wed, 22 Jan 2020 23:45:22 +0000 (08:45 +0900)]
[NUI] Add dispose checking in just a few methods of Timer class (#1338)
admin [Tue, 21 Jan 2020 08:07:15 +0000 (08:07 +0000)]
Release 6.0.0.15068
admin [Tue, 21 Jan 2020 08:07:15 +0000 (08:07 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
huiyueun [Tue, 21 Jan 2020 07:33:16 +0000 (16:33 +0900)]
[NUI] Add dispose checking in key state (#1337)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Tue, 21 Jan 2020 06:13:16 +0000 (06:13 +0000)]
Release 6.0.0.15067
admin [Tue, 21 Jan 2020 06:13:16 +0000 (06:13 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Jiyun Yang [Tue, 21 Jan 2020 03:49:47 +0000 (12:49 +0900)]
[NUI] Support Shadow Size Extents (#1334)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
neostom432 [Tue, 21 Jan 2020 03:09:36 +0000 (12:09 +0900)]
[NUI] Fix reparenting of Child bug (#1314) (#1332)
If a child is added to a different layout the transition finished
animation can cause it to be removed from the new parent.
Cause : The removal animation is added to the stack, the add animation is added to
the stack. Animations are run. When animations finish the itemRemovalQueue is run, this
removes the child as the removal code added it to the itemRemovalQueue.
Fix : In the case of replacement, set a flag on the child so the removal code can excluded it
from the itemRemovalQueue.
Change-Id: Ib7da9e446c990258c8415e584bbb624dae4d6fa5
Co-authored-by: agnelovaz <agnelo.vaz@samsung.com>
neostom432 [Tue, 21 Jan 2020 02:19:32 +0000 (11:19 +0900)]
[NUI] Add/change scroll event (#1329)
* [NUI] Add/change scroll event
ScrollStartDragEvent - Emitted when panning is start
ScrollEndDragEvent - Emitted when panning is end
ScrollAnimationStartEvent - Emitted when scroll animation is start
ScrollAnimationEndEvent - Emitted when scroll animation is end
* [NUI] change name of scroll event and its comment
Co-authored-by: krown <neostom432@nate.com>
admin [Mon, 20 Jan 2020 15:52:04 +0000 (15:52 +0000)]
Release 6.0.0.15064
admin [Mon, 20 Jan 2020 15:52:04 +0000 (15:52 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Xianbing Teng [Mon, 20 Jan 2020 11:11:04 +0000 (19:11 +0800)]
[NUI.Components] Fix svace issues (#1310)
neostom432 [Mon, 20 Jan 2020 07:14:57 +0000 (16:14 +0900)]
[NUI] Fixed GridLayout scrolling issue (#1322)
When using GridLayout view with ScrollableBase, it cannot be scrolled.
It cauesd by wrong height measurement and it only happend when setting
WrapContent to layout view.
Save measurement result when using WrapContent.
Co-authored-by: krown <neostom432@nate.com>
huiyueun [Mon, 20 Jan 2020 02:25:11 +0000 (11:25 +0900)]
[NUI] Fix FittingMode bug (#1320)
* [NUI] Remove ValueCheck function
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix FittingMode bug
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
admin [Fri, 17 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Release 6.0.0.15061
admin [Fri, 17 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Jiyun Yang [Fri, 17 Jan 2020 06:03:58 +0000 (15:03 +0900)]
[NUI] Control handle state `Pressed` (#1316)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
admin [Wed, 15 Jan 2020 15:54:25 +0000 (15:54 +0000)]
Release 6.0.0.15060
admin [Wed, 15 Jan 2020 15:54:25 +0000 (15:54 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Wed, 15 Jan 2020 06:17:54 +0000 (15:17 +0900)]
[NUI] Remove default LayoutTransition (#1304)
Remove default LayoutTransition.
Co-authored-by: krown <neostom432@nate.com>
Jiyun Yang [Wed, 15 Jan 2020 06:08:50 +0000 (15:08 +0900)]
[NUI] Clean shadow related properties from Control and sample (#1307)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Xianbing Teng [Wed, 15 Jan 2020 05:58:41 +0000 (13:58 +0800)]
[NUI.Components] Remove InputField (#1284)
admin [Mon, 13 Jan 2020 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15057
admin [Mon, 13 Jan 2020 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Mon, 13 Jan 2020 08:19:19 +0000 (17:19 +0900)]
[NUI] Add ScrollEnabled property to ScrollableBase (#1298)
* [NUI] Add ScrollEnabled property to ScrollableBase
User can disable / enable scrolling using this property.
* [NUI] Add CurrentPage property to ScrollableBase
Can get current page of ScrollableBase when using SnapToPage mode.
Co-authored-by: krown <neostom432@nate.com>
admin [Fri, 10 Jan 2020 15:51:56 +0000 (15:51 +0000)]
Release 6.0.0.15056
admin [Fri, 10 Jan 2020 15:51:56 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Fri, 10 Jan 2020 05:03:48 +0000 (14:03 +0900)]
[NUI] Initialize pan direction of ScrollableBase to Vertical (#1291)
Initialize pan direction to Vertical in constructor of ScrollableBase.
Co-authored-by: krown <neostom432@nate.com>
dongsug-song [Fri, 10 Jan 2020 04:25:16 +0000 (13:25 +0900)]
[NUI] Fix SetMinMaxFrameByMarker()'s not working issue in AnimatedVectorImageView (#1296)
admin [Thu, 9 Jan 2020 15:51:47 +0000 (15:51 +0000)]
Release 6.0.0.15054
admin [Thu, 9 Jan 2020 15:51:47 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Xianbing Teng [Thu, 9 Jan 2020 09:43:54 +0000 (17:43 +0800)]
[NUI] Fix extents issue and unified style format (#1286)
* [NUI] Fix extents issue and unified style format
* [NUI] Add null value check
* [NUI] Fix null value check issue
zhouleonlei [Thu, 9 Jan 2020 06:47:55 +0000 (14:47 +0800)]
[NUI] Implement switch's Old background API (#1288)
admin [Wed, 8 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Release 6.0.0.15052
admin [Wed, 8 Jan 2020 15:51:49 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
zhouleonlei [Wed, 8 Jan 2020 12:09:40 +0000 (20:09 +0800)]
[NUI] Fix background blank issue of Switch (#1280)
admin [Tue, 7 Jan 2020 15:51:53 +0000 (15:51 +0000)]
Release 6.0.0.15051
admin [Tue, 7 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Jay Cho [Tue, 7 Jan 2020 07:36:49 +0000 (16:36 +0900)]
[ElmSharp] Add more preloading components (#1255)
* Add preloading components on PreloadedWindow
* Add unrealize process after wiget creations
* Put Adding event in local function
* Update method name for preload widgets
admin [Mon, 6 Jan 2020 10:05:30 +0000 (10:05 +0000)]
Release 6.0.0.15050
admin [Mon, 6 Jan 2020 10:05:29 +0000 (10:05 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Jiyun Yang [Mon, 6 Jan 2020 09:23:36 +0000 (18:23 +0900)]
[NUI] Add Shadow properties to ViewStyle (#1278)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
zhouleonlei [Mon, 6 Jan 2020 04:23:06 +0000 (12:23 +0800)]
[NUI] Fixed the type conversion issue which cause TCT failed (#1274)
admin [Fri, 3 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Release 6.0.0.15048
admin [Fri, 3 Jan 2020 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Jiyun Yang [Fri, 3 Jan 2020 08:53:48 +0000 (17:53 +0900)]
[NUI] Update Shadow property : add Clone method (#1272)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Fri, 3 Jan 2020 08:05:32 +0000 (17:05 +0900)]
[NUI] Enable BackgroundImageBorder in View (#1269)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Fri, 3 Jan 2020 04:58:26 +0000 (13:58 +0900)]
[NUI] Fix the issue that the property binding in View are not working properly. (#1259) (#1265)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
zhouleonlei [Fri, 3 Jan 2020 04:50:32 +0000 (12:50 +0800)]
[NUI] Implement the old API of Popup.SetButtonText for Manual.Tests failed (#1264)
admin [Fri, 27 Dec 2019 15:51:50 +0000 (15:51 +0000)]
Release 6.0.0.15044
admin [Fri, 27 Dec 2019 15:51:50 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Wonsik Jung [Fri, 27 Dec 2019 10:00:36 +0000 (19:00 +0900)]
[NUI] Add to get current window orientation. (#1250)
Add the API to get current window orientation.
It is to return the logical orientation
Xianbing Teng [Fri, 27 Dec 2019 08:09:59 +0000 (16:09 +0800)]
[NUI.Components] Fix Background Image not works issue (#1246) (#1247)
admin [Thu, 26 Dec 2019 07:44:43 +0000 (07:44 +0000)]
Release 6.0.0.15042
admin [Thu, 26 Dec 2019 07:44:42 +0000 (07:44 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
dongsug-song [Thu, 26 Dec 2019 07:36:13 +0000 (16:36 +0900)]
[NUI] Add SetMinMaxFrameByMarker() in LottieAnimationView (#1245)
Xianbing Teng [Thu, 26 Dec 2019 07:09:05 +0000 (15:09 +0800)]
[NUI.Components] Fix BackgroundImage doesn't works issue (#1240) (#1242)
admin [Tue, 24 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15040
admin [Tue, 24 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Xianbing Teng [Tue, 24 Dec 2019 08:32:05 +0000 (16:32 +0800)]
[NUI.Components] Fix build warnings (#1233) (#1237)
Jiyun Yang [Tue, 24 Dec 2019 08:12:15 +0000 (17:12 +0900)]
[NUI] Implement shadow in View (#1235)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
hsgwon [Tue, 24 Dec 2019 06:40:18 +0000 (15:40 +0900)]
[Camera] Fix null reference bug (#1234)
admin [Mon, 23 Dec 2019 15:51:45 +0000 (15:51 +0000)]
Release 6.0.0.15037
admin [Mon, 23 Dec 2019 15:51:45 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Mon, 23 Dec 2019 10:16:10 +0000 (19:16 +0900)]
[NUI] Fix Dropdown runtime error (#1230)
Reviewed and Verified with Sample
dongsug-song [Mon, 23 Dec 2019 07:06:42 +0000 (16:06 +0900)]
[NUI] Add AnimatedImageView for AGIF and Image-Array as HiddenAPI (#1227) (#1229)
admin [Fri, 20 Dec 2019 15:51:49 +0000 (15:51 +0000)]
Release 6.0.0.15035
admin [Fri, 20 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
dongsug-song [Fri, 20 Dec 2019 11:37:53 +0000 (20:37 +0900)]
[NUI] NUI samples (#1225) (#1226)
* [NUI] Initial upload the samples of NUI and NUI.Components (#1207)
* [NUI] Merge NUI.Samples to TizenFX (#1222)
* [NUI] Revise NUI samples (#1224)
Co-authored-by: zhouleonlei <56956725+zhouleonlei@users.noreply.github.com>
Co-authored-by: zhouleonlei <56956725+zhouleonlei@users.noreply.github.com>
admin [Thu, 19 Dec 2019 15:51:52 +0000 (15:51 +0000)]
Release 6.0.0.15034
admin [Thu, 19 Dec 2019 15:51:52 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
agnelovaz [Thu, 19 Dec 2019 12:40:33 +0000 (12:40 +0000)]
[NUI] Layout scroller pages api6 (#1185)
* [NUI.Components] LayoutScroller flick added
Flick support
Configurable Flick animation
Ensuring uniform duration of flick animation by removing flick multipler
Change-Id: Ib654a38cb2070c29520069a75b5782d458ab4da6
* [NUI.Components] Horizontal Scroll supported
* [NUI.Components] LayoutScroller with horizontal Pages support
Other features added:
FlickDurationModifier renamed to FlickAnimationSpeed
Defaults changed so faster.
Uses View API for Add/Remove child instead of the new dedicated API.
ScrollStart and ScrollEnd signals added
Vertical and Horizontal axis enums to set Horizontal or Vertical scrolling
Fixes:
Tap gesture doesn't stop pages scrolling mid way.
Flick in Pages should not stack pages changes. Must wait until scroll ended to flick again.
Change-Id: I8dcabff1e956b747987865ceb4272ccb2ce55061
* [NUI.Components] LayoutScroller renamed to Scrollable
Change-Id: I42805c3b240997d1921db4b3c1008b120d264cbb
* [NUI.Components] Scrollable derives from NUI.Components.Control
Change-Id: Iec6f083fe4601ceff40f74bbe1ae8de4d8da6917
* [NUI.Components] Scrollable Pages MatchParent fix
Fixed bug in which the Scrollable would be the size of it's content
even when set to MatchParent
Change-Id: I2be91b1a6f975b4e8aa2a132dc63009a21ef4b62
* [NUI] Rename component
Rename component Scrollable -> Scroll
* [NUI.Components] rename Scroll to ScrollableBase
* [NUI.Components] change PanGesture direction when scrolling direction is changed
When scrolling direction is changed, pan gesture direction should be changed.
This change makes ScrollableBase support nested list cases.
admin [Thu, 19 Dec 2019 09:40:48 +0000 (09:40 +0000)]
Release 6.0.0.15033
admin [Thu, 19 Dec 2019 09:40:48 +0000 (09:40 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Wonsik Jung [Thu, 19 Dec 2019 09:18:50 +0000 (18:18 +0900)]
[NUI] Add NoOrientationPreference (#1221)
Add NoOrientationPreference to WindowOrientation enum.
It is used to unset the preferred orientation with SetPreferredOrientation.
Xianbing Teng [Thu, 19 Dec 2019 09:15:47 +0000 (17:15 +0800)]
[NUI] Fix textfield color issue (#1212)
admin [Wed, 18 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15031
admin [Wed, 18 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
zhouleonlei [Wed, 18 Dec 2019 10:13:33 +0000 (18:13 +0800)]
[NUI] Merge mater#1206 to API6 (#1208)
admin [Wed, 18 Dec 2019 09:45:26 +0000 (09:45 +0000)]
Release 6.0.0.15030
admin [Wed, 18 Dec 2019 09:45:26 +0000 (09:45 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Xianbing Teng [Wed, 18 Dec 2019 06:33:29 +0000 (14:33 +0800)]
Fix components issue 1216 (#1194) (#1201)
* [NUI] Fix text field fontfamily selector and color convert issue
* [NUI.Components] Fix tab item issue
* [NUI] Rename attribute file name to style
* [NUI.Components] Make OnUpdate of Button as hidden
zhouleonlei [Wed, 18 Dec 2019 06:16:33 +0000 (14:16 +0800)]
[NUI]Merge master#1199 to API6 (#1202)
Xianbing Teng [Wed, 18 Dec 2019 05:36:38 +0000 (13:36 +0800)]
[NUI.Components]Sync master to api6 1218 (#1200)
* [NUI] To fix OSV check (#1164)
* [NUI.Components] Refine DropDown control (#1166)
* [NUI.Components]Fix svace issue (#1169)
* Refine background property of control (#1183)
* Refine background property of control
* [NUI] Refine SelectButton control of NUI.Components
* [NUI] Remove thumb background from slider
admin [Wed, 18 Dec 2019 01:11:28 +0000 (01:11 +0000)]
Release 6.0.0.15027
admin [Wed, 18 Dec 2019 01:11:28 +0000 (01:11 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
MuHong Byun [Wed, 18 Dec 2019 01:08:54 +0000 (10:08 +0900)]
[Sensor] Fix type on auto rotation sensor property (#1198)
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
admin [Fri, 13 Dec 2019 07:55:28 +0000 (07:55 +0000)]
Release 6.0.0.15026
admin [Fri, 13 Dec 2019 07:55:28 +0000 (07:55 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
AdunFang [Fri, 13 Dec 2019 07:37:37 +0000 (15:37 +0800)]
[NUI] Fix crash issue when create popup (#1191)
dongsug-song [Fri, 13 Dec 2019 03:55:29 +0000 (12:55 +0900)]
[NUI] Fix ICustomFocusAlgorithm exception (#1188)
admin [Thu, 12 Dec 2019 04:20:07 +0000 (04:20 +0000)]
Release 6.0.0.15024
admin [Thu, 12 Dec 2019 04:20:07 +0000 (04:20 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
Seungkeun Lee [Thu, 12 Dec 2019 00:37:34 +0000 (09:37 +0900)]
[ElmSharp] Add internal Evas Image APIs (#1147)
admin [Wed, 11 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Release 6.0.0.15023
admin [Wed, 11 Dec 2019 15:51:48 +0000 (15:51 +0000)]
Merge remote-tracking branch 'origin/API6' into tizen_5.5
neostom432 [Wed, 11 Dec 2019 10:01:09 +0000 (19:01 +0900)]
Upgrade gesture handler (#1180)
* Support multiple callbacks for gesture event
* Change other gestures
dongsug-song [Wed, 11 Dec 2019 06:29:27 +0000 (15:29 +0900)]
[NUI] Add checking if the Timer is used in main thread (#1178)