From 1db3fed5652b74a08afb5b1b58b010ff3bd6e745 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Wed, 16 Apr 2014 16:42:26 -0700 Subject: [PATCH] Fixes TIVI-3004. Now center pie buttons will launch their apps Change-Id: Ic8d329227204b3c3d51f51edb52fe1d6d7af6347 Signed-off-by: brianjjones --- js/predefAppModel.js | 16 ++++++++-------- packaging/modello-homescreen.changes | 4 +++- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/js/predefAppModel.js b/js/predefAppModel.js index c4ab6be..b6a4d8b 100644 --- a/js/predefAppModel.js +++ b/js/predefAppModel.js @@ -81,7 +81,7 @@ var areasDefinitions = [ { shape: 'cenerCircle' }, { name: 'navigation', - id: 'intelPoc11.navigation', + id: 'html5POC08.Nav', iconPath: '../navigation/icon.png', sectorId: 1, sc: 104, @@ -91,7 +91,7 @@ var areasDefinitions = [ { shape: 'pieWithoutCenter' }, { name: "airconditioning", - id: 'intelPoc16.HVAC', + id: 'html5POC06.Hvac', iconPath: '../dashboard/icon.png', sectorId: 2, sc: 94, //small circle border @@ -101,7 +101,7 @@ var areasDefinitions = [ { shape: 'pieWithoutCenter' }, { name: 'MultimediaPlayer', - id: 'intelPoc14.MultimediaPlayer', + id: 'html5POC07.Multimediaplayer', iconPath: '../musicplayer/icon.png', sectorId: 3, sc: 80, @@ -111,7 +111,7 @@ var areasDefinitions = [ { shape: 'pieWithoutCenter' }, { name: 'SmartDeviceLink', - id: 'intelPoc17.SDL', + id: 'html5POC10.SDL', iconPath: '../smartdevicelink/icon.png', sectorId: 4, sc: 80, @@ -121,7 +121,7 @@ var areasDefinitions = [ { shape: 'pieWithoutCenter' }, { name: 'phone', - id: 'intelPoc15.phone', + id: 'html5POC09.Phone', iconPath: '../phone/icon.png', sectorId: 5, sc: 82, @@ -131,7 +131,7 @@ var areasDefinitions = [ { shape: 'pieWithoutCenter' }, { name: 'store', - id: 'intelPoc13.Store', + id: 'html5POC03.AppManager', iconPath: '../store/icon.png', sectorId: 6, sc: 82, @@ -141,7 +141,7 @@ var areasDefinitions = [ { shape: 'pieWithoutCenter' }, { name: 'dashboard', - id: 'intelPoc12.Dashboard', + id: 'html5POC04.Dashboard', iconPath: '../dashboard/icon.png', sectorId: 7, sc: 105, @@ -149,4 +149,4 @@ var areasDefinitions = [ { sa: 126, la: 160, shape: 'pieWithoutCenter' -} ]; \ No newline at end of file +} ]; diff --git a/packaging/modello-homescreen.changes b/packaging/modello-homescreen.changes index 139b0b0..fa23546 100644 --- a/packaging/modello-homescreen.changes +++ b/packaging/modello-homescreen.changes @@ -1,7 +1,9 @@ +* Wed Apr 16 2014 brianjjones submit/tizen/20140416.223008@796ffc4 +- Fixes TIVI-3004. Now center pie buttons will launch their apps + * Mon Apr 14 2014 brianjjones submit/tizen/20140404.163847@1ee31c5 - Fixing image files - Changing file names -- Initial checkin of the Modello Homescreen UI * Thu Apr 03 2014 brianjjones 20280b5 - Initial checkin of the Modello Homescreen UI -- 2.7.4