summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongxing Liu <dongxing.x.liu@intel.com>2014-05-23 17:55:04 +0800
committerDongxing Liu <dongxing.x.liu@intel.com>2014-05-23 18:01:11 +0800
commitea09108e9120c3ccb75ba7f2371e0818acdc5cf5 (patch)
treed02e95fa7455b41157cf953351d00a457a258bad
parent3fa8d412eb0f3825f5df596fafc7d7b71e2596b5 (diff)
downloadweb-sample-build-ea09108e9120c3ccb75ba7f2371e0818acdc5cf5.tar.gz
web-sample-build-ea09108e9120c3ccb75ba7f2371e0818acdc5cf5.tar.bz2
web-sample-build-ea09108e9120c3ccb75ba7f2371e0818acdc5cf5.zip
GhostCluster: Modify meta viewport; version up
GhostCluster: Modify meta viewport and convert svg image to png format to make UI show normally on Emulator. Change-Id: Ic35c444897f0e0539f311fb12cfa1579898e32ec Signed-off-by: Dongxing Liu <dongxing.x.liu@intel.com>
-rw-r--r--package/changelog4
-rw-r--r--package/pkginfo.manifest2
-rw-r--r--samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-load-bg.pngbin0 -> 13672 bytes
-rw-r--r--samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-throttle-bg.pngbin0 -> 13147 bytes
-rw-r--r--samples/web/Sample/Tizen/Web App/GhostCluster/project/index.html6
5 files changed, 8 insertions, 4 deletions
diff --git a/package/changelog b/package/changelog
index deade54..610b32d 100644
--- a/package/changelog
+++ b/package/changelog
@@ -1,3 +1,7 @@
+* 3.0.10
+- GhostCluster: Modify meta viewport
+== Dongxing Liu <dongxing.x.liu@intel.com> 2014-05-23
+
* 3.0.9
- settingApp: enable dummy websocket
== ziv.chang <ziv.chang@intel.com> 2014-04-10
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
index bf13240..fceca81 100644
--- a/package/pkginfo.manifest
+++ b/package/pkginfo.manifest
@@ -1,4 +1,4 @@
-Version:3.0.9
+Version:3.0.10
Maintainer: Ziv Chang<ziv.chang@intel.com>
Package:ivi-3.0-web-sample
diff --git a/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-load-bg.png b/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-load-bg.png
new file mode 100644
index 0000000..b2775f7
--- /dev/null
+++ b/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-load-bg.png
Binary files differ
diff --git a/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-throttle-bg.png b/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-throttle-bg.png
new file mode 100644
index 0000000..6b4fa79
--- /dev/null
+++ b/samples/web/Sample/Tizen/Web App/GhostCluster/project/assets/dial-throttle-bg.png
Binary files differ
diff --git a/samples/web/Sample/Tizen/Web App/GhostCluster/project/index.html b/samples/web/Sample/Tizen/Web App/GhostCluster/project/index.html
index d58bbc0..bc0c112 100644
--- a/samples/web/Sample/Tizen/Web App/GhostCluster/project/index.html
+++ b/samples/web/Sample/Tizen/Web App/GhostCluster/project/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
- <meta name="viewport" content="user-scalable=no, width=768">
+ <meta name="viewport" content="user-scalable=no, width=1024">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="api.js" ></script>
@@ -46,12 +46,12 @@
<div id="gaugeRow">
<div class="gauge">
- <img src="assets/dial-load-bg.svg" >
+ <img src="assets/dial-load-bg.png" >
<div id="loadNeedle" class="needle" ></div>
</img>
</div>
<div class="gauge">
- <img src="assets/dial-throttle-bg.svg" >
+ <img src="assets/dial-throttle-bg.png" >
<div id="throttleNeedle" class="needle" ></div>
</img>
</div>