(ChangeableColor) ColorController interface and its dummy implementation 29/24129/1
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 6 Jun 2014 18:57:15 +0000 (19:57 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 15:58:01 +0000 (16:58 +0100)
commit8502875be5b9b959661a3df5437e9ac269ce03e3
treebb7af06964450d5fabf688f9ec94ea6400814c95
parent0680940e4f7f9afb9a808166ca845960fa2c4e72
(ChangeableColor) ColorController interface and its dummy implementation

[problem]      Changeable UI support
[cause]        N/A
[solution]     Support color lookup with code
               when receive themeChange signal, Toolkit::StyleManager will lookup and appy the new color

Change-Id: Ief4a063e6366724a039eeb1487ff25d9ddeef2b0
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
15 files changed:
adaptors/tizen/internal/common/color-controller-impl.cpp [new file with mode: 0644]
adaptors/tizen/internal/common/color-controller-impl.h [new file with mode: 0644]
adaptors/tizen/internal/common/events/event-handler.cpp
adaptors/tizen/internal/common/file.list
adaptors/tizen/internal/common/style-monitor-impl.cpp
adaptors/tizen/internal/mobile/file.list
adaptors/tizen/internal/mobile/mobile-color-controller-impl.cpp [new file with mode: 0644]
adaptors/tizen/internal/tv/file.list
adaptors/tizen/internal/tv/tv-color-controller-impl.cpp [new file with mode: 0644]
adaptors/tizen/public-api/adaptor-framework/common/color-controller.cpp [new file with mode: 0644]
adaptors/tizen/public-api/adaptor-framework/common/color-controller.h [new file with mode: 0644]
adaptors/tizen/public-api/dali.h
adaptors/tizen/public-api/file.list
build/tizen/common/Makefile.am
build/tizen/configure.ac