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)
commitd5858a0dce8a20568ab1bcae91bca0cc17d660b8
tree0beee6d9bc8e0d14f7af0cc0a121312a6718f542
parent38595633a2f5e4939723f06cda1851c6b05cc36d
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
24 files changed:
.editorconfig [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
packaging/elm-sharp.spec
src/ElmSharp/ElmSharp.Net45.csproj
src/ElmSharp/ElmSharp.csproj
src/ElmSharp/ElmSharp/Image.cs
src/ElmSharp/Interop/Interop.Elementary.Image.cs
test/ElmSharp.Test/ElmSharp.Test.csproj
test/ElmSharp.Test/TC/ImageTest1.cs
test/ElmSharp.Test/res/TED/app_icn_ted.png [new file with mode: 0755]
test/ElmSharp.Test/res/TED/large/a.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/large/b.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/large/c.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/large/d.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/large/e.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/large/f.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/large/g.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/thumbnail/a.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/thumbnail/b.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/thumbnail/c.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/thumbnail/d.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/thumbnail/e.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/thumbnail/f.jpg [new file with mode: 0755]
test/ElmSharp.Test/res/TED/thumbnail/g.jpg [new file with mode: 0755]