platform/core/csapi/nui.git
6 years ago[Tizen]Added bindings for signal, properties for layout direction 63/147163/4 accepted/tizen/4.0/unified/20170907.192433 submit/tizen_4.0/20170901.082413 submit/tizen_4.0/20170907.133944
Feng Jin [Fri, 1 Sep 2017 15:35:31 +0000 (23:35 +0800)]
[Tizen]Added bindings for signal, properties for layout direction

Change-Id: I41a6b74faef6cc9bad936913ecb2742fab682f95
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years ago[Tizen] Version 54 integration 06/147106/1
dongsug.song [Fri, 1 Sep 2017 02:17:08 +0000 (11:17 +0900)]
[Tizen] Version 54 integration

Included patches of devel/master branch:
1. Fix Window Set/Get Size/Position (I87bec91a5ba2a1bcf20cb66c567f432a2a8d1d3d)
2. call base.OnXXX when getting lifecycle callback (I3e08f8c6a04f00bba07993cc07be2bbf32b5cc42)
3. Add Window.Title property. (Idec1c8de60220eba153f2e980dfeda903b7c1ab9)
4. Fix issue of VisualMaps and VisualView (I24fec154dbe0562eaa27b97cf01ae47570df68ad)

Change-Id: I1bef06bf161eb1a962c0f77599959e1a5147296b
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoMerge "[Tizen] Fix build error" into tizen
minho.sun [Fri, 1 Sep 2017 00:40:34 +0000 (00:40 +0000)]
Merge "[Tizen] Fix build error" into tizen

6 years agoMerge "[Tizen] Adding Container base for Layer and View" into tizen
dongsug song [Fri, 1 Sep 2017 00:40:33 +0000 (00:40 +0000)]
Merge "[Tizen] Adding Container base for Layer and View" into tizen

6 years ago[Tizen] Fix build error 39/147039/1
minho.sun [Fri, 1 Sep 2017 00:36:28 +0000 (09:36 +0900)]
[Tizen] Fix build error

Change-Id: I57906c05ab8882b4c648a32ae27d999c4ab9b4bd
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years ago[Tizen] add DisableAnimation environment variable 05/146805/2
dongsug.song [Wed, 30 Aug 2017 13:25:30 +0000 (22:25 +0900)]
[Tizen] add DisableAnimation environment variable

Change-Id: I337fc1b0fe90230253f78d850de935d6b70359ae
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[Tizen] Adding Container base for Layer and View 91/146991/2
Agnelo Vaz [Wed, 9 Aug 2017 16:48:53 +0000 (17:48 +0100)]
[Tizen] Adding Container base for Layer and View

Conflicts:
Tizen.NUI/src/public/BaseComponents/View.cs
Tizen.NUI/src/public/Layer.cs

Change-Id: I413a9134839d0589776a39f3424ea7d4cb8f7c20

6 years ago[Tizen] Add NUIWidgetApplication and NUIWidgetCoreBackend 60/146460/2
minho.sun [Tue, 29 Aug 2017 02:41:57 +0000 (11:41 +0900)]
[Tizen] Add NUIWidgetApplication and NUIWidgetCoreBackend

Change-Id: I9ddc54cb5517289af6bbe0b3dfb4baa41b8c3c8e
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years ago[Tizen]Add Widget/WidgetData/WidgetApplication for nui 29/141829/12
xb.teng [Tue, 1 Aug 2017 13:39:37 +0000 (21:39 +0800)]
[Tizen]Add Widget/WidgetData/WidgetApplication for nui

Change-Id: I381d5e4653bdcf544c00dd6719eeda92f0b290c9

6 years ago[Tizen] Restore AddIdle function for NUIApplication 85/146185/1
minho.sun [Fri, 25 Aug 2017 07:57:26 +0000 (16:57 +0900)]
[Tizen] Restore AddIdle function for NUIApplication

Restore AddIdle function for NUIApplication.

Change-Id: Ia1047c9982ea63dd810cb513652c0d992697624f
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years ago[Tizen] Add a new constructor to NUIApplication. 50/143850/3
Feng Jin [Tue, 8 Aug 2017 17:50:12 +0000 (01:50 +0800)]
[Tizen] Add a new constructor to NUIApplication.

Change-Id: Ie55cd4eab61e76d648c65035007e3682ab9ca3dc
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
6 years agoMerge "[Tizen] Make AppControl signal work" into tizen accepted/tizen_unified accepted/tizen/4.0/unified/20170828.223314 accepted/tizen/unified/20170822.184855 accepted/tizen/unified/20170824.172456 nui_0.2.52 submit/tizen/20170822.100117 submit/tizen/20170824.061020 submit/tizen_4.0/20170828.100003
minho.sun [Tue, 22 Aug 2017 03:16:09 +0000 (03:16 +0000)]
Merge "[Tizen] Make AppControl signal work" into tizen

6 years agoMerge "[Tizen] Revert "Adding Container base for Layer and View"" into tizen
minho.sun [Tue, 22 Aug 2017 02:51:40 +0000 (02:51 +0000)]
Merge "[Tizen] Revert "Adding Container base for Layer and View"" into tizen

6 years ago[Tizen] DisConnect from Signals via using BaseHandleCPtr 68/145268/1
Muhammad Umar [Fri, 18 Aug 2017 06:29:09 +0000 (15:29 +0900)]
[Tizen] DisConnect from Signals via using BaseHandleCPtr

There was a crash issue when disconnecting from signals from any class derived from View. This was due to the fact that the handle has been deleted earlier in derived class dispose function.

Change-Id: Ib5c383b82dbd5ddab5010acdb82048fb27737df5

6 years ago[Tizen] Revert "Adding Container base for Layer and View" 58/144658/1
minho.sun [Thu, 17 Aug 2017 10:12:50 +0000 (19:12 +0900)]
[Tizen] Revert "Adding Container base for Layer and View"

This reverts commit 77c3d84e4878a3f2267b7f0c244d7ac74ff736c2.

Signed-off-by: minho.sun <minho.sun@samsung.com>
Conflicts:
Tizen.NUI/src/public/BaseComponents/View.cs
Tizen.NUI/src/public/Layer.cs

Change-Id: I2e0c644f265e3ce4e1a085937c42c691290a4c5d

6 years ago[Tizen] nui 0.2.52 version change 43/144143/1
dongsug.song [Mon, 14 Aug 2017 16:09:52 +0000 (01:09 +0900)]
[Tizen] nui 0.2.52 version change

Change-Id: I0a1456cbb24e8a120a8d32794ce1b2251035c590
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoMerge "[Tizen] forward dali-native exceptions to c# side" into tizen
dongsug.song [Mon, 14 Aug 2017 15:53:17 +0000 (15:53 +0000)]
Merge "[Tizen] forward dali-native exceptions to c# side" into tizen

6 years ago[Tizen] forward dali-native exceptions to c# side 41/144141/2
dongsug.song [Mon, 14 Aug 2017 15:49:28 +0000 (00:49 +0900)]
[Tizen] forward dali-native exceptions to c# side

Change-Id: I60513cfed38abb5ecba13ddd418d9dad19c2cf81
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[Tizen] Fix build error 25/144125/1
minho.sun [Mon, 14 Aug 2017 14:43:46 +0000 (23:43 +0900)]
[Tizen] Fix build error

Change-Id: Iac8a10085e54540a4f5b6706df279ab75c06bfd3
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years ago[Tizen] fix LineWrap GET error 24/144124/1
minho.sun [Mon, 14 Aug 2017 11:20:26 +0000 (20:20 +0900)]
[Tizen] fix LineWrap GET error

This reverts commit ecb3ddfc3b850a3fbddca58abd5760fd01221f70.

Change-Id: I87fab9bc5014e854d5247c380bbbd80f5e68f628

6 years ago[Tizen] make SetClass() as public 23/144123/1
minho.sun [Mon, 14 Aug 2017 11:20:00 +0000 (20:20 +0900)]
[Tizen] make SetClass() as public

This reverts commit b962e516c1014c50cbcc232d762ffa5bf3432a0f.

Change-Id: Iab9a68b43d66380b46dfaceb61917d329096943a

6 years ago[Tizen] make same as LineWrap mode for TextLabel and TextEditor 22/144122/1
minho.sun [Mon, 14 Aug 2017 11:19:10 +0000 (20:19 +0900)]
[Tizen] make same as LineWrap mode for TextLabel and TextEditor

This reverts commit 266830780d32cead735609c381003ceeedf9633a.

Change-Id: I135dc3b5655f44e37facaca8eb34a9cfa28ddcaf

6 years ago[Tizen] fix TextLabel's LineWrapMode 21/144121/1
minho.sun [Mon, 14 Aug 2017 11:18:58 +0000 (20:18 +0900)]
[Tizen] fix TextLabel's LineWrapMode

This reverts commit 78e5f53d38a9a4b5c4a5bf226362f0ba288bf1c8.

Change-Id: I2f6e60dd2192e4799212efb07d09297c8c491156

6 years ago[Tizen] Fix TCT failure 20/144120/1
minho.sun [Mon, 14 Aug 2017 11:18:41 +0000 (20:18 +0900)]
[Tizen] Fix TCT failure

This reverts commit 190677328019743ecfa067b0a7c3ec97402656ab.

Change-Id: I3dbad4171122447f935d1840422a2ef17738da34

6 years ago[Tizen] Fix TCT Not Excuted. 19/144119/1
minho.sun [Mon, 14 Aug 2017 11:18:30 +0000 (20:18 +0900)]
[Tizen] Fix TCT Not Excuted.

This reverts commit 6b3d292ccc74212a63981e3c0764618829df23aa.

Change-Id: Ic3abba86854e9df32f549d8e54df3898cdefd74d

6 years ago[Tizen] Fix build error 18/144118/1
minho.sun [Mon, 14 Aug 2017 11:18:18 +0000 (20:18 +0900)]
[Tizen] Fix build error

This reverts commit b97526f6a253aae05f875ce9e56db7d69f9fed9b.

Change-Id: I155aad19750b0650ea5579b4c83466a5dff71545

6 years ago[Tizen] Fix Window Set/Get Size/Position 17/144117/1
minho.sun [Mon, 14 Aug 2017 11:18:05 +0000 (20:18 +0900)]
[Tizen] Fix Window Set/Get Size/Position

This reverts commit ac59cf7a4d84081aa50f5a2b43ffefdc31636b3b.

Change-Id: I87bec91a5ba2a1bcf20cb66c567f432a2a8d1d3d

6 years ago[Tizen] Add obsolete attribute for Create property of VisualBase 16/144116/1
minho.sun [Mon, 14 Aug 2017 11:17:55 +0000 (20:17 +0900)]
[Tizen] Add obsolete attribute for Create property of VisualBase

This reverts commit be0af0c1a6c1bdd826dcfad4454d38604657d6ff.

Change-Id: Ie291fdb19cae3fbe9ea802dcf8f77deb1764ed9e

6 years ago[Tizen] call base.OnXXX when getting lifecycle callback 15/144115/1
minho.sun [Mon, 14 Aug 2017 11:17:40 +0000 (20:17 +0900)]
[Tizen] call base.OnXXX when getting lifecycle callback

This reverts commit 0d385473c6b80c16a966d0b6c8f03451c86a576e.

Change-Id: I3e08f8c6a04f00bba07993cc07be2bbf32b5cc42

6 years ago[Tizen] Update Placeholder property of TextField/TextEditor and its sample 14/144114/1
minho.sun [Mon, 14 Aug 2017 11:17:22 +0000 (20:17 +0900)]
[Tizen] Update Placeholder property of TextField/TextEditor and its sample

This reverts commit 472298fd7d5974b655195557bc20748589e31f53.

Change-Id: Ic0e9fa99c855deb48e58cd6f5ab05ec182f91583

6 years ago[Tizen] Add obsolete attribute for Window property of NUIApplication, backward compat... 13/144113/1
minho.sun [Mon, 14 Aug 2017 11:10:14 +0000 (20:10 +0900)]
[Tizen] Add obsolete attribute for Window property of NUIApplication, backward compatibility

This reverts commit 1c6b14e847566b779257cc11bf9242a034d0b0d5.

Change-Id: I8dbce929f4fb72ee4154dcc59acfcc8306874c9d

6 years ago[Tizen] Add OnPreCreate and change OnPause OnResume to virtual function 12/144112/1
minho.sun [Mon, 14 Aug 2017 11:09:48 +0000 (20:09 +0900)]
[Tizen] Add OnPreCreate and change OnPause OnResume to virtual function

This reverts commit bae0ecab629951c0ff9a0e07c560db837385cf74.

Change-Id: I242985855a7351b5f9821ffd6c7240242aeafa50

6 years ago[Tizen] Add translatable text in TextLabel, TextField, TextEditor 11/144111/1
minho.sun [Mon, 14 Aug 2017 11:08:47 +0000 (20:08 +0900)]
[Tizen] Add translatable text in TextLabel, TextField, TextEditor

This reverts commit f8fc3d40239471942bcf2f93be4e971e3920c095.

Change-Id: I7ee585608f440267665b70ce86e932f7b143682f

6 years agoRevert "[Tizen] Add translatable text in TextLabel, TextField, TextEditor 10/144110/1
minho.sun [Mon, 14 Aug 2017 11:08:21 +0000 (20:08 +0900)]
Revert "[Tizen] Add translatable text in TextLabel, TextField, TextEditor

This reverts commit fc35898aa808f1ef2a5bb693a6cf60951e2676d1.

Change-Id: Ia50b62f5275d375a207f5f96c68db41f015871b3

6 years ago[Tizen] Add translatable text in TextLabel, TextField, TextEditor 09/144109/1
minho.sun [Mon, 14 Aug 2017 11:06:51 +0000 (20:06 +0900)]
[Tizen] Add translatable text in TextLabel, TextField, TextEditor

This reverts commit ab8259460b5a98b71659d44a83c0c994050203ff.

Conflicts:
Tizen.NUI/Tizen.NUI.csproj

Change-Id: Icc5d921e66e4009b5f76ae718f0ee5e02abbe191

6 years ago[Tizen] Animatable TextColor Property for TextLabel 08/144108/1
minho.sun [Mon, 14 Aug 2017 11:05:19 +0000 (20:05 +0900)]
[Tizen] Animatable TextColor Property for TextLabel

This reverts commit bb0612e1b86df21029ffb8cbf9c54b79636df1a4.

Change-Id: Ia13c9f90962a6e47328515078a92c8f38188b652

6 years ago[Tizen] Addtional Adaptor/Animation apis for nui, to use FeedKeyEvent/PlayAfter function 07/144107/1
minho.sun [Mon, 14 Aug 2017 10:58:17 +0000 (19:58 +0900)]
[Tizen] Addtional Adaptor/Animation apis for nui, to use FeedKeyEvent/PlayAfter function

This reverts commit 2cd686426e22c87c2169aa0748bfe6e2eb3c093a.

Change-Id: Ie667f7bf86a8fcdb22584835a506cf840a2ac4e0

6 years ago[Tizen] animation callback dispose fix & remove version check 06/144106/1
minho.sun [Mon, 14 Aug 2017 09:48:24 +0000 (18:48 +0900)]
[Tizen] animation callback dispose fix & remove version check

This reverts commit 2f5f1184676560a67ede87e0942589b459f95f9a.

Change-Id: I91616ed0b0fb67fa00e386d4adab23073e2000bf

6 years ago[Tizen] Remove Visible propert in View. 05/144105/1
minho.sun [Mon, 14 Aug 2017 09:41:44 +0000 (18:41 +0900)]
[Tizen] Remove Visible propert in View.

This reverts commit 9b040bb922f3c7c8529214779ccaa5aafea638f3.

Change-Id: I19cb634443e9d378600cc8cf24d38da3c6880783

6 years ago[Tizen]Update ImfManager and fix Resized&LanguageChanged event 04/144104/1
minho.sun [Mon, 14 Aug 2017 08:38:06 +0000 (17:38 +0900)]
[Tizen]Update ImfManager and fix Resized&LanguageChanged event

This reverts commit eabf781b8758f7d6da4840adfebe53266ea56ff2.

Change-Id: I9a30148b1fc19260ade13d19e28207147ddceceb

6 years ago[Tizen] Add properties of TextLabel/Editor 03/144103/1
minho.sun [Mon, 14 Aug 2017 08:37:23 +0000 (17:37 +0900)]
[Tizen] Add properties of TextLabel/Editor

This reverts commit b621f76acb93540ec569d1694a346118f1967829.

Conflicts:
Tizen.NUI/src/public/BaseComponents/TextLabel.cs

Change-Id: I7e8d1fb277c8a64015b216817f64088133975fe7

6 years ago[Tizen] VisualFactory.Get() is set as obsolete 02/144102/1
minho.sun [Mon, 14 Aug 2017 08:32:39 +0000 (17:32 +0900)]
[Tizen] VisualFactory.Get() is set as obsolete

This reverts commit 6a64c1dc61611bcef290021b843871853955db67.

Change-Id: I59bc8d9e8799f5ad079c4c48f889f6313bbffcb4

6 years ago[Tizen] Add obsolete attribute for deprecated apis, backward compatibility 01/144101/1
minho.sun [Mon, 14 Aug 2017 08:31:22 +0000 (17:31 +0900)]
[Tizen] Add obsolete attribute for deprecated apis,  backward compatibility

This reverts commit f23f5c4afc315ca85b3bf8cdbd950a8edf5fcdfa.

Change-Id: I128d0f07ef4bd2c71acd5e5462ebe6304a1bb4b2

6 years ago[Tizen] to avoid native crash 00/144100/1
minho.sun [Mon, 14 Aug 2017 08:19:30 +0000 (17:19 +0900)]
[Tizen] to avoid native crash

This reverts commit 047a07e3a42bf00cd57722d3899d899face83983.

Change-Id: I68c14ec44ff40fb8c6947f78a85000bf70097c80

6 years ago[Tizen] Fix imfmanager issue and add an imfmanager sample 99/144099/1
minho.sun [Mon, 14 Aug 2017 08:18:49 +0000 (17:18 +0900)]
[Tizen] Fix imfmanager issue and add an imfmanager sample

This reverts commit 76ca4f3bc7303b390c7daafc4ee5bbdb245cd08f.

Change-Id: I8d9bb78377087fdc55ff1dca7893959cbb850947

6 years ago[Tizen] Fix Border property in ImageView does not work issue. 98/144098/1
minho.sun [Mon, 14 Aug 2017 08:14:49 +0000 (17:14 +0900)]
[Tizen] Fix Border property in ImageView does not work issue.

This reverts commit f108feb3669df9490d3ec5af06b6785d69bef9ce.

Change-Id: I551bdef1050d53d24bf4885bb63236bc2d0d6783

6 years ago[Tizen] ApplicationHandle in NUIApplication added 97/144097/1
minho.sun [Mon, 14 Aug 2017 08:14:35 +0000 (17:14 +0900)]
[Tizen] ApplicationHandle in NUIApplication added

This reverts commit 604476aaa323d292141fcc2b2e9db6c9b658d342.

Change-Id: I0e44b94fb2aae0f04de1a3551796254ce90b37f9

6 years ago[Tizen] fix crash: HasBody() null reference 96/144096/1
minho.sun [Mon, 14 Aug 2017 08:14:18 +0000 (17:14 +0900)]
[Tizen] fix crash: HasBody() null reference

This reverts commit 9aed662016c628f247082f9cba05fc9a92fa2cfe.

Change-Id: I05ff929cf9f95a283f9d4ee3149f8a523e887776

6 years ago[Tizen] fix TCT BLOCK issue 95/144095/1
minho.sun [Mon, 14 Aug 2017 08:13:50 +0000 (17:13 +0900)]
[Tizen] fix TCT BLOCK issue

This reverts commit bce06d6a340aa3bceb68a4fc9b8c731ea3f8b02a.

Change-Id: I0385c554995c9d68a6cdfbcd037ae3145a86cf78

6 years ago[Tizen] generate exception when garbage collected during animation playing 94/144094/1
minho.sun [Mon, 14 Aug 2017 08:11:38 +0000 (17:11 +0900)]
[Tizen] generate exception when garbage collected during animation playing

This reverts commit 83c19fd5f7969237d09a63b248eb16a104d29c1b.

Change-Id: Ic4ff5563b08e3aaad49f56e917cf25b40b8cfec3

6 years ago[Tizen] Temporary Fix to return the Layer as a View when Parent is a Layer 93/144093/1
minho.sun [Mon, 14 Aug 2017 08:11:22 +0000 (17:11 +0900)]
[Tizen] Temporary Fix to return the Layer as a View when Parent is a Layer

This reverts commit 9619bcec429c7e5fd2460d891d6df480c4e92b36.

Change-Id: I8be7d86f65db5b617a3e06c6bbb0bf37838f6673

6 years ago[Tizen] Create another native handle to make sure Registry.Unregister works fine. 92/144092/1
minho.sun [Mon, 14 Aug 2017 08:10:38 +0000 (17:10 +0900)]
[Tizen] Create another native handle to make sure Registry.Unregister works fine.

This reverts commit a09d830e35905c0e9809c2f34accc1b7b20af1b8.

Change-Id: I10ae1e56d487d295f8a09f252f7b29083bf974bb

6 years ago[Tizen] add Name in Layer, LineCount in TextLabel 91/144091/1
minho.sun [Mon, 14 Aug 2017 08:10:22 +0000 (17:10 +0900)]
[Tizen] add Name in Layer, LineCount in TextLabel

This reverts commit a941a950b780446bfbb7b7901e3cfc73f9f0f24f.

Change-Id: If6ff37dc4f776d3059c3058cdd4cd012924aef78

6 years ago[Tizen] Manual binding for widget view and widget view manager. 90/144090/1
minho.sun [Mon, 14 Aug 2017 08:08:05 +0000 (17:08 +0900)]
[Tizen] Manual binding for widget view and widget view manager.

This reverts commit b9ce8d00d3f61a0bf60b1ff89a7afeb3e8d906f7.

Change-Id: I41686b33e815897c490ee6db3dfdd9161155ab88

6 years ago[Tizen] Add value check to color. 89/144089/1
minho.sun [Mon, 14 Aug 2017 08:06:28 +0000 (17:06 +0900)]
[Tizen] Add value check to color.

This reverts commit 0cc5f21eacfa1790d7cf576a665cb8852bd8e8bd.

Change-Id: Idbbb76c636c8993948a268cfb653f7d0f7b70f8e

6 years ago[Tizen] Oring key event callback result 88/144088/1
minho.sun [Mon, 14 Aug 2017 08:05:22 +0000 (17:05 +0900)]
[Tizen] Oring key event callback result

This reverts commit 9652c041bde7a12c9ce4f81fcea69f7b212baaf0.

Change-Id: Id5caee7e11748e28fce7d29430c66719918d9a22

6 years agoMerge branch 'devel/master' into tizen 87/144087/1
minho.sun [Mon, 14 Aug 2017 08:04:38 +0000 (17:04 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ia80c93b321747e6824a0b375eb0ccee34fe4a453

6 years agoNUI version 0.2.51 04/144004/1
minho.sun [Mon, 14 Aug 2017 07:55:05 +0000 (16:55 +0900)]
NUI version 0.2.51

NUI version 0.2.51

Change-Id: If107ec32a921a8e379fe8144e16b5048059c3db2
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoRevert "[Tizen] Oring key event callback result" 86/144086/1
minho.sun [Mon, 14 Aug 2017 07:51:06 +0000 (16:51 +0900)]
Revert "[Tizen] Oring key event callback result"

This reverts commit 3a6cd55be43f10c6f2d723489c73584ea3cef210.

Change-Id: I4a7bc07a5ac3a9460683968584a1e5b9eb5165cb

6 years agoRevert "[Tizen] Add value check to color." 85/144085/1
minho.sun [Mon, 14 Aug 2017 07:50:56 +0000 (16:50 +0900)]
Revert "[Tizen] Add value check to color."

This reverts commit b6b0b07b2b477b4a6173d1d808c37703f2fd4a1d.

Change-Id: I1776efc933003a2b8abc810622c5f6fe02d90afe

6 years agoRevert "[Tizen] Manual binding for widget view and widget view manager." 84/144084/1
minho.sun [Mon, 14 Aug 2017 07:50:48 +0000 (16:50 +0900)]
Revert "[Tizen] Manual binding for widget view and widget view manager."

This reverts commit f097a148a2430fb8b37e30252a9e637ee6012b72.

Change-Id: I08aaa10f093fd8487b00ac5a821b38532da45353

6 years agoRevert "[Tizen] add Name in Layer, LineCount in TextLabel" 83/144083/1
minho.sun [Mon, 14 Aug 2017 07:50:33 +0000 (16:50 +0900)]
Revert "[Tizen] add Name in Layer, LineCount in TextLabel"

This reverts commit 7848a38db488c153891ba24bb33b6c4dcc912cf5.

Change-Id: Ia08fdd20a90655f655e679bc68c146b4b9523ef4

6 years agoRevert "[Tizen] Create another native handle to make sure Registry.Unregister works... 82/144082/1
minho.sun [Mon, 14 Aug 2017 07:50:10 +0000 (16:50 +0900)]
Revert "[Tizen] Create another native handle to make sure Registry.Unregister works fine."

This reverts commit 447fdcd3c6f791d15ca0f3662d140bc6a9f4f145.

Change-Id: I752b5f55646e3b4121e23025428707b29f8ac60d

6 years agoRevert "[Tizen] Temporary Fix to return the Layer as a View when Parent is a Layer." 81/144081/1
minho.sun [Mon, 14 Aug 2017 07:50:00 +0000 (16:50 +0900)]
Revert "[Tizen] Temporary Fix to return the Layer as a View when Parent is a Layer."

This reverts commit 9834286d91b493a0d1bad92111830b2b243468f5.

Change-Id: I7b568eb0260fbedf4087185e8143e769121f1b52

6 years agoRevert "[Tizen] generate exception when garbage collected during animation playing" 80/144080/1
minho.sun [Mon, 14 Aug 2017 07:49:51 +0000 (16:49 +0900)]
Revert "[Tizen] generate exception when garbage collected during animation playing"

This reverts commit 5f38c6151960f62a7577fa5fed98f21236b513c5.

Change-Id: I78700710ecd4c9bcb3b7b8756fa6ae3d98f753f5

6 years agoRevert "[Tizen] fix TCT BLOCK issue" 79/144079/1
minho.sun [Mon, 14 Aug 2017 07:49:44 +0000 (16:49 +0900)]
Revert "[Tizen] fix TCT BLOCK issue"

This reverts commit f85896687bae8c41c1131cae325d5ccfcb4e2b0a.

Change-Id: I107db711b39b0cd32b335ac3530f7cdbb0120351

6 years agoRevert "[Tizen] fix crash: HasBody() null reference" 78/144078/1
minho.sun [Mon, 14 Aug 2017 07:49:34 +0000 (16:49 +0900)]
Revert "[Tizen] fix crash: HasBody() null reference"

This reverts commit 8746d5ba167450d56c367faca65bb5d34d549661.

Change-Id: I3bac7673295aaf156a4fb44f3e742e91203564bc

6 years agoRevert "[Tizen] ApplicationHandle in NUIApplication added" 77/144077/1
minho.sun [Mon, 14 Aug 2017 07:49:19 +0000 (16:49 +0900)]
Revert "[Tizen] ApplicationHandle in NUIApplication added"

This reverts commit 97b89044ad32dd9c10cc7d8bd3dbb99a48d30881.

Change-Id: I0a51bd344ac0f56dbf2e10c1a3040140ade4872b

6 years agoRevert "[Tizen] Fix Border property in ImageView does not work issue." 76/144076/1
minho.sun [Mon, 14 Aug 2017 07:49:10 +0000 (16:49 +0900)]
Revert "[Tizen] Fix Border property in ImageView does not work issue."

This reverts commit bc9642426dc0fbd53fac528d05f6273841799ae9.

Change-Id: I456cf3d4de5ae93897f67c4cb7c8c5fb27dfdc33

6 years agoRevert "[Tizen] Fix imfmanager issue and add an imfmanager sample" 75/144075/1
minho.sun [Mon, 14 Aug 2017 07:48:59 +0000 (16:48 +0900)]
Revert "[Tizen] Fix imfmanager issue and add an imfmanager sample"

This reverts commit b976095f93f50ba79e89360e2e0c08208f58b19c.

Change-Id: I8b51d25483c17547e978bbe67a60544225d5f913

6 years agoRevert "[Tizen] to avoid native crash" 74/144074/1
minho.sun [Mon, 14 Aug 2017 07:48:42 +0000 (16:48 +0900)]
Revert "[Tizen] to avoid native crash"

This reverts commit 40fef3021f13e9300998270298fe85adceeafbbf.

Change-Id: I37e6bfc19abdc84797215497de09acae4b4cf2ce

6 years agoRevert "[Tizen] Add obsolete attribute for deprecated apis, backward compatibility" 73/144073/1
minho.sun [Mon, 14 Aug 2017 07:48:28 +0000 (16:48 +0900)]
Revert "[Tizen] Add obsolete attribute for deprecated apis,  backward compatibility"

This reverts commit 04034ead1bf8636931c1592e22ddfde0407117af.

Change-Id: I0e97575356d7e823cc1af146c0179f7f55cd106b

6 years agoRevert "[Tizen] VisualFactory.Get() is set as obsolete" 72/144072/1
minho.sun [Mon, 14 Aug 2017 07:48:17 +0000 (16:48 +0900)]
Revert "[Tizen] VisualFactory.Get() is set as obsolete"

This reverts commit 679bc0e9893f3a848f2822bd8428199601912658.

Change-Id: I5ae5f8e02fc131d65b982dcd217628c3f7b916a6

6 years agoRevert "[Tizen] Add properties of TextLabel/Editor" 71/144071/1
minho.sun [Mon, 14 Aug 2017 07:47:46 +0000 (16:47 +0900)]
Revert "[Tizen] Add properties of TextLabel/Editor"

This reverts commit 4607d5463b98413e8f3353a73a8e6fb647023cc1.

Change-Id: I0135ebeedc86286f9428a59b3fd7a8392724312c

6 years agoRevert "[Tizen]Update ImfManager and fix Resized&LanguageChanged event" 70/144070/1
minho.sun [Mon, 14 Aug 2017 07:47:32 +0000 (16:47 +0900)]
Revert "[Tizen]Update ImfManager and fix Resized&LanguageChanged event"

This reverts commit f419245b112ffd855ed59b25be8a0264ea1e02bf.

Change-Id: I59b5c809a880eb4bce90dd92db6271d005f9cbd3

6 years agoRevert "[Tizen] Remove Visible propert in View." 69/144069/1
minho.sun [Mon, 14 Aug 2017 07:47:18 +0000 (16:47 +0900)]
Revert "[Tizen] Remove Visible propert in View."

This reverts commit aaed4e54faabc870cd1ce8a4303f3ca467b32cfb.

Change-Id: I7d9e668d73920293ba296a2f7ffe300558ca5280

6 years agoRevert "[Tizen] animation callback dispose fix & remove version check" 68/144068/1
minho.sun [Mon, 14 Aug 2017 07:47:07 +0000 (16:47 +0900)]
Revert "[Tizen] animation callback dispose fix & remove version check"

This reverts commit aad00ad962bd9a09d4829aa47bc42c8962804ccc.

Change-Id: I4856912c5c084e724bfe1871413a508ede20aa18

6 years agoRevert "[Tizen] Addtional Adaptor/Animation apis for nui, to use FeedKeyEvent/PlayAft... 67/144067/1
minho.sun [Mon, 14 Aug 2017 07:46:21 +0000 (16:46 +0900)]
Revert "[Tizen] Addtional Adaptor/Animation apis for nui, to use FeedKeyEvent/PlayAfter function"

This reverts commit 9bed0e028c862548af6c9de9d24d4de0220ce6d6.

Change-Id: I16e643c164c60a79f8a0baee501cbf710a71542f

6 years agoRevert "[Tizen] Animatable TextColor Property for TextLabel" 66/144066/1
minho.sun [Mon, 14 Aug 2017 07:44:50 +0000 (16:44 +0900)]
Revert "[Tizen] Animatable TextColor Property for TextLabel"

This reverts commit 349a7c83bd3adaf40cc28895cc181388b04f349f.

Change-Id: I1ef1fba408c217cfa5bf6bc0da0219d088809ea0

6 years agoRevert "[Tizen] Add translatable text in TextLabel, TextField, TextEditor" 65/144065/1
minho.sun [Mon, 14 Aug 2017 07:44:27 +0000 (16:44 +0900)]
Revert "[Tizen] Add translatable text in TextLabel, TextField, TextEditor"

This reverts commit 70630d9cbf893a8bb9113574a41e2a67fb83a1c6.

Change-Id: I5f441c5b82d1c8692fd247110cb1a3316ff365d6

6 years agoRevert "Revert "[Tizen] Add translatable text in TextLabel, TextField, TextEditor"" 64/144064/1
minho.sun [Mon, 14 Aug 2017 07:44:08 +0000 (16:44 +0900)]
Revert "Revert "[Tizen] Add translatable text in TextLabel, TextField, TextEditor""

This reverts commit aa0a3b96eb77886c408b0af406d2ebf339406063.

Change-Id: Ibf0ead45ff55b8249168fe86fb6a4a44fc3969a2

6 years agoRevert "[Tizen] Add translatable text in TextLabel, TextField, TextEditor" 63/144063/1
minho.sun [Mon, 14 Aug 2017 07:43:52 +0000 (16:43 +0900)]
Revert "[Tizen] Add translatable text in TextLabel, TextField, TextEditor"

This reverts commit 98bcf8ba4a8066dfa22f82a5f842c3896b935b8a.

Change-Id: Ibb861b0969db991482b2464087e1680792e72262

6 years agoRevert "[Tizen] Add OnPreCreate and change OnPause OnResume to virtual function" 62/144062/1
minho.sun [Mon, 14 Aug 2017 07:43:40 +0000 (16:43 +0900)]
Revert "[Tizen] Add OnPreCreate and change OnPause OnResume to virtual function"

This reverts commit 69f85ef188c318aa57841c4eb245a909116ff8e8.

Change-Id: I3e20046c3a37805909694dd3920f2e0062a958cd

6 years agoRevert "[Tizen] Add obsolete attribute for Window property of NUIApplication, backwar... 61/144061/1
minho.sun [Mon, 14 Aug 2017 07:43:30 +0000 (16:43 +0900)]
Revert "[Tizen] Add obsolete attribute for Window property of NUIApplication, backward compatibility"

This reverts commit 70391050233f014dccfa53419c6b830bf7dbd14f.

Change-Id: Ifc6c4e80679fd01d40912d1644463ba09f2b3e59

6 years agoRevert "[Tizen] Update Placeholder property of TextField/TextEditor and its sample" 60/144060/1
minho.sun [Mon, 14 Aug 2017 07:43:19 +0000 (16:43 +0900)]
Revert "[Tizen] Update Placeholder property of TextField/TextEditor and its sample"

This reverts commit 05e23eff33395ae88a868bad5f5178fcedb38740.

Change-Id: If9235ccd5bdddbc9abffc72dbbef68e19932acd9

6 years agoRevert "[Tizen] call base.OnXXX when getting lifecycle callback" 59/144059/1
minho.sun [Mon, 14 Aug 2017 07:43:04 +0000 (16:43 +0900)]
Revert "[Tizen] call base.OnXXX when getting lifecycle callback"

This reverts commit 674d4a0b68eb7797c89a7a6c0501355b510eb035.

Change-Id: I66afb496fc24799b525bcffc65cd1754d23ae197

6 years agoRevert "[Tizen] Add obsolete attribute for Create property of VisualBase," 58/144058/1
minho.sun [Mon, 14 Aug 2017 07:41:43 +0000 (16:41 +0900)]
Revert "[Tizen] Add obsolete attribute for Create property of VisualBase,"

This reverts commit dbb3b682e75823a40ace6da6ae7c450652ebd0f8.

Change-Id: Ie26c91ec20e44abc69587840757cb41e5f692dcc

6 years agoRevert "[Tizen] Fix Window Set/Get Size/Position" 57/144057/1
minho.sun [Mon, 14 Aug 2017 07:41:28 +0000 (16:41 +0900)]
Revert "[Tizen] Fix Window Set/Get Size/Position"

This reverts commit d7ef9533ebaf6ae5067d1ee678a6675f5fa1036a.

Change-Id: Ib35483ef18f6ac59850d4f8228153572a542ced8

6 years agoRevert "[Tizen] Fix build error" 56/144056/1
minho.sun [Mon, 14 Aug 2017 07:41:15 +0000 (16:41 +0900)]
Revert "[Tizen] Fix build error"

This reverts commit 101a08acda960c74efb72e136f6720f20c457af6.

Change-Id: If4ad519185c12e78cbd2ea0fff06185d832f34a7

6 years agoRevert "[Tizen] Fix TCT Not Excuted." 55/144055/1
minho.sun [Mon, 14 Aug 2017 07:41:06 +0000 (16:41 +0900)]
Revert "[Tizen] Fix TCT Not Excuted."

This reverts commit b1bbd5399b6d65261b355c620a6fce3fb12318c6.

Change-Id: I2951cb1f55e9efdc954fef50d6c5d28416fd1938

6 years agoRevert "[Tizen] Fix TCT failure" 54/144054/1
minho.sun [Mon, 14 Aug 2017 07:40:58 +0000 (16:40 +0900)]
Revert "[Tizen] Fix TCT failure"

This reverts commit e8261110a1b7c28ea9fe768ce2751108175a8ce1.

Change-Id: I397624d24bdfbaf0bd23d3ea04c3329c564c463a

6 years agoRevert "[Tizen] fix TextLabel's LineWrapMode" 53/144053/1
minho.sun [Mon, 14 Aug 2017 07:40:48 +0000 (16:40 +0900)]
Revert "[Tizen] fix TextLabel's LineWrapMode"

This reverts commit d124d336d50ad41a1b6fb98c83bfe99cc151cdae.

Change-Id: Ifc560f8219f8cc96418c1573a5d4f7f374f4183a

6 years agoRevert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor" 52/144052/1
minho.sun [Mon, 14 Aug 2017 07:40:30 +0000 (16:40 +0900)]
Revert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor"

This reverts commit 0463276cb5f921f3fb88f6516d9ea12991c60ad3.

Change-Id: I010f66a483cda01420649f7e64b2b0a718d5de51

6 years agoRevert "[Tizen] make SetClass() as public" 51/144051/1
minho.sun [Mon, 14 Aug 2017 07:40:18 +0000 (16:40 +0900)]
Revert "[Tizen] make SetClass() as public"

This reverts commit 18cac0330777778df0dc19cdde263bbb5bf0839d.

Change-Id: I7ae327998e15fa5b20bd3e019c4d92b33c07a55b

6 years agoRevert "[Tizen] fix LineWrap GET error" 50/144050/1
minho.sun [Mon, 14 Aug 2017 07:40:03 +0000 (16:40 +0900)]
Revert "[Tizen] fix LineWrap GET error"

This reverts commit d647b82d220c3d77f406aef448bec6108f5f11e5.

Change-Id: I2ae6ed6f6121b620b6be3e4748f47c9d1c6c80ad

6 years ago[Tizen] Make AppControl signal work 91/143991/1
minho.sun [Mon, 14 Aug 2017 06:46:47 +0000 (15:46 +0900)]
[Tizen] Make AppControl signal work

Change-Id: Ia967ba7a3828caf7e9a506de435dee7bc6ae8c73
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years ago[Tizen] fix LineWrap GET error 26/143726/1
dongsug.song [Fri, 11 Aug 2017 05:41:18 +0000 (14:41 +0900)]
[Tizen] fix LineWrap GET error

Change-Id: Ib2d40f318db6a1bf4253544ead72af4da13a4cbc
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoAdding Container base for Layer and View 09/143409/4
Agnelo Vaz [Wed, 9 Aug 2017 16:48:53 +0000 (17:48 +0100)]
Adding Container base for Layer and View

Change-Id: I413a9134839d0589776a39f3424ea7d4cb8f7c20

6 years ago[Tizen] make SetClass() as public 34/143534/1
dongsug.song [Thu, 10 Aug 2017 08:50:32 +0000 (17:50 +0900)]
[Tizen] make SetClass() as public

Change-Id: I0003b1b14c198f6b8f28cab3dbad4dd9567e6efc
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years ago[Tizen] make same as LineWrap mode for TextLabel and TextEditor 40/143440/1 accepted/tizen/unified/20170810.172407 submit/tizen/20170810.040905
dongsug.song [Thu, 10 Aug 2017 02:32:28 +0000 (11:32 +0900)]
[Tizen] make same as LineWrap mode for TextLabel and TextEditor

Change-Id: I57404b214bf79fe5df8513fff159fc2817202357
Signed-off-by: dongsug.song <dongsug.song@samsung.com>