aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15Home: Use icon from AFM, display a black area with text if icon unloadablesandbox/mfritzsch/afw-iconsmfritzsch1-1/+17
* Try to find icons in the AFM_ICON_PATH. * If none was found, use the builtin. * If Home.qml cannot load the icon, display a shaded circle that approximates the size of the icons, and contains the icon name as text. * Enables proper scrolling of Home icons (and clipping to its dimensions). Change-Id: Ic921b357870648e675cda41985da2e985f4a0e6c
2017-05-11HomeScreenControlInterface: use single afm_user_daemonMarcus Fritzsch3-21/+9
* The org.agl.homescreenappframeworkbindertizen should not be used here. * Simplify the implementation. Change-Id: I5d2dedf2dcacea2104ba38e4467fd8299a88d776 Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-05-10ApplicationLauncher: use single afm_user_daemonMarcus Fritzsch2-17/+7
Also simplify the implementation. Change-Id: I3eec730825c358517ea2a6573b9070ec05009c4c Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-05-10ApplicationModel: use single afm_user_daemon_proxy instanceMarcus Fritzsch1-27/+23
* Do not use org.agl.homescreenappframeworkbinder. * Use the single afm_user_proxy_instance of our main(). Change-Id: Ib7ce8d2cefe1678200f0e38148e599b4df7459cc Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-05-10main: instantiate a afm_user_daemon proxyMarcus Fritzsch1-0/+23
* Create a single org::AGL::afm::user instance. * Do not make use of static object construction/destruction. * Use QScopedPointer in main() to manage the resource. * Users of this instance use an extern declaration of the global variable. Change-Id: Ia6db7aae8c8f6b135fe62bda495c68fdef004081 Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-04-26Get installed app list from afm dbusMarcus Fritzsch1-11/+26
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-01-25Forward setSurfaceToLayoutArea call to WindowMangerBocklage, Jens1-0/+1
This was missing Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2017-01-18Initial source commitBocklage, Jens21-0/+1917
Taken from https://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>