platform/core/csapi/elm-sharp.git
7 years agoAdd IsMoveSync property to EvasMap
Piotr Bereza [Tue, 18 Oct 2016 15:31:45 +0000 (17:31 +0200)]
Add IsMoveSync property to EvasMap

This is needed to synchronize a move of transformed (e.g. rotated)
evas object with a move of a parent.
By default it is not synchronized.

Change-Id: Ie88d1da5052da9cba5fe9682852590f2a6cb8a43
Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
7 years agoMerge "Fix GC finalizer issue" into devel
Kangho Hur [Tue, 18 Oct 2016 06:03:37 +0000 (15:03 +0900)]
Merge "Fix GC finalizer issue" into devel

7 years agoFix GC finalizer issue
Seungkeun Lee [Thu, 13 Oct 2016 07:15:16 +0000 (16:15 +0900)]
Fix GC finalizer issue

 - Finalizer was called in GC thread and it can't access EFL object
 - Remove all finalizer code that access EFL object
 - Hold the reference of EvasObject that was added on Window
 - Fix wrong IDispose implemention
   - When Dispose(false) native handle should be freed,
     but we didn't, it cause seg-fault, after released C# layer, native callback can invoked.
   - So, We release native handle when Dispose(false) was called.
   - but, it will cause some error message 'Maybe it has already been freed.'

Change-Id: Ic225799ac8cf9fd102a67d870043cb24bad55c7d

7 years agoMerge "Sync elementary color class API" into devel
Kangho Hur [Tue, 18 Oct 2016 01:32:57 +0000 (10:32 +0900)]
Merge "Sync elementary color class API" into devel

7 years ago[Theme] update color_class(colorselector, entry, label)
Sungtaek Hong [Mon, 17 Oct 2016 07:39:04 +0000 (16:39 +0900)]
[Theme] update color_class(colorselector, entry, label)

Change-Id: I28ef858fd0c2171c758da5e6a0c16aaad9337198

7 years agoGenList clear and update item class api
Lukasz Foniok [Wed, 5 Oct 2016 13:21:02 +0000 (15:21 +0200)]
GenList clear and update item class api

Change-Id: I5b20b244796c501e56dc12c560a4a3835e189b66
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
7 years agoUpdate version to 1.0.7
rina6350.you [Thu, 13 Oct 2016 05:31:19 +0000 (14:31 +0900)]
Update version to 1.0.7

Change-Id: If0af84f95a6ba9e9974e6bf4ae117ababa5357b0

7 years agoChange TestRunner's main list view from List to GenList (for TV)
JEONGHYUN YUN [Wed, 12 Oct 2016 08:25:38 +0000 (17:25 +0900)]
Change TestRunner's main list view from List to GenList (for TV)

Change-Id: I0a03f424d492b951f2a2f5c6feaf14fcf0fcf032
Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
7 years agoGenListItem Selection Mode method
Lukasz Foniok [Thu, 6 Oct 2016 15:45:06 +0000 (17:45 +0200)]
GenListItem Selection Mode method

Change-Id: I59d2d1944b1bcb459085102371a8e6889d09b48d
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
7 years agoSync elementary color class API
jh0506.yun [Tue, 11 Oct 2016 11:58:45 +0000 (20:58 +0900)]
Sync elementary color class API

Change-Id: Ib6faa9aa6c510fe7a59ffd83ee7ad6f411e690d1
Signed-off-by: jh0506.yun <jh0506.yun@DO-JH0506-YUN03>
7 years agoAdd Scrollable property to ElmSharp.Entry
Pawel Andruszkiewicz [Thu, 6 Oct 2016 10:23:34 +0000 (12:23 +0200)]
Add Scrollable property to ElmSharp.Entry

Warning: enabling the Scrollable property changes the internal hierarchy of
the entry (via elm_widget_resize_object_set()). This in turn causes all kinds
of side effects, i.e. changing the background color via
    ElmSharp.Widget.SetPartColor("bg-default", color);
no longer works.

Change-Id: I4873bcdebdc9e8472710c8b0575aabd009398148
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
7 years agoFix build break on Net45
jh5.cho [Mon, 10 Oct 2016 05:56:04 +0000 (14:56 +0900)]
Fix build break on Net45

Change-Id: I45aaf179cda1042967d396dece7448b6d7fa3f92

7 years agoAdd ElmSharp.GestureLayer class
Piotr Szydelko [Mon, 3 Oct 2016 11:33:35 +0000 (13:33 +0200)]
Add ElmSharp.GestureLayer class

Change-Id: I86d2736395a10a1da10e6fb860d06e3d77b73612

7 years agoMerge "Add ElmSharp theme" into devel
Kangho Hur [Thu, 6 Oct 2016 06:33:22 +0000 (15:33 +0900)]
Merge "Add ElmSharp theme" into devel

7 years agoAdd ElmSharp theme
jh0506.yun [Thu, 6 Oct 2016 01:18:38 +0000 (10:18 +0900)]
Add ElmSharp theme

Signed-off-by: jh0506.yun <jh0506.yun@samsung.com>
Change-Id: Iaec9141c09206230cb1b6d1b66dc0b86ab7653fa

7 years agoDisable AutoReqProv in spec file
WonYoung Choi [Wed, 5 Oct 2016 09:32:32 +0000 (18:32 +0900)]
Disable AutoReqProv in spec file

Change-Id: I411686bcf4eefc8afefff65ef6b54ddad6fe1fa6

7 years agoUse nuget restore to solve dependencies
WonYoung Choi [Tue, 4 Oct 2016 06:39:10 +0000 (15:39 +0900)]
Use nuget restore to solve dependencies

Change-Id: I9541707be648a37c493dc2715b67dbe45611b888

7 years agoMerge changes I83ca9c8a,Ibe5ada85 into devel
Kangho Hur [Thu, 29 Sep 2016 00:42:31 +0000 (09:42 +0900)]
Merge changes I83ca9c8a,Ibe5ada85 into devel

* changes:
  Add BoxLayout TC
  Fix callback order issue, memory leak issue in GenItem,GenItemClass

7 years agoUpdate version to 1.0.4
WonYoung Choi [Tue, 27 Sep 2016 07:02:07 +0000 (16:02 +0900)]
Update version to 1.0.4

Change-Id: I17ce192eceb4fadfa0339b0147775f06c1d19da1

7 years agoAdd BoxLayout TC
Seungkeun Lee [Mon, 26 Sep 2016 23:59:45 +0000 (08:59 +0900)]
Add BoxLayout TC

Change-Id: I83ca9c8a12e4cd4fc0e714ee68e4f8f4aeac977d

7 years agoFix callback order issue, memory leak issue in GenItem,GenItemClass
Seungkeun Lee [Mon, 26 Sep 2016 22:57:52 +0000 (07:57 +0900)]
Fix callback order issue, memory leak issue in GenItem,GenItemClass

 - GenItemClass::DeleteHandler was called, after related item was cleanup
   So, developer can't access to related item in DeleteHandler.
   I change the source of DeleteHandler
 - Memory leak on ItemObject
   s_IdToItemTable and s_HandleToItemTable was not removed when Item was deleted, So ItemObject can't released.

Change-Id: Ibe5ada852f1c1d777ece5667b3aafa5be4cf119d

7 years agoFix assignment of the item class
Pawel Andruszkiewicz [Mon, 26 Sep 2016 11:57:20 +0000 (13:57 +0200)]
Fix assignment of the item class

Change-Id: I2ca06b050bfb755b4424621054cfb5840c6bfd0e
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
7 years agoMerge "Make Deleted event for GenListItem object public" into devel
Kangho Hur [Mon, 26 Sep 2016 11:55:29 +0000 (20:55 +0900)]
Merge "Make Deleted event for GenListItem object public" into devel

7 years agoMerge "Add Evas Polygon class" into devel
Kangho Hur [Mon, 26 Sep 2016 02:39:32 +0000 (11:39 +0900)]
Merge "Add Evas Polygon class" into devel

7 years agoAdd additional fields to structure SystemTime representing struct tm
WonYoung Choi [Mon, 26 Sep 2016 02:23:33 +0000 (11:23 +0900)]
Add additional fields to structure SystemTime representing struct tm

Change-Id: Ib44aa8ada3be508edbe9dbbfb8b94ff9087e7d6e

7 years agoAdd Evas Polygon class
Piotr Szydelko [Thu, 22 Sep 2016 08:43:07 +0000 (10:43 +0200)]
Add Evas Polygon class

Change-Id: Ic8c20b1e7da8ee77f0fc4244843533b9c92b90af
Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>
7 years agoMake Deleted event for GenListItem object public
Lukasz Foniok [Fri, 23 Sep 2016 11:07:38 +0000 (13:07 +0200)]
Make Deleted event for GenListItem object public

Change-Id: I08e66a58d372af24cabcdf68a9fff0ddc5b143c4
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
7 years agoUpdate version to 1.0.3
WonYoung Choi [Thu, 22 Sep 2016 06:35:34 +0000 (15:35 +0900)]
Update version to 1.0.3

Change-Id: Ia32dd220f07d7237309650f841e5307a7aa38187

7 years agoAdd tpk packaging for ElmSharp.Test
WonYoung Choi [Thu, 22 Sep 2016 04:54:58 +0000 (13:54 +0900)]
Add tpk packaging for ElmSharp.Test

Change-Id: I15eb34230216a83be77ad2341d55b5f58e68ffc4

7 years agoAdd PerformanceTest
chungryeol Lim [Fri, 9 Sep 2016 11:05:44 +0000 (20:05 +0900)]
Add PerformanceTest

* EcoreAnimator, ElmScrollCOnfig have been added.
* ScrollAnimationStared/Stoppe and Changed event have been added in GenList.
* RenderPost event has been added in EvasObject.

Change-Id: Ia093d4787cc50e4ac5a966b35222102069f43729
Signed-off-by: chungryeol Lim <cdark.lim@samsung.com>
7 years agoFix error typo Window.AvailableRotations
Seungkeun Lee [Thu, 22 Sep 2016 00:13:43 +0000 (09:13 +0900)]
Fix error typo Window.AvailableRotations

Change-Id: I8d79c721c9c867ecefc68fe0ee58834bca767767

7 years agoAdd Toggled event in Panel
Seungkeun Lee [Wed, 21 Sep 2016 05:09:22 +0000 (14:09 +0900)]
Add Toggled event in Panel

 - Please latest binary to test Toggled event (after 9/4)

Change-Id: I0d28e05cfe29f02e2fc84f2ed68467fbebc9dadf

7 years agoAdd InsertAfter method in Naviframe
Seungkeun Lee [Wed, 21 Sep 2016 02:19:41 +0000 (11:19 +0900)]
Add InsertAfter method in Naviframe

 - It is need to Forms to implement Push without animation

Change-Id: I6bf64e57efa589889366d69042acf41ee56790e6

7 years agoRefacto Window initialize code
Seungkeun Lee [Mon, 19 Sep 2016 05:45:43 +0000 (14:45 +0900)]
Refacto Window initialize code

 - Move from OnRealized to Constructor
 - Orignally we add initialize code into OnRealized method to reuse with Sub class(WidgetWindow)
   But, Initialized code only for elm-window, not Widget window, So move to Constructor of Window
 - To deprecate OnRealized method

Change-Id: I7d4ddc8f04cdeb7e22acdd25d071e426a32a01e9

7 years agoFix Popped event registration in InsertBefore
Piotr Bereza [Wed, 14 Sep 2016 14:37:03 +0000 (16:37 +0200)]
Fix Popped event registration in InsertBefore

Change-Id: I364bd12ed50ff28be065582a72699d404b28c09f
Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
7 years ago[Entry]Modify SetInputPanelEnabled
Qian Sui [Mon, 19 Sep 2016 07:02:25 +0000 (15:02 +0800)]
[Entry]Modify SetInputPanelEnabled

Change-Id: I8ff2735ce5576dbf8f59902be62ecaf88c5e4d94
Signed-off-by: Qian Sui <qian.sui@samsung.com>
7 years agoMerge "Add IsHighlight for GenGrid to implement Calculator App." into devel
SungGyu Choi [Mon, 19 Sep 2016 04:31:45 +0000 (13:31 +0900)]
Merge "Add IsHighlight for GenGrid to implement Calculator App." into devel

7 years agoFix InsertBefore method
Piotr Bereza [Wed, 14 Sep 2016 08:33:45 +0000 (10:33 +0200)]
Fix InsertBefore method

Change-Id: Ic938f2aabc506fe4e942314c765776db64c8974a
Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
7 years agoFix pop callback registration
Piotr Bereza [Wed, 14 Sep 2016 08:25:35 +0000 (10:25 +0200)]
Fix pop callback registration

Change-Id: Ia75be801676abea84080639c7169c7468e01f77a
Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
7 years agoAdd IsHighlight for GenGrid to implement Calculator App.
Qian Sui [Tue, 13 Sep 2016 06:58:59 +0000 (14:58 +0800)]
Add IsHighlight for GenGrid to implement Calculator App.

Change-Id: Ic5656e6aeed5786a5ef5083ecf5f59b81cbf285a
Signed-off-by: Qian Sui <qian.sui@samsung.com>
7 years agoThrow an exception when elm_image_memfile_set is failed
WonYoung Choi [Tue, 13 Sep 2016 08:11:19 +0000 (17:11 +0900)]
Throw an exception when elm_image_memfile_set is failed

Change-Id: I0ef8c85565c417d6632c56254bd1424ed655aa37

7 years agoRelease v1.0.2
WonYoung Choi [Tue, 13 Sep 2016 01:28:31 +0000 (10:28 +0900)]
Release v1.0.2

Change-Id: I557ab43d43db56b91efe3e75d728c759ce05654a

7 years agoRemove new modifier in property
Seungkeun Lee [Fri, 9 Sep 2016 06:07:58 +0000 (15:07 +0900)]
Remove new modifier in property

 - Please do not use "new" modifier

Change-Id: I1bfcd7381513b1c5c6f8e91cea4eabf71fbffa59

7 years agoAdd IsEnabled property in ItemObject
Seungkeun Lee [Thu, 8 Sep 2016 07:24:59 +0000 (16:24 +0900)]
Add IsEnabled property in ItemObject

 - To support ListView item disabling

Change-Id: I7ada52e8a1a2f536a55fbc9a60e73d6d25986f5b

7 years agoAdd Elementary.Run()
Kangho Hur [Fri, 9 Sep 2016 05:31:10 +0000 (14:31 +0900)]
Add Elementary.Run()

Change-Id: I4f8ed10cee07983ca6e495722566ec8560dcf8e0

7 years agoChange the visibility of EvasObject's constructor to protected
Kangho Hur [Fri, 9 Sep 2016 05:22:48 +0000 (14:22 +0900)]
Change the visibility of EvasObject's constructor to protected

Change-Id: I600fa00761c689680a58f5ca216052683dd678a5

7 years agoSet CLSCompliant to true as default
Kangho Hur [Thu, 8 Sep 2016 01:47:25 +0000 (10:47 +0900)]
Set CLSCompliant to true as default

* Including Window's call sequence change to support for Window derrived class.

Change-Id: I54a9cbd542889a06e0f93cbe9c1861e3a1aa0f88

7 years agoChange EvasObject's API visibility to protected from internal.
Kangho Hur [Wed, 7 Sep 2016 11:42:39 +0000 (20:42 +0900)]
Change EvasObject's API visibility to protected from internal.

* CreateHandle(), OnInstantiated(), OnRealize(), OnUnrealized() has been changed to protected.

Change-Id: I32319d5336bb6b61c91bffa2c01695afa2d4257d

7 years agoAdd Interop.Elementary.Eo to Net45 proj
Kangho Hur [Wed, 7 Sep 2016 06:12:14 +0000 (15:12 +0900)]
Add Interop.Elementary.Eo to Net45 proj

Change-Id: If935e958fcfbe42435cc46a42ac608e6e6ba1cfa

7 years agoAdd Image Testcase
Kangho Hur [Tue, 6 Sep 2016 04:14:57 +0000 (13:14 +0900)]
Add Image Testcase

Change-Id: Ie3e026ae845a614f1dd9513ba18271a0123e530c

7 years agoAdd Interop.eo to support eo_XXX APIs.
Kangho Hur [Tue, 6 Sep 2016 00:48:59 +0000 (09:48 +0900)]
Add Interop.eo to support eo_XXX APIs.

* Provide ClassName property on EvasObject by using eo_class_get(), eo_class_name_get()
* edje_object_color_class_del(IntPtr obj, string colorClass) has been added to prepare support to reset object color.

Change-Id: Icd2249aad30e81ec142bdaca091796e3e00eaeda

7 years agoEnable test.sh to support mono
Kangho Hur [Mon, 5 Sep 2016 05:52:48 +0000 (14:52 +0900)]
Enable test.sh to support mono

Change-Id: I33b2dca8a9954ac22bffe84af7234318268cb086

7 years agoUpdate version to 1.0.1
WonYoung Choi [Mon, 5 Sep 2016 04:14:51 +0000 (13:14 +0900)]
Update version to 1.0.1

Change-Id: Ie53d3714a40b087bb0f1089a15bd73d30d409b4c

7 years agoRename project ElmSharpTest to ElmSharp.Test
Kangho Hur [Mon, 5 Sep 2016 01:13:39 +0000 (10:13 +0900)]
Rename project ElmSharpTest to ElmSharp.Test

Change-Id: I8bffb640009887c38b95c9b739f50dc7b3ca1436

7 years agoSupport alpha to Background
Kangho Hur [Mon, 5 Sep 2016 00:43:59 +0000 (09:43 +0900)]
Support alpha to Background

Change-Id: Icf8ad9ee5d0f052f27e5a153206a8fa174ce2b00

7 years agoFix project files of ElmSharpTest
WonYoung Choi [Fri, 2 Sep 2016 09:35:40 +0000 (18:35 +0900)]
Fix project files of ElmSharpTest

Change-Id: Ib99724f4570cf7a5d3c1193805300abece2e2ec4

7 years agoSupport netstandard 1.6
WonYoung Choi [Fri, 2 Sep 2016 05:29:04 +0000 (14:29 +0900)]
Support netstandard 1.6

Change-Id: I11e356d4d13b2636a02e5976e744101dcddcc08e

7 years agoIntroduce ElmSharp project
WonYoung Choi [Thu, 1 Sep 2016 02:05:17 +0000 (11:05 +0900)]
Introduce ElmSharp project

Change-Id: Ifcd5eab2fce0ca2caafff0b0de506b31b1aa996d

7 years agoInitial empty repository
namhyung kim [Thu, 25 Aug 2016 05:53:12 +0000 (14:53 +0900)]
Initial empty repository