Commit 951bfd716bd88520f13487d19e3e31e7e832ba04

Authored by György Straub
2 parents 945aa7f3 54c17eb0

[dali_1.4.54] Merge branch 'devel/master'

Change-Id: Ieeeb08b5cbe078d3f33105d0d4b652761af63844
Showing 31 changed files with 1 additions and 32 deletions
build/tizen/CMakeLists.txt
... ... @@ -115,23 +115,6 @@ ENDFOREACH(flag)
115 115 #Create resources location file
116 116 CONFIGURE_FILE( resources-location.in ${DEMO_SHARED}/resources-location.cpp )
117 117  
118   -#Replace @DEMO_STYLE_IMAGE_DIR@ in following files
119   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/base-theme.json.in ${LOCAL_STYLE_DIR}/base-theme.json )
120   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/demo-theme.json.in ${LOCAL_STYLE_DIR}/demo-theme.json )
121   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/examples-theme.json.in ${LOCAL_STYLE_DIR}/examples-theme.json )
122   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/tests-theme.json.in ${LOCAL_STYLE_DIR}/tests-theme.json )
123   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/animated-gradient-call-active-style.json.in ${LOCAL_STYLE_DIR}/animated-gradient-call-active-style.json )
124   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/contact-cards-example-theme.json.in ${LOCAL_STYLE_DIR}/contact-cards-example-theme.json )
125   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/progress-bar-example-theme.json.in ${LOCAL_STYLE_DIR}/progress-bar-example-theme.json )
126   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/simple-example-theme.json.in ${LOCAL_STYLE_DIR}/simple-example-theme.json )
127   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/style-example-theme-one.json.in ${LOCAL_STYLE_DIR}/style-example-theme-one.json )
128   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/style-example-theme-two.json.in ${LOCAL_STYLE_DIR}/style-example-theme-two.json )
129   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/style-example-theme-three.json.in ${LOCAL_STYLE_DIR}/style-example-theme-three.json )
130   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/tooltip-example-theme.json.in ${LOCAL_STYLE_DIR}/tooltip-example-theme.json )
131   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/basic-light-theme.json.in ${LOCAL_STYLE_DIR}/basic-light-theme.json )
132   -CONFIGURE_FILE( ${LOCAL_STYLE_DIR}/text-editor-example-theme.json.in ${LOCAL_STYLE_DIR}/text-editor-example-theme.json )
133   -MESSAGE("Configured ${LOCAL_STYLE_DIR}/style-example-theme<>.json files")
134   -
135 118 FILE(GLOB LOCAL_STYLES_LIST "${LOCAL_STYLE_DIR}/*.json")
136 119 FOREACH(flag ${LOCAL_STYLES_LIST})
137 120 INSTALL(FILES ${flag} DESTINATION ${STYLE_DIR})
... ...
packaging/com.samsung.dali-demo.spec
... ... @@ -2,7 +2,7 @@
2 2  
3 3 Name: com.samsung.dali-demo
4 4 Summary: The OpenGLES Canvas Core Demo
5   -Version: 1.4.53
  5 +Version: 1.4.54
6 6 Release: 1
7 7 Group: System/Libraries
8 8 License: Apache-2.0
... ...
resources/style/.gitignore deleted
1   -base-theme.json
2   -demo-theme.json
3   -examples-theme.json
4   -tests-theme.json
5   -animated-gradient-call-active-style.json
6   -contact-cards-example-theme.json
7   -progress-bar-example-theme.json
8   -simple-example-theme.json
9   -style-example-theme-three.json
10   -style-example-theme-two.json
11   -style-example-theme-one.json
12   -tooltip-example-theme.json
13   -basic-light-theme.json
14   -text-editor-example-theme.json
resources/style/animated-gradient-call-active-style.json.in renamed to resources/style/animated-gradient-call-active-style.json
resources/style/base-theme.json.in renamed to resources/style/base-theme.json
resources/style/basic-light-theme.json.in renamed to resources/style/basic-light-theme.json
resources/style/contact-cards-example-theme.json.in renamed to resources/style/contact-cards-example-theme.json
resources/style/demo-theme.json.in renamed to resources/style/demo-theme.json
resources/style/examples-theme.json.in renamed to resources/style/examples-theme.json
resources/style/mobile/animated-gradient-call-active-style.json.in renamed to resources/style/mobile/animated-gradient-call-active-style.json
resources/style/mobile/base-theme.json.in renamed to resources/style/mobile/base-theme.json
resources/style/mobile/basic-light-theme.json.in renamed to resources/style/mobile/basic-light-theme.json
resources/style/mobile/contact-cards-example-theme.json.in renamed to resources/style/mobile/contact-cards-example-theme.json
resources/style/mobile/demo-theme.json.in renamed to resources/style/mobile/demo-theme.json
resources/style/mobile/examples-theme.json.in renamed to resources/style/mobile/examples-theme.json
resources/style/mobile/progress-bar-example-theme.json.in renamed to resources/style/mobile/progress-bar-example-theme.json
resources/style/mobile/simple-example-theme.json.in renamed to resources/style/mobile/simple-example-theme.json
resources/style/mobile/style-example-theme-one.json.in renamed to resources/style/mobile/style-example-theme-one.json
resources/style/mobile/style-example-theme-three.json.in renamed to resources/style/mobile/style-example-theme-three.json
resources/style/mobile/style-example-theme-two.json.in renamed to resources/style/mobile/style-example-theme-two.json
resources/style/mobile/tests-theme.json.in renamed to resources/style/mobile/tests-theme.json
resources/style/mobile/text-editor-example-theme.json.in renamed to resources/style/mobile/text-editor-example-theme.json
resources/style/mobile/tooltip-example-theme.json.in renamed to resources/style/mobile/tooltip-example-theme.json
resources/style/progress-bar-example-theme.json.in renamed to resources/style/progress-bar-example-theme.json
resources/style/simple-example-theme.json.in renamed to resources/style/simple-example-theme.json
resources/style/style-example-theme-one.json.in renamed to resources/style/style-example-theme-one.json
resources/style/style-example-theme-three.json.in renamed to resources/style/style-example-theme-three.json
resources/style/style-example-theme-two.json.in renamed to resources/style/style-example-theme-two.json
resources/style/tests-theme.json.in renamed to resources/style/tests-theme.json
resources/style/text-editor-example-theme.json.in renamed to resources/style/text-editor-example-theme.json
resources/style/tooltip-example-theme.json.in renamed to resources/style/tooltip-example-theme.json