Fix ImageLoading to use new smart callbacks
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 20 Oct 2016 13:43:58 +0000 (22:43 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 20 Oct 2016 13:57:17 +0000 (22:57 +0900)
commitaa4930cd311460c6bb7f1939949c6da51bf375fe
tree2adccbddbdcc46bcc6e99cc496d9e7cdaf211409
parent38dd66e9124c6a1e9b76f10de3734f775e1ce7f5
Fix ImageLoading to use new smart callbacks

New start callbacks for Image were introduced.
Fix these smart callbacks ("load,ready", "load,error") are used
instead of "preloaded" evas callback.

Change-Id: Ia78fb25f29f926045f2ef4c5aa2d457ff9821ff8
22 files changed:
.editorconfig [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
ElmSharp.Test/ElmSharp.Test.csproj
ElmSharp.Test/TC/ImageTest1.cs
ElmSharp.Test/res/TED/app_icn_ted.png [new file with mode: 0755]
ElmSharp.Test/res/TED/large/a.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/large/b.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/large/c.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/large/d.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/large/e.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/large/f.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/large/g.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/thumbnail/a.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/thumbnail/b.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/thumbnail/c.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/thumbnail/d.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/thumbnail/e.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/thumbnail/f.jpg [new file with mode: 0755]
ElmSharp.Test/res/TED/thumbnail/g.jpg [new file with mode: 0755]
ElmSharp/ElmSharp/Image.cs
ElmSharp/Interop/Interop.Elementary.Image.cs
packaging/elm-sharp.spec