Change "SLP" to "Tizen" 73/36773/1
authortaeyoon <taeyoon0.lee@samsung.com>
Fri, 13 Mar 2015 09:16:28 +0000 (18:16 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Fri, 13 Mar 2015 09:17:16 +0000 (18:17 +0900)
commit1b538ffac8f1c2d6c14e29438bcfd84040da3d25
tree944da795f92e61b42fcdb0600a0f77ed5e9fe85b
parent1b0107632bd508b5d5c3e6c5cdb54c76f456316d
Change "SLP" to "Tizen"

Change-Id: Iacd1068df9929178887c3dff429161f851c2f7a4
80 files changed:
adaptors/common/adaptor-impl.cpp
adaptors/common/adaptor-impl.h
adaptors/common/application-impl.cpp
adaptors/common/bitmap-loader-impl.cpp
adaptors/common/framework.h
adaptors/common/singleton-service-impl.cpp
adaptors/public-api/adaptor-framework/bitmap-saver.cpp
adaptors/wayland/pixmap-image-impl-wl.cpp
automated-tests/src/dali-adaptor-internal/image-loaders.cpp
automated-tests/src/dali-adaptor-internal/image-loaders.h
automated-tests/src/dali-adaptor-internal/utc-Dali-GifLoader.cpp
automated-tests/src/dali-platform-abstraction/CMakeLists.txt
automated-tests/src/dali-platform-abstraction/resource-collector.cpp
automated-tests/src/dali-platform-abstraction/utc-image-loading-common.h
build/tizen/adaptor/Makefile.am
build/tizen/configure.ac
platform-abstractions/slp/file.list [deleted file]
platform-abstractions/tizen/data-cache/data-cache-impl.cpp [moved from platform-abstractions/slp/data-cache/data-cache-impl.cpp with 99% similarity]
platform-abstractions/tizen/data-cache/data-cache-impl.h [moved from platform-abstractions/slp/data-cache/data-cache-impl.h with 97% similarity]
platform-abstractions/tizen/data-cache/data-cache-io.cpp [moved from platform-abstractions/slp/data-cache/data-cache-io.cpp with 99% similarity]
platform-abstractions/tizen/data-cache/data-cache-io.h [moved from platform-abstractions/slp/data-cache/data-cache-io.h with 97% similarity]
platform-abstractions/tizen/data-cache/data-compression.cpp [moved from platform-abstractions/slp/data-cache/data-compression.cpp with 98% similarity]
platform-abstractions/tizen/data-cache/data-compression.h [moved from platform-abstractions/slp/data-cache/data-compression.h with 91% similarity]
platform-abstractions/tizen/data-cache/metrics-cache.cpp [moved from platform-abstractions/slp/data-cache/metrics-cache.cpp with 99% similarity]
platform-abstractions/tizen/data-cache/metrics-cache.h [moved from platform-abstractions/slp/data-cache/metrics-cache.h with 94% similarity]
platform-abstractions/tizen/data-cache/tests/data-cache-debug.cpp [moved from platform-abstractions/slp/data-cache/tests/data-cache-debug.cpp with 99% similarity]
platform-abstractions/tizen/data-cache/tests/data-cache-debug.h [moved from platform-abstractions/slp/data-cache/tests/data-cache-debug.h with 84% similarity]
platform-abstractions/tizen/dynamics/dynamics-factory.cpp [moved from platform-abstractions/slp/dynamics/dynamics-factory.cpp with 98% similarity]
platform-abstractions/tizen/dynamics/dynamics-factory.h [moved from platform-abstractions/slp/dynamics/dynamics-factory.h with 97% similarity]
platform-abstractions/tizen/file.list [new file with mode: 0755]
platform-abstractions/tizen/font-platform/font-controller-impl.cpp [moved from platform-abstractions/slp/font-platform/font-controller-impl.cpp with 99% similarity]
platform-abstractions/tizen/font-platform/font-controller-impl.h [moved from platform-abstractions/slp/font-platform/font-controller-impl.h with 97% similarity]
platform-abstractions/tizen/image-loaders/image-loader.cpp [moved from platform-abstractions/slp/image-loaders/image-loader.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/image-loader.h [moved from platform-abstractions/slp/image-loaders/image-loader.h with 92% similarity]
platform-abstractions/tizen/image-loaders/loader-bmp.cpp [moved from platform-abstractions/slp/image-loaders/loader-bmp.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/loader-bmp.h [moved from platform-abstractions/slp/image-loaders/loader-bmp.h with 91% similarity]
platform-abstractions/tizen/image-loaders/loader-gif.cpp [moved from platform-abstractions/slp/image-loaders/loader-gif.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/loader-gif.h [moved from platform-abstractions/slp/image-loaders/loader-gif.h with 91% similarity]
platform-abstractions/tizen/image-loaders/loader-ico.cpp [moved from platform-abstractions/slp/image-loaders/loader-ico.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/loader-ico.h [moved from platform-abstractions/slp/image-loaders/loader-ico.h with 90% similarity]
platform-abstractions/tizen/image-loaders/loader-jpeg-turbo.cpp [moved from platform-abstractions/slp/image-loaders/loader-jpeg-turbo.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/loader-jpeg.cpp [moved from platform-abstractions/slp/image-loaders/loader-jpeg.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/loader-jpeg.h [moved from platform-abstractions/slp/image-loaders/loader-jpeg.h with 93% similarity]
platform-abstractions/tizen/image-loaders/loader-ktx.cpp [moved from platform-abstractions/slp/image-loaders/loader-ktx.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/loader-ktx.h [moved from platform-abstractions/slp/image-loaders/loader-ktx.h with 91% similarity]
platform-abstractions/tizen/image-loaders/loader-png.cpp [moved from platform-abstractions/slp/image-loaders/loader-png.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/loader-png.h [moved from platform-abstractions/slp/image-loaders/loader-png.h with 93% similarity]
platform-abstractions/tizen/image-loaders/loader-wbmp.cpp [moved from platform-abstractions/slp/image-loaders/loader-wbmp.cpp with 99% similarity]
platform-abstractions/tizen/image-loaders/loader-wbmp.h [moved from platform-abstractions/slp/image-loaders/loader-wbmp.h with 89% similarity]
platform-abstractions/tizen/resource-loader/debug/resource-loader-debug.cpp [moved from platform-abstractions/slp/resource-loader/debug/resource-loader-debug.cpp with 98% similarity]
platform-abstractions/tizen/resource-loader/debug/resource-loader-debug.h [moved from platform-abstractions/slp/resource-loader/debug/resource-loader-debug.h with 77% similarity]
platform-abstractions/tizen/resource-loader/image-encoder.h [moved from platform-abstractions/slp/resource-loader/image-encoder.h with 84% similarity]
platform-abstractions/tizen/resource-loader/loader-font.cpp [moved from platform-abstractions/slp/resource-loader/loader-font.cpp with 92% similarity]
platform-abstractions/tizen/resource-loader/loader-font.h [moved from platform-abstractions/slp/resource-loader/loader-font.h with 88% similarity]
platform-abstractions/tizen/resource-loader/platform-capabilities.h [moved from platform-abstractions/slp/resource-loader/platform-capabilities.h with 88% similarity]
platform-abstractions/tizen/resource-loader/resource-bitmap-requester.cpp [moved from platform-abstractions/slp/resource-loader/resource-bitmap-requester.cpp with 98% similarity]
platform-abstractions/tizen/resource-loader/resource-bitmap-requester.h [moved from platform-abstractions/slp/resource-loader/resource-bitmap-requester.h with 90% similarity]
platform-abstractions/tizen/resource-loader/resource-loader.cpp [moved from platform-abstractions/slp/resource-loader/resource-loader.cpp with 95% similarity]
platform-abstractions/tizen/resource-loader/resource-loader.h [moved from platform-abstractions/slp/resource-loader/resource-loader.h with 95% similarity]
platform-abstractions/tizen/resource-loader/resource-loading-client.h [moved from platform-abstractions/slp/resource-loader/resource-loading-client.h with 97% similarity]
platform-abstractions/tizen/resource-loader/resource-requester-base.cpp [moved from platform-abstractions/slp/resource-loader/resource-requester-base.cpp with 94% similarity]
platform-abstractions/tizen/resource-loader/resource-requester-base.h [moved from platform-abstractions/slp/resource-loader/resource-requester-base.h with 90% similarity]
platform-abstractions/tizen/resource-loader/resource-shader-requester.cpp [moved from platform-abstractions/slp/resource-loader/resource-shader-requester.cpp with 97% similarity]
platform-abstractions/tizen/resource-loader/resource-shader-requester.h [moved from platform-abstractions/slp/resource-loader/resource-shader-requester.h with 90% similarity]
platform-abstractions/tizen/resource-loader/resource-text-requester.cpp [moved from platform-abstractions/slp/resource-loader/resource-text-requester.cpp with 98% similarity]
platform-abstractions/tizen/resource-loader/resource-text-requester.h [moved from platform-abstractions/slp/resource-loader/resource-text-requester.h with 87% similarity]
platform-abstractions/tizen/resource-loader/resource-thread-base.cpp [moved from platform-abstractions/slp/resource-loader/resource-thread-base.cpp with 97% similarity]
platform-abstractions/tizen/resource-loader/resource-thread-base.h [moved from platform-abstractions/slp/resource-loader/resource-thread-base.h with 95% similarity]
platform-abstractions/tizen/resource-loader/resource-thread-image.cpp [moved from platform-abstractions/slp/resource-loader/resource-thread-image.cpp with 99% similarity]
platform-abstractions/tizen/resource-loader/resource-thread-image.h [moved from platform-abstractions/slp/resource-loader/resource-thread-image.h with 92% similarity]
platform-abstractions/tizen/resource-loader/resource-thread-shader.cpp [moved from platform-abstractions/slp/resource-loader/resource-thread-shader.cpp with 98% similarity]
platform-abstractions/tizen/resource-loader/resource-thread-shader.h [moved from platform-abstractions/slp/resource-loader/resource-thread-shader.h with 85% similarity]
platform-abstractions/tizen/resource-loader/resource-thread-text.cpp [moved from platform-abstractions/slp/resource-loader/resource-thread-text.cpp with 99% similarity]
platform-abstractions/tizen/resource-loader/resource-thread-text.h [moved from platform-abstractions/slp/resource-loader/resource-thread-text.h with 95% similarity]
platform-abstractions/tizen/tizen-font-configuration-parser.cpp [moved from platform-abstractions/slp/slp-font-configuration-parser.cpp with 96% similarity]
platform-abstractions/tizen/tizen-font-configuration-parser.h [moved from platform-abstractions/slp/slp-font-configuration-parser.h with 83% similarity]
platform-abstractions/tizen/tizen-logging.cpp [moved from platform-abstractions/slp/slp-logging.cpp with 96% similarity]
platform-abstractions/tizen/tizen-logging.h [moved from platform-abstractions/slp/slp-logging.h with 84% similarity]
platform-abstractions/tizen/tizen-platform-abstraction.cpp [moved from platform-abstractions/slp/slp-platform-abstraction.cpp with 71% similarity]
platform-abstractions/tizen/tizen-platform-abstraction.h [moved from platform-abstractions/slp/slp-platform-abstraction.h with 96% similarity]