# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([org.tizen.ico.homescreen], [0.9.12], [])
+AC_INIT([org.tizen.ico.homescreen], [0.9.13], [])
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.ico.homescreen" version="0.9.12" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.ico.homescreen" version="0.9.13" install-location="internal-only">
<label>HomeScreen</label>
<description>IVI HomeScreen Application</description>
<ui-application appid="org.tizen.ico.homescreen" exec="/usr/apps/org.tizen.ico.homescreen/bin/HomeScreen" nodisplay="true" multiple="false" type="capp" taskmanage="true">
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.ico.onscreen" version="0.9.12" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.ico.onscreen" version="0.9.13" install-location="internal-only">
<label>OnScreen</label>
<description>IVI OnScreen Application</description>
<ui-application appid="org.tizen.ico.onscreen" exec="/usr/apps/org.tizen.ico.onscreen/bin/OnScreen" nodisplay="true" multiple="false" type="capp" taskmanage="true">
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.ico.statusbar" version="0.9.12" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.ico.statusbar" version="0.9.13" install-location="internal-only">
<label>StatusBar</label>
<description>IVI StatusBar Application</description>
<ui-application appid="org.tizen.ico.statusbar" exec="/usr/apps/org.tizen.ico.statusbar/bin/StatusBar" nodisplay="true" multiple="false" type="capp" taskmanage="true">
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.ico.system-controller" version="0.9.12" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.ico.system-controller" version="0.9.13" install-location="internal-only">
<label>system-controller</label>
<author email="" href=""> </author>
<description>ico system-controller</description>
++itr;
}
}
- m_recvCmdQueue.clear();
ICO_TRA("CicoSCServer::clearCmdQueue Leave")
}
++itr;
}
}
- m_sendMsgQueue.clear();
ICO_TRA("CicoSCServer::clearMsgQueue Leave")
}
+* Fri Feb 07 2014 Shibata Makoto <shibata@mac.tec.toyota.co.jp> accepted/tizen/ivi/20140129.180846@4c051ac
+- 0.9.13 release
+-- bugfix: TIVI-2637 Sometimes app list doesn't disappear after launching app
+
* Fri Jan 24 2014 Shibata Makoto <shibata@mac.tec.toyota.co.jp> accepted/tizen/ivi/release/20140109.181708@cae10ac
- 0.9.12 release
-- revise: live thumbnail display processing is changed into GPU un-depending
Name: ico-uxf-homescreen
Summary: Sample homescreen and system controller
-Version: 0.9.12
-Release: 1.2
+Version: 0.9.13
+Release: 1.1
Group: Graphics & UI Framework/Automotive UI
License: Apache-2.0
URL: ""
++itr;
}
}
- m_recvCmdQueue.clear();
ICO_TRA("CicoHSServer::clearCmdQueue Leave")
}
++itr;
}
}
- m_sendMsgQueue.clear();
ICO_TRA("CicoHSServer::clearMsgQueue Leave")
}
#include "CicoLibString.h"
#include "CicoHSServer.h"
#include "CicoHSAppControl.h"
+#include "CicoSound.h"
using namespace std;
/*============================================================================*/
this->config = new CicoGKeyFileConfig();
this->config->Initialize(ICO_HOMESCREEN_CONFIG_FILE);
+ /* init home screen soud */
+ CicoSound::GetInstance()->Initialize(this->config);
+
/*Get application info*/
CreateAppInfoList();