Fixes TIVI-3004. Now center pie buttons will launch their apps 18/19618/1 submit/tizen/20140417.163457
authorbrianjjones <brian.j.jones@intel.com>
Wed, 16 Apr 2014 23:42:26 +0000 (16:42 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Wed, 16 Apr 2014 23:43:24 +0000 (16:43 -0700)
Change-Id: Ic8d329227204b3c3d51f51edb52fe1d6d7af6347
Signed-off-by: brianjjones <brian.j.jones@intel.com>
js/predefAppModel.js
packaging/modello-homescreen.changes

index c4ab6be..b6a4d8b 100644 (file)
@@ -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
+} ];
index 139b0b0..fa23546 100644 (file)
@@ -1,7 +1,9 @@
+* Wed Apr 16 2014 brianjjones <brian.j.jones@intel.com> submit/tizen/20140416.223008@796ffc4
+- Fixes TIVI-3004.  Now center pie buttons will launch their apps
+
 * Mon Apr 14 2014 brianjjones <brian.j.jones@intel.com> submit/tizen/20140404.163847@1ee31c5
 - Fixing image files
 - Changing file names
-- Initial checkin of the Modello Homescreen UI
 
 * Thu Apr 03 2014 brianjjones <brian.j.jones@intel.com> 20280b5
 - Initial checkin of the Modello Homescreen UI