summaryrefslogtreecommitdiff
path: root/ElmSharp
AgeCommit message (Collapse)AuthorFilesLines
2017-01-11Merge "theme: add touch sound in genlist full style" into tizenSungtaek Hong3-0/+213
2017-01-11Add theme for common profileWonYoung Choi15-0/+2802
Change-Id: I04f995148e379e54f6669c6123ee77336b4490f6
2017-01-10theme: add touch sound in genlist full styleSungtaek Hong3-0/+213
Change-Id: I764f6686df29739df9694fe56795a1198e9356bf Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-10Fixed Naviitem.TitleBarBackgroundColor is Color.Defaultchungryeol lim1-2/+1
Change-Id: I85ead73f548fda20126403a1dc3b695b50472b05 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-01-09Merge "theme: change button text to textblock" into tizenSungtaek Hong1-30/+39
2017-01-09Merge "Add ScreenDpi API in Window class" into tizenKangho Hur2-1/+13
2017-01-09theme: change button text to textblockSungtaek Hong1-30/+39
Change-Id: If3160309c4dcd06e6ada337a3711b8442ed96a0f Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-09theme: add toolbar styleSungtaek Hong8-0/+3180
Change-Id: I34c2216a9e986844a746b427e2593d219b21e710 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-09theme: modify group_index genlist styleSungtaek Hong1-47/+55
Change-Id: I88ef9cbc3b028e0238f3639bc37366c8f7305c53 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-06theme: add horizontal spinner styleSungtaek Hong10-1/+739
Change-Id: I755be809d88fc0d0e134a432b48bb518fec826c6 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-06theme: add notify styles for alignSungtaek Hong1-0/+29
Change-Id: I68c830fa046af36b1fcd544bf51d9cd50312f876 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-06theme: add progressbar/process stylesSungtaek Hong3-0/+178
Change-Id: Idfbac67b8b4fc5f63e7657528595d3fb0e297da4 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-06theme: add genlist stylesSungtaek Hong3-0/+1009
Change-Id: I6a2e2d56cc8cda8a6efb2945548d3b78a20e402b Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-05Add ScreenDpi API in Window classSeungkeun Lee2-1/+13
- To get Screen DPI Change-Id: Ic183809290901654330427d9dc8c7f67630cb918
2017-01-05theme: add naviframe default styleSungtaek Hong7-0/+991
Change-Id: I8faad894b0f2f82a1039c19db5b7bba8c4e879f1 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-05theme: index add stylesSungtaek Hong20-0/+736
Change-Id: Id1069f5769bd7c833f7994b3e8ba6717cb446f18 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-05theme: add on&off, toggle styleSungtaek Hong8-2/+677
Change-Id: Ie9b2ed9348c79b7bd6444e0c3a9d8b9d8f2e928f Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-04theme: update color_class for elm widgetsSungtaek Hong16-70/+538
Change-Id: I33cbbf6cdbc72b5cd8e0c93001785d7b4c514460 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2017-01-04theme: add tv overlay theme from efl-theme-tizen-tvSungtaek Hong72-3/+13295
- TODO: temporarily named image directory as "HD" since mobile is already using it. Copyright year has to be verified. Change-Id: I3d5f4d9ebb782b873f0cf1fecf713e1d04110bbb Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2016-12-28Fix Image.Color behavior correctlysubmit/tizen_tv/20161229.044941accepted/tizen/tv/20161229.113256Kangho Hur1-8/+13
- Color.Default is now available on Image.Color - ImageTest3 which is to test Image.color has been added. Change-Id: I5ad9042e49d124b36bff3227bec007659734fc28
2016-12-26Add NaviItem.TitleBarBackgroundColor propertychungryeol lim3-0/+46
Change-Id: Ic444c2b7fda2c03de81e341604cac9f3ff65ad21 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2016-12-20Fix for setting image loading eventssubmit/tizen/20161220.000701submit/tizen/20161220.000459accepted/tizen/mobile/20161220.222819Kangho Hur1-2/+2
Change-Id: I1fcda10ed92aae011bac35d62999b262d1c47ca9
2016-12-13Support Image.BackgroundColorKangho Hur1-43/+65
Change-Id: I4cd5296f2849bf6f4abeeea7997ce2703d835547
2016-12-13Add recycle cache feature in genlistSeungkeun Lee1-12/+41
Change-Id: I9da339419dbfadb81ae991f9c97f59d6f1f8ba3a
2016-12-12Modified TV theme for fixing build errorJEONGHYUN YUN1-33/+0
Change-Id: Id1ee95b4dc7dca5350d3ebfa47f1ad487d5a825d Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
2016-12-12Merge "Fix Box.MinimumHeight issue" into devel/dotnetKangho Hur4-35/+42
2016-12-12Fix Box.MinimumHeight issueSeungkeun Lee4-35/+42
- Box has fake handle, and it is a layout - When setting a MinimunHeight of Box, it does not apply to box, is set in the layout - Introduce new internal property "RealHandle" - It is normally same with Handle - It used for some internal APIs, to get inner handle (RealHandle) Change-Id: I0608b14e700f2adb21566b05a06982c43bbfb067
2016-12-12Added TV themeJEONGHYUN YUN4-0/+183
Change-Id: I0b9c409e0a15f5e91c7057928d1c973cf7774f25 Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
2016-12-06Support BackgroundColor API for TableKangho Hur2-8/+30
- this change enable containers (box and table) to use Color.Default Change-Id: I6b9d1c65e08e2c3692fb881b4217b7397b2a488c
2016-12-06Support to Color.DefaultKangho Hur4-11/+88
- This change allow to set color as Color.Defalut. - Change-Id: Ieae82112b0609cac17808d8fc41a9d2db0d102ed
2016-12-05Deprecate the Button.DeleteColorClass()Kangho Hur2-0/+6
- please use EdjeObject.DeleteColorClass(string) Change-Id: Ifbf9a1e92bb0869edd8762f5d0013f6d5edf27cd
2016-12-05Added background color set API for BoxJEONGHYUN YUN5-10/+72
Change-Id: Ife6df16fb8bf03bef9c11a06a30bf55ad2541dd1 Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
2016-12-05Added BackgroundColor property in WidgetJEONGHYUN YUN3-0/+26
Change-Id: I6f8995cc2731492a905e6d2f43d6f80a9586934e Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
2016-12-01Mark StopPluse Obsolete and add StopPulse in ProgressBarSidharth Gupta1-0/+6
Minor version updated as well. Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com> Change-Id: I27b455afd71a03be8e388381a0cf8626ac344ea9
2016-11-30Add API to control propagation, pass and repetition of eventsPawel Andruszkiewicz2-0/+54
Change-Id: I83629d143b2dd5529ae2060959cfd6dd274c2cb1 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-11-21theme: radio: fix wrong text propertySungtaek Hong1-2/+2
Change-Id: I448f87bfa7f79cb6470c32e7b2b95e003681856a Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2016-11-18theme: expand radio as text expandsSungtaek Hong9-0/+640
Change-Id: I051c1c81f0729f239fbaf9f7630958eeb65e366e Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
2016-11-15Fix .nuspec file to change authors and version dependenciesWonYoung Choi1-1/+1
Change-Id: Ia66f9c04529d7ebb37fec6e1e50331e67118bdd5
2016-11-10Make sure that the returned boolean is 1-bytePawel Andruszkiewicz1-0/+1
During our tests we have discovered that the marshalled method returns true even when called from background thread. This commit fixes this issue. More info: https://msdn.microsoft.com/en-us/library/t2t3725f(v=vs.80).aspx https://msdn.microsoft.com/en-us/library/75dwhxf7(v=vs.110).aspx Change-Id: I6b9f67aadf07ce35ab498f77b8ef6dd58b0d979e Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-11-10Refactoring EvasObjectEvent/SmartEventSeungkeun Lee32-425/+518
- Change to public - need to access from others packages - Fix already been freed error message - Introduce EventLifeTracker to release automatically - EFL event object life cycle is depend on target object, so we treat different with normal c# class Change-Id: I667fb5c3673fb2d3fb5741098737edea64ec5ae5
2016-11-07Update the spec file and nuspec fileKangho Hur1-7/+12
Change-Id: I344dda1ec877992ba229d3493ff7842574d6a86a
2016-11-07Merge "Add ThemeOverlay() API in Elementary." into devel/dotnetKangho Hur1-4/+8
2016-11-01Fix License boiler-plateWonYoung Choi101-362/+1572
Change-Id: Iecc5ebb4a5681f28ffef3ec3e39815d4efbb7fe0
2016-11-01Support the background color of image.rina6350.you1-0/+22
TASK=TCAPI-1820 Change-Id: Ibf72dc4c90ff2a00a4e434ecf8a7842ab9bacf0e
2016-10-31Add ThemeOverlay() API in Elementary.JEONGHYUN YUN1-4/+8
Change-Id: I482c7e5250d9475a5213687e01b282a15cb1a133 Signed-off-by: JEONGHYUN YUN <jh0506.yun@samsung.com>
2016-10-28Add EcoreMainLoop.IsMainThread to check the main loop threadWonYoung Choi4-1/+23
EcoreMainLoop.IsMainThread returns true when the main loop is running in current thread. Change-Id: I1a189c6fa233fc7be4f14b8a2c4091852ddbe172
2016-10-27Modify SerPartContent to remove old content when content is nullSungHyun Min1-2/+3
Signed-off-by: SungHyun Min <shyun.min@samsung.com> Change-Id: I668f5702bb9b9418f94fc44de1eab404d23277a6
2016-10-26Hold added object reference in ItemObjectSeungkeun Lee1-0/+3
- The lifecycle of added object will same with contained object Change-Id: I01be33a413f5b3706a7828c2b9e5016268931a24
2016-10-26Change end line mark (Line feed)Seungkeun Lee1-173/+173
Change-Id: Ie037af1cf1411db697dc60b839cbf4c20dcc4c64
2016-10-24First and Last item propertyLukasz Foniok2-0/+21
Change-Id: If550f20af5c9f12e776981cab7a6034f4e0f22f7 Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>