[NUI] NUI Integration - nui_1.2.83 version (#98)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Wed, 31 Jan 2018 05:58:58 +0000 (14:58 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 31 Jan 2018 05:58:58 +0000 (14:58 +0900)
commit55a6d13d908833fc066db01fde276d5c9621356c
treecbe5dc1c3a663957a2ac50111e67331483f75b0e
parent37a0b0f1d38ea3a2324b9453253ec5d3351b3994
[NUI] NUI Integration - nui_1.2.83 version (#98)

* [NUI] change some comments of Timer and Window APIs

Change-Id: I46c9f3e7c100ec87ce52b1acf846d1c3f8573ce3
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
src/Tizen.NUI/src/public/Window.cs

* [NUI] fix animation finished callback null reference crash

Change-Id: Ice6383394ec99d5752cde31df445c9d5c7b41d7a
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] depense code for TriggerEvent::Triggered callback null-reference issue

Change-Id: I89dc2920dccec2243fb5562ee8b61caacc4b73b7
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
src/Tizen.NUI/src/internal/Application.cs

* [NUI] add depense code for TriggerEvent callback null reference issue

Change-Id: If2576f22ba10cf23cc0724df4ccf2513a68c30e1
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/public/Timer.cs

* [NUI] Fix TriggerEvent::Triggered callback null-reference issue

Change-Id: I715503d59efd11dc20d798013714dc669537df96

* [NUI] Revert "temporary fix! fix wrong value of screen position in object dump"

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
src/Tizen.NUI/src/public/Layer.cs

This reverts commit 9bd231dcee34a49087688f8af0bc0d269562ecfa.

Change-Id: I466c7a4a929afe6a89a8fbe8d46fc54e46a0a70e

Conflicts:
src/Tizen.NUI/src/public/NUIApplication.cs

* [NUI] depense code for crash of GetProperty()'s null parameter

Change-Id: I236da0a3a42e1d38cb7201e596f99b42e348a271
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Update Widget / NUIWidgetApplication

Update Widget/ NUIWidgetAppliation.

Change-Id: I4a123453830e641cfb4452f56a9924408d11b17c

* [NUI] Remove some unused APIs.

Change-Id: Ida75bc6e95408752b2f6a706a557a6a1221ee8e7
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
* [NUI] add EnableShiftSelection in TextField,TextEditor

Change-Id: I7efc425f43c62f535fc3af31dfcd8e1aa0d1dcbc
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] add Reload() to reload image forcely

Conflicts:
src/Tizen.NUI/src/internal/ManualPINVOKE.cs

Change-Id: I66b31730146927f035717f24e8f144742ca0e555
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Add ImageLoading and PixelBuffer for TextureSet

Change-Id: I20aff0bab6faebf325a32e91359dba835bdba7e7
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
src/Tizen.NUI/src/internal/NDalicPINVOKE.cs

* [NUI] Update attribute and comments of PixelData

Change-Id: If61c84887ba06394f653fc271e97d9fe091d6a90

* [NUI] Add protect codes in Dispose()

Change-Id: I965de0e538e0b07a83a757e9c860fc11991f4903

* NUI release 1.2.81 (#27)

* [4.0] Fix auto tct widgetImpl dispose crash

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] DALi version 1.2.81

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
packaging/version.txt
src/Tizen.NUI/src/internal/VersionCheck.cs

* [NUI] Support for animated GIF (#34)

* [NUI] Added playback (i.e. Play, Pause, Stop) support for the animated GIF

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Loop count support for animated GIF

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Modify property index

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Fix SiblingOrder return value (#37)

If parentChildren count is empty, return 0

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
src/Tizen.NUI/src/public/BaseComponents/View.cs

* [NUI] Fix svace issue (#41)

* [NUI] Fix svace issue

Value widget, which was created by as-operator, so can be null,
is dereferenced in method call widget.GetIntPtr()

Value value, which is result of method invocation with possible null return value,
is dereferenced in method call value.Get()

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Modify unassigned local variable 'str'

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Nui release 1.2.82 (#45)

* [NUI] Added RefObjectPtr null check condition in Registry

copy from gerrit
 : https://review.tizen.org/gerrit/#/c/167442/1

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] C# binding for VERTICAL_LINE_ALIGNMENT property

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] NUI release 1.2.82

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
packaging/version.txt

* [NUI] Add SetProperty for VerticalLineAlignment (#48)

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] Add protected codes to avoid the crash when the IntPtr of key is 0 (#72)

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI]fix memory leak problem caused by wrong increased ref-cnt (#75)

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] Apply SiblingOrder

Change-Id: I8a44269bd4bb6a23db33bad05763e3e4e250c8b4
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] fix memory leak problem

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

Change-Id: Ifbc9703e19bab871dc62bb9ac71159c5450d8bfd
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
* [NUI] NUI_1.2.83 version release (#77)

* [NUI] remove this.Reset in Animation Dispose

* [NUI] NUI_1.2.83 Version

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
Conflicts:
packaging/version.txt
src/Tizen.NUI/src/public/Animation.cs

* [NUI] Add EditorBrowable keyowrd

This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
67 files changed:
packaging/version.txt
src/Tizen.NUI/src/internal/AnimationSignal.cs
src/Tizen.NUI/src/internal/AppSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/CreateWidgetFunction.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/DisposeQueue.cs
src/Tizen.NUI/src/internal/FrameBuffer.cs
src/Tizen.NUI/src/internal/ManualPINVOKE.cs
src/Tizen.NUI/src/internal/NDalic.cs
src/Tizen.NUI/src/internal/NDalicPINVOKE.cs
src/Tizen.NUI/src/internal/NUIWidgetCoreBackend.cs
src/Tizen.NUI/src/internal/Object.cs
src/Tizen.NUI/src/internal/Registry.cs
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Widget__Impl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/TimerSignalType.cs
src/Tizen.NUI/src/internal/VersionCheck.cs
src/Tizen.NUI/src/internal/ViewWrapperImpl.cs
src/Tizen.NUI/src/internal/WidgetApplication.cs
src/Tizen.NUI/src/internal/WidgetApplicationLowBatterySignalType.cs [deleted file]
src/Tizen.NUI/src/internal/WidgetApplicationLowMemorySignalType.cs [deleted file]
src/Tizen.NUI/src/internal/WidgetCreateSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/WidgetImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WidgetImplPtr.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/WidgetPauseSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/WidgetResizeSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/WidgetResumeSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/WidgetTerminateSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/WidgetUpdateSignalType.cs [deleted file]
src/Tizen.NUI/src/public/Animation.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/Scrollable.cs
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/VideoView.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs [changed mode: 0755->0644]
src/Tizen.NUI/src/public/BaseHandle.cs
src/Tizen.NUI/src/public/FocusManager.cs
src/Tizen.NUI/src/public/ImageLoading.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/ImfManager.cs
src/Tizen.NUI/src/public/Layer.cs
src/Tizen.NUI/src/public/NUIApplication.cs
src/Tizen.NUI/src/public/NUIConstants.cs
src/Tizen.NUI/src/public/NUIWidgetApplication.cs
src/Tizen.NUI/src/public/PixelBuffer.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/PixelData.cs
src/Tizen.NUI/src/public/Property.cs
src/Tizen.NUI/src/public/Renderer.cs
src/Tizen.NUI/src/public/StyleManager.cs
src/Tizen.NUI/src/public/TTSPlayer.cs
src/Tizen.NUI/src/public/TextureSet.cs
src/Tizen.NUI/src/public/Timer.cs
src/Tizen.NUI/src/public/Touch.cs
src/Tizen.NUI/src/public/UIComponents/Button.cs
src/Tizen.NUI/src/public/UIComponents/Popup.cs
src/Tizen.NUI/src/public/UIComponents/ProgressBar.cs
src/Tizen.NUI/src/public/UIComponents/ScrollBar.cs
src/Tizen.NUI/src/public/UIComponents/ScrollView.cs
src/Tizen.NUI/src/public/UIComponents/Slider.cs
src/Tizen.NUI/src/public/VisualFactory.cs
src/Tizen.NUI/src/public/VisualMaps.cs
src/Tizen.NUI/src/public/Widget.cs
src/Tizen.NUI/src/public/Window.cs
test/NUITestSample/NUITestSample/examples/imageview-doaction-test.cs [new file with mode: 0755]
test/NUITestSample/NUITestSample/examples/ref-cnt-error-memory-leak.cs [new file with mode: 0755]
test/NUITestSample/NUITestSample/examples/text-test.cs