platform/core/uifw/dali-csharp-binder.git
6 years agoMerge "Add properties of TextLabel/Editor" into devel/master
Jinho, Lee [Fri, 29 Sep 2017 04:28:53 +0000 (04:28 +0000)]
Merge "Add properties of TextLabel/Editor" into devel/master

6 years agoMerge "Manual binding for watch application and watch time" into devel/master
Minho Sun [Tue, 26 Sep 2017 00:25:15 +0000 (00:25 +0000)]
Merge "Manual binding for watch application and watch time" into devel/master

6 years agoAdd properties of TextLabel/Editor 86/141186/2
Jinho, Lee [Thu, 21 Sep 2017 09:36:46 +0000 (18:36 +0900)]
Add properties of TextLabel/Editor

      TextEditor
       -LINE_WRAP_MODE

      TextLabel
       -LINE_WRAP_MODE
       -LINE_COUNT

Change-Id: I995aca2e83bddd8c0ac98ad6ff7b12742b1f6300

6 years agoMerge "Add start and end property in PaddingType" into devel/master
Seoyeon Kim [Mon, 18 Sep 2017 02:14:32 +0000 (02:14 +0000)]
Merge "Add start and end property in PaddingType" into devel/master

6 years agoMerge "Change Set and Get InputPanelData() name" into devel/master
Seoyeon Kim [Mon, 18 Sep 2017 02:14:17 +0000 (02:14 +0000)]
Merge "Change Set and Get InputPanelData() name" into devel/master

6 years agoManual binding for watch application and watch time 22/147322/5
xb.teng [Mon, 4 Sep 2017 03:24:52 +0000 (11:24 +0800)]
Manual binding for watch application and watch time

Change-Id: I945015ed45a819703ad33782781fb7cece2ab132

6 years agoAdd start and end property in PaddingType 53/148153/4
Seoyeon Kim [Thu, 7 Sep 2017 02:56:55 +0000 (11:56 +0900)]
Add start and end property in PaddingType

- Deprecated Left and Right property in PaddingType
- Added Start and End property in PaddingType for multilingual UI framework
- Removed x, y, width, and height in PaddingType class

Change-Id: Ia1fa15bec7f0f983e3845ce23a6dfb8500cfe41b
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoAdded binding for Adaptor::RenderOnce 91/148091/1
Adeel Kazmi [Wed, 6 Sep 2017 18:20:09 +0000 (19:20 +0100)]
Added binding for Adaptor::RenderOnce

Change-Id: Idbb30c3b6d0f90b40651793ca090f8564feafec4

6 years agoChange Set and Get InputPanelData() name 03/148003/1
Seoyeon Kim [Wed, 6 Sep 2017 08:43:56 +0000 (17:43 +0900)]
Change Set and Get InputPanelData() name

In native ImfManager, two below APIs' name are changed :
- SetInputPanelUserData() -> SetInputPanelData()
- GetInputPanelUserData() -> GetInputPanelData()

Change-Id: Ibfe1e7758e40602136e7662d27966e02a740de59
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMerge "Adding TextLabel TextColorAnimatable" into devel/master
David Steele [Tue, 8 Aug 2017 15:33:18 +0000 (15:33 +0000)]
Merge "Adding TextLabel TextColorAnimatable" into devel/master

6 years agoMerge "Add FeedKeyEvent binding, to use it in window of nui" into devel/master
dongsug song [Tue, 8 Aug 2017 07:33:22 +0000 (07:33 +0000)]
Merge "Add FeedKeyEvent binding, to use it in window of nui" into devel/master

6 years agoAdd FeedKeyEvent binding, to use it in window of nui 90/141390/4
xb.teng [Mon, 31 Jul 2017 08:32:33 +0000 (16:32 +0800)]
Add FeedKeyEvent binding, to use it in window of nui

Change-Id: I2c3cc7de41d923067e8530eee5ff7e905302466a

6 years agoAdding TextLabel TextColorAnimatable 79/141179/3
Agnelo Vaz [Fri, 28 Jul 2017 09:57:37 +0000 (10:57 +0100)]
Adding TextLabel TextColorAnimatable

Change-Id: Icc91dc2007fcdc8b310302fdd1774e106226ea00

6 years agoAdded bindings for new ImageVisual devel properties 71/140071/1
David Steele [Fri, 21 Jul 2017 19:25:53 +0000 (20:25 +0100)]
Added bindings for new ImageVisual devel properties

Change-Id: I805ffb05eacee396252c3f53ac8ebb742cec3b3b

6 years agoMerge "Manual binding for ImfManager && fix string returned issus" into devel/master
dongsug song [Mon, 17 Jul 2017 07:19:03 +0000 (07:19 +0000)]
Merge "Manual binding for ImfManager && fix string returned issus" into devel/master

6 years agoMerge "manual binding for text-field,text-editor,application and window" into devel...
dongsug song [Mon, 17 Jul 2017 07:09:10 +0000 (07:09 +0000)]
Merge "manual binding for text-field,text-editor,application and window" into devel/master

6 years agoFix build error after DevelDevice changes in Core 99/138999/1
Adeel Kazmi [Fri, 14 Jul 2017 17:08:14 +0000 (18:08 +0100)]
Fix build error after DevelDevice changes in Core

Change-Id: I7c6e466504d90748b052a798e4d8b1aaafdbe579

6 years agoManual binding for ImfManager && fix string returned issus 67/138667/2
xb.teng [Thu, 13 Jul 2017 07:02:18 +0000 (15:02 +0800)]
Manual binding for ImfManager && fix string returned issus

Change-Id: I79d2f3d51c97a0f88efd24d1314289952b151eb8

6 years agomanual binding for text-field,text-editor,application and window 02/137102/4
xb.teng [Tue, 4 Jul 2017 10:32:40 +0000 (18:32 +0800)]
manual binding for text-field,text-editor,application and window

Here are changes:
1. Add ENABLE_SELECTION,PLACEHOLDER for text-editor;
2. Add ENABLE_SELECTION,PLACEHOLDER for text-field;
3. Add SetSize,GetSize,SetPosition,GetPosition for window;
4. Add a new constuctor for application;
5. update ResizedSignal for window.

Change-Id: Id203e246de19d2e94947233dbda84a61d9f1034a

6 years agoFix dali-csharp-binder.pc.in 86/136286/1
Heeyong Song [Thu, 29 Jun 2017 04:30:08 +0000 (13:30 +0900)]
Fix dali-csharp-binder.pc.in

Change-Id: I1980c1e6b0379347be95d2a45412659845443dfc

6 years agoAdded GetRefObjectPtr API for as operator support in C# 62/135662/3
Umar [Fri, 23 Jun 2017 17:27:52 +0000 (18:27 +0100)]
Added GetRefObjectPtr API for as operator support in C#

Change-Id: I2123784deb7f57b1ce2909c17e3ad5a4b0de41c0

6 years agoremove GetNativeWindowHandler() in devel window 88/133088/2
dongsug.song [Fri, 9 Jun 2017 01:42:31 +0000 (10:42 +0900)]
remove GetNativeWindowHandler() in devel window

Conflicts:
dali-csharp-binder/src/dali_wrap.cpp

Change-Id: I446df33289307cb81d06f9c13db5d2e88244c87e
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agomanual binding for FocusManager and Window 96/134896/1
xb.teng [Tue, 20 Jun 2017 08:15:42 +0000 (16:15 +0800)]
manual binding for FocusManager and Window

There are some changes:
1. Add MoveFocusBackward api for FocusManager;
2. Add Resized event for Window.

Change-Id: I6284b75d3b3e9e8cc9d6f331d1b6e024493492c3
Signed-off-by: xb.teng <xb.teng@samsung.com>
6 years agomanual binding for TextEditor 21/133821/2
xb.teng [Tue, 13 Jun 2017 11:40:38 +0000 (19:40 +0800)]
manual binding for TextEditor

There are changes:
1. Add event ScrollStateChanged binding for TextEditor

Change-Id: I523d92666cebcac49e00194bb1a0fc8a9fa0515f

6 years agoMerge "Added ControlImpl::CreateTransition wrapper" into devel/master
Adeel Kazmi [Mon, 19 Jun 2017 12:09:09 +0000 (12:09 +0000)]
Merge "Added ControlImpl::CreateTransition wrapper" into devel/master

6 years agoMerge "manual binding for TextEditor and ApplicationExtension" into devel/master
dongsug song [Tue, 13 Jun 2017 01:44:43 +0000 (01:44 +0000)]
Merge "manual binding for TextEditor and ApplicationExtension" into devel/master

6 years agoAdded ControlImpl::CreateTransition wrapper 81/134281/1
David Steele [Mon, 12 Jun 2017 19:12:49 +0000 (20:12 +0100)]
Added ControlImpl::CreateTransition wrapper

Change-Id: Ib9f27da33ffc6a207cfca4f17326d44bbb167f63
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoRemove whitespace from end of line 25/133525/1
Adeel Kazmi [Mon, 12 Jun 2017 14:29:46 +0000 (15:29 +0100)]
Remove whitespace from end of line

Change-Id: Iec5b222db0241da3a7b81f122d877d1d5ea90267

6 years agoVisual DepthIndex changed from Float to Integer 83/133483/1
Adeel Kazmi [Mon, 12 Jun 2017 11:00:00 +0000 (12:00 +0100)]
Visual DepthIndex changed from Float to Integer

Change-Id: I94981213151c6e85fa8cef423a64c56d73ac23e3

6 years agoAdding Animation Progress Notifcation 10/133310/3
Agnelo Vaz [Fri, 9 Jun 2017 16:01:08 +0000 (17:01 +0100)]
Adding Animation Progress Notifcation

Change-Id: I1dd59aec19c18e5f7bec54ad4b040687a13c4bbe

6 years agoAdded ImageVisual AlphaMaskURL property enumeration getter 04/133304/1
David Steele [Fri, 9 Jun 2017 12:20:59 +0000 (13:20 +0100)]
Added ImageVisual AlphaMaskURL property enumeration getter

Change-Id: Id1b59e7337133bf0e50a604a133136f4071df129

6 years agomanual binding for TextEditor and ApplicationExtension 21/132721/4
xb.teng [Wed, 7 Jun 2017 16:29:46 +0000 (00:29 +0800)]
manual binding for TextEditor and ApplicationExtension

There are two changes:
1. Add devel
properties(LINE_COUNT/PLACEHOLDER_TEXT/PLACEHOLDER_TEXT_COLOR) binding for text editor
2. Add api called Start binding for application extension

Change-Id: I2c2899ccf7bf734e89d6829adfbba14e0ec01935
Signed-off-by: xb.teng <xb.teng@samsung.com>
6 years agoRevert "[Tizen] Use old ABI temporarily" 17/131617/1 dali_1.2.41
dongsug.song [Tue, 16 May 2017 06:50:12 +0000 (15:50 +0900)]
Revert "[Tizen] Use old ABI temporarily"

This reverts commit 147d3bbbcf0fbacec77c57730da0a5dcce47949f.

Change-Id: I6ce144bae7b4b326d57e51abbcb97f0bebacc6d0

6 years agoSVACE issue fix 16/131616/1
dongsug.song [Fri, 12 May 2017 08:13:18 +0000 (17:13 +0900)]
SVACE issue fix

Change-Id: Id1d0b720d30ea03774d266b0467f9ae7c9fb356a
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agoremove unused files 09/131609/1
dongsug.song [Sun, 28 May 2017 04:52:11 +0000 (13:52 +0900)]
remove unused files

Change-Id: Iefaa4d536c970142206cf4e49bbce75e0bbf3557
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
6 years agomerging dali-sharp bindings with nui 75/131175/2
Umar [Thu, 25 May 2017 17:24:47 +0000 (18:24 +0100)]
merging dali-sharp bindings with nui

Change-Id: I30a83bfbfceec31d5e271a412c0eea4427db6d91

6 years agomanual bind tts player for nui 95/130995/1
xb.teng [Thu, 25 May 2017 11:52:34 +0000 (19:52 +0800)]
manual bind tts player for nui

Change-Id: I14d4ffb11426dafaea4f15efc341224462221199

7 years agoadd HiddenInput for TextField 46/130846/1
xb.teng [Wed, 24 May 2017 15:09:12 +0000 (23:09 +0800)]
add HiddenInput for TextField

Change-Id: I53934f904374c5bb10d0e116f1db54f5a01a8c0e

7 years agoMerge "TextLabel devel properties manual binding for auto scroll animation" into...
dongsug song [Wed, 17 May 2017 10:15:10 +0000 (10:15 +0000)]
Merge "TextLabel devel properties manual binding for auto scroll animation" into devel/master

7 years agomanual merge for nui 0.2.39 32/129432/3
xb.teng [Tue, 16 May 2017 18:25:54 +0000 (02:25 +0800)]
manual merge for nui 0.2.39

Change-Id: I42618436e8e2f8ad6921fd96713c5a23f746fcd2

7 years agoSVACE issue fix 64/128964/2
dongsug.song [Fri, 12 May 2017 07:02:40 +0000 (16:02 +0900)]
SVACE issue fix

Change-Id: I689f8155e0135ce024983e383c9ee23bf8150bf8
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agoTextLabel devel properties manual binding for auto scroll animation 48/128848/1
Jinho, Lee [Thu, 11 May 2017 15:45:04 +0000 (00:45 +0900)]
TextLabel devel properties manual binding for auto scroll animation

Change-Id: I2bd4ca2075e39f54f7ddf513ae87028fd8af53ce

7 years agoText Control devel Properties manual binding 29/128829/2
Seoyeon Kim [Wed, 10 May 2017 07:57:43 +0000 (16:57 +0900)]
Text Control devel Properties manual binding

- TextEditor / TextField / TextLabel

Change-Id: If301c9ebb3033704ac1a8e3a9c0b77fa364bd9fc
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agomanual merge 0.2.38 13/128313/2
xb.teng [Mon, 8 May 2017 22:11:36 +0000 (06:11 +0800)]
manual merge 0.2.38

Change-Id: Ice07df8d107f924683beeda1c171039f2182f6db
Signed-off-by: xb.teng <xb.teng@samsung.com>
7 years agoMerge "Commit manual merge for dali-csharp." into devel/master
dongsug song [Mon, 8 May 2017 01:53:23 +0000 (01:53 +0000)]
Merge "Commit manual merge for dali-csharp." into devel/master

7 years agoCommit manual merge for dali-csharp. 93/127993/1
Feng Jin [Wed, 3 May 2017 23:35:23 +0000 (07:35 +0800)]
Commit manual merge for dali-csharp.

Change-Id: Ib8fb4086f2c985febcba6571073ae1579240ea7b
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
7 years agoMerge "change the version of binder to 0.2.37" into tizen accepted/tizen/unified/20170502.165641 dali_1.2.37 submit/tizen/20170502.061218
dongsug song [Tue, 2 May 2017 12:10:35 +0000 (12:10 +0000)]
Merge "change the version of binder to 0.2.37" into tizen

7 years agochange the version of binder to 0.2.37 43/127943/1
Feng Jin [Tue, 2 May 2017 19:56:36 +0000 (03:56 +0800)]
change the version of binder to 0.2.37

Change-Id: I32fa75239627ae0262caac81389bd4c80c9feb1b
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
7 years agoMerge "Remove "SelectedStateImage","UnselectedStateImage" and "DisabledStateImage...
dongsug song [Tue, 2 May 2017 12:09:12 +0000 (12:09 +0000)]
Merge "Remove "SelectedStateImage","UnselectedStateImage" and "DisabledStateImage" properties of Button." into tizen

7 years agoRemove "SelectedStateImage","UnselectedStateImage" and "DisabledStateImage" propertie... 29/127929/1
Feng Jin [Tue, 2 May 2017 19:16:43 +0000 (03:16 +0800)]
Remove "SelectedStateImage","UnselectedStateImage" and "DisabledStateImage" properties of Button.

Change-Id: I6e0fd57441578c771814a75ca1b535242c373d99
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
7 years agocopy dali-sharp into csharp-binder 27/127927/1
dongsug.song [Tue, 2 May 2017 11:18:26 +0000 (20:18 +0900)]
copy dali-sharp into csharp-binder

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

7 years agoImfManager manual binding 69/127269/8
dongsug.song [Thu, 27 Apr 2017 02:01:25 +0000 (11:01 +0900)]
ImfManager manual binding

- this should be merged together with https://review.tizen.org/gerrit/#/c/127271/

Change-Id: I9e9393fa95394fa744272554ec150ab3a4774c9b
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agoAdd LICENSE.BSD-3-Clause file 86/126986/1
Seoyeon Kim [Tue, 25 Apr 2017 12:19:40 +0000 (21:19 +0900)]
Add LICENSE.BSD-3-Clause file

- BSD 2.0 is the wrong expression of BSD-3-Clause. Fixed it.

Change-Id: I78af13a3413fd9cb61f8bed754ec3b4622d90afa
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agodali 1.2.36 version release 60/126960/1 accepted/tizen/unified/20170426.061805 dali_1.2.36 submit/tizen/20170425.110915
dongsug.song [Tue, 25 Apr 2017 10:59:03 +0000 (19:59 +0900)]
dali 1.2.36 version release

Change-Id: Ib93a80e449fc769b464e49e4b9bc1b0fa6199e78
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agoRemove SetDeviceName and SetDeviceClass 57/126957/1
Feng Jin [Tue, 25 Apr 2017 18:42:07 +0000 (02:42 +0800)]
Remove SetDeviceName and SetDeviceClass

Change-Id: I073847a14e6b60fb1b2109bb7312bbad6f2680df
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
7 years agoManual merge for dali-csharp-binder v0.2.36 89/126889/1 submit/tizen/20170425.094140
Youxia Wu [Tue, 25 Apr 2017 15:44:08 +0000 (23:44 +0800)]
Manual merge for dali-csharp-binder v0.2.36

Change-Id: I72a613433d11b03ede01c76876601be7e47c17da
Signed-off-by: Youxia Wu <youxia.wu@partner.samsung.com>
7 years agogbs build error fix 89/126689/1
dongsug.song [Tue, 25 Apr 2017 00:37:38 +0000 (09:37 +0900)]
gbs build error fix

Change-Id: Ifce036291b92f02da8908ddc54353efd02b7fe21
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years ago[Tizen] Use old ABI temporarily 09/126509/1 submit/tizen/20170424.093438
Heeyong Song [Mon, 24 Apr 2017 02:22:58 +0000 (11:22 +0900)]
[Tizen] Use old ABI temporarily

Change-Id: Ie23c00f4a94bb0a3ccc6b04626d2d827f8dc2244

7 years agokeygrab & ecore-wl-window-handle c# binding 03/126403/3
dongsug.song [Fri, 21 Apr 2017 08:22:31 +0000 (17:22 +0900)]
keygrab & ecore-wl-window-handle c# binding

- this is a pair with dali-adaptor patch of https://review.tizen.org/gerrit/#/c/126398/

Change-Id: I77fe333676946936b02fd4fafcf5c909a6d14e6a
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agocsharp-binder 1.2.35 release 90/125490/1 accepted/tizen/unified/20170418.072640 dali_1.2.35 submit/tizen/20170417.100748
Feng Jin [Mon, 17 Apr 2017 22:07:42 +0000 (06:07 +0800)]
csharp-binder 1.2.35 release

Change-Id: I1d4ceb2a9dad91c18f36e7711f25c0268bea7f7d
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
7 years agoAdd ManualMerge for key.cs 85/125485/2
Feng Jin [Mon, 17 Apr 2017 20:34:42 +0000 (04:34 +0800)]
Add ManualMerge for key.cs

Change-Id: I5f07007cbb02e8771cdc7de47816d1e3b0a944a8
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
7 years agoManual merge for dali-csharp binder v0.2.35 02/125302/1
Feng Jin [Sat, 15 Apr 2017 12:26:25 +0000 (20:26 +0800)]
Manual merge for dali-csharp binder v0.2.35

Change-Id: I8809b9d33b4bc6ccc4299d50382959266dfc6bd7
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
7 years agoFill the license in dali-csharp-binder.spec file 39/124939/1
Seoyeon Kim [Thu, 13 Apr 2017 05:44:15 +0000 (14:44 +0900)]
Fill the license in dali-csharp-binder.spec file

- Set the license as Apache-2.0, BSD-2-Clause, and MIT

Change-Id: Ia35f4fd20dcd0e97e0c4a1f09e86450eb7cd6b64
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agodali 1.2.34, nui 0.2.34 release 60/124160/1 accepted/tizen/unified/20170410.160131 dal_1.2.34 dali_1.2.34 submit/tizen/20170410.071852
dongsug.song [Mon, 10 Apr 2017 10:19:28 +0000 (19:19 +0900)]
dali 1.2.34, nui 0.2.34 release

Change-Id: Idd7d3991cea805100218141dbcc36ee4304ee1d5
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agoManual Merge for csahrp binder for v0.2.34 18/124018/2
Feng Jin [Mon, 10 Apr 2017 11:15:07 +0000 (19:15 +0800)]
Manual Merge for csahrp binder for v0.2.34

Change-Id: Ia22401dc5fafa21e6a171ab9d0d5da4686f0fae7
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
7 years agofix PreFocusChange signal count error 00/123200/1
dongsug.song [Wed, 5 Apr 2017 02:12:03 +0000 (11:12 +0900)]
fix PreFocusChange signal count error

Change-Id: Ie81359813581c467a25f1861cb921ba7276761ba
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agocode update for nui 0.2.33-pre1 99/122399/1 accepted/tizen_common accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170403.185736 accepted/tizen/mobile/20170403.022146 accepted/tizen/tv/20170403.022238 accepted/tizen/unified/20170403.022458 submit/tizen/20170331.124519
dongsug.song [Fri, 31 Mar 2017 07:29:32 +0000 (16:29 +0900)]
code update for nui 0.2.33-pre1

Change-Id: I28003ca03346d3e66a060d122e04e918f1c84cc9
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agodali native version check 81/121981/2
dongsug.song [Wed, 29 Mar 2017 23:30:04 +0000 (08:30 +0900)]
dali native version check

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

7 years agonui manual merge 0.2.32, mapping to dali 1.2.32 96/121196/2 accepted/tizen/common/20170327.143423 accepted/tizen/mobile/20170328.060147 accepted/tizen/tv/20170328.060250 accepted/tizen/unified/20170328.060533 submit/tizen/20170327.130356
xb.teng [Mon, 27 Mar 2017 08:12:25 +0000 (16:12 +0800)]
nui manual merge 0.2.32, mapping to dali 1.2.32

Change-Id: Id7b90c23d33792f0283a5f35d087bc1bfe89c1ba
Signed-off-by: xb.teng <xb.teng@samsung.com>
7 years agodali version sync 1.2.31 36/119736/1 accepted/tizen/common/20170320.174042 accepted/tizen/common/20170324.123350 accepted/tizen/mobile/20170320.222851 accepted/tizen/mobile/20170324.111910 accepted/tizen/tv/20170320.222937 accepted/tizen/tv/20170324.112008 accepted/tizen/unified/20170320.223144 accepted/tizen/unified/20170324.112301 submit/tizen/20170320.091401 submit/tizen/20170324.082849
dongsug.song [Mon, 20 Mar 2017 03:27:25 +0000 (12:27 +0900)]
dali version sync 1.2.31

Change-Id: I508604a1258ff753da8497c8e6c9d9460833ca8f
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agoversion noti 64/118764/1 accepted/tizen/common/20170314.173046 accepted/tizen/mobile/20170314.223742 accepted/tizen/tv/20170314.223757 accepted/tizen/unified/20170315.014504 submit/tizen/20170314.041733
dongsug.song [Tue, 14 Mar 2017 04:09:12 +0000 (13:09 +0900)]
version noti

Change-Id: I2235b687cab408048870e6b5430f0c82173bf106
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agodali-csharp-binder upgrade to 1.2.30 63/118563/1 accepted/tizen/common/20170313.162845 accepted/tizen/mobile/20170314.074551 accepted/tizen/tv/20170314.074731 accepted/tizen/unified/20170314.074955 submit/tizen/20170313.134641
dongsug.song [Mon, 13 Mar 2017 07:17:45 +0000 (16:17 +0900)]
dali-csharp-binder upgrade to 1.2.30

Change-Id: Ic15a8b67cc3a30147f3127167e04b405e4ed6638
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agodali version upgrade to 1.2.28 26/117126/1 accepted/tizen/common/20170306.164856 accepted/tizen/mobile/20170306.103125 accepted/tizen/tv/20170306.103235 accepted/tizen/unified/20170309.034754 submit/tizen/20170228.014422 submit/tizen/20170306.033709 submit/tizen_unified/20170308.100410
dongsug.song [Fri, 3 Mar 2017 02:13:03 +0000 (11:13 +0900)]
dali version upgrade to 1.2.28

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

7 years agoDali C#: version upgrade 1.2.25 sync with tizen branch 70/115070/1 accepted/tizen/common/20170223.182733 accepted/tizen/mobile/20170220.223815 accepted/tizen/tv/20170220.224001 submit/tizen/20170220.003759 submit/tizen_common/20170223.085556 submit/tizen_common/20170223.092744
dongsug.song [Thu, 16 Feb 2017 07:31:38 +0000 (16:31 +0900)]
Dali C#: version upgrade 1.2.25 sync with tizen branch

Change-Id: Ib4b7f0cf67b7792dcc64cec1c33db7d6149b53be
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
7 years agoDali C#: sync with dali version upgraded to 1.2.22 08/111508/1 accepted/tizen/common/20170123.182557 accepted/tizen/mobile/20170123.113704 accepted/tizen/tv/20170123.113724 submit/tizen/20170121.041050 submit/tizen/20170123.015134 submit/tizen_common/20170123.022625
dongsug.song [Sat, 21 Jan 2017 02:35:07 +0000 (11:35 +0900)]
Dali C#: sync with dali version upgraded to 1.2.22

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

7 years agoDali C#: GBS build error fix 54/110254/7 submit/tizen/20170120.053306
dongsug.song [Fri, 13 Jan 2017 10:18:24 +0000 (19:18 +0900)]
Dali C#: GBS build error fix

- GBS build error occurs by the difference of dali version between tizen and devel/master branch.
- Dali tizen branch should be upgraded as soon as possible.
- change access modifiers of internal-folder as 'internal'.

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

7 years agoDali C#: initial code commit for tizen branch 13/109713/2 submit/tizen/20170113.062746
dongsug.song [Wed, 11 Jan 2017 08:30:59 +0000 (17:30 +0900)]
Dali C#: initial code commit for tizen branch

- csharp native wrapper GBS build enabled. (libdali-csharp-binder.so)
- .NET Core Dali library GBS build enabled. (Tizen.NUI.dll) so there are two .spec files.
- based on 2017-01-11 code snapshot, Dali version 1.2.21.
- patchsets (https://review.tizen.org/gerrit/#/c/108639/, https://review.tizen.org/gerrit/#/c/108776/)
  are applied.
- separation of public and internal folder.
- sample app Visual Studio project added. (etc/SampleApplication/SampleApplication.sln)
- need to commit Tizen.NUI.dll into DXL NuGet server.

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

7 years agodali-csharp-binder initial code upload 22/105422/5
dongsug.song [Fri, 16 Dec 2016 06:14:27 +0000 (15:14 +0900)]
dali-csharp-binder initial code upload

- csharp native wrapper GBS build enabled. (libdali-csharp-binder.so)
- SWIG auto-generated .cs codes are seperated into 'public' and 'internal' manually.
- 2016.12.19 delta updated. SWIG auto-generated differences are updated.
- 2016.12.22 delta updated.
- separation of public and internal folder.
- make partial class to hide unwanted symbols :
  Actor.cs, AlphaFunction.cs, Animation.cs, FlexContainer.cs,
  ImageView.cs, Stage.cs, View.cs
- 2017.01.05 delta updated.
- native wrapper(libdali-csharp-binder.so) gbs build enabled
- need to check all the public csharp files, and still working on progress.

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

7 years agoInitial empty repository
Jong Jeong Kim [Wed, 14 Dec 2016 01:12:41 +0000 (17:12 -0800)]
Initial empty repository