aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-06-24Remove windowmanager dependsjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.49.99.39.99.29.99.1Marius Vlad1-32/+11
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic4091cfb662125522dd9ff373cc57fbff5fa676a
2020-01-03Rework to raise navigation app and improve behavioricefish_8.99.5icefish/8.99.58.99.5Scott Murray1-8/+19
Add callback to raise navigation app via homescreen and hook it up to the "Go" button handling. Additionally, testing of this addition revealed that the result list and information panel state is fragile and easily gotten into a bad state with respect to repaints when raising the navigation app. To fix this, the code has been reworked to change InfoPanel into an actual widget and keep it and the result list widget around; manipulating their visibilty rather than recreating them and forcing whole-window repaints. As well, a slight delay is used before raising the navigation app to let all repaints finish. Ideally this would not be required, but the app likely needs a more significant rewrite to fix it. Bug-AGL: SPEC-3079 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Id8dce33e2a2135179644305a88b340ecd1d7d3c5
2019-11-11poi-yelp: change to libqtappfw navigation interfaceicefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.48.99.38.99.28.99.1Matt Ranostay1-8/+11
Switch from DBus interface to rewritten agl-service-nagivation binding via the libqtappfw wrapper interface. Bug-AGL: SPEC-2880 Change-Id: I4244de4db250af438dda6b6173940f6a49fe34f2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-18poi-yelp: fix up formating in sourceMatt Ranostay1-10/+10
Fix the mixing of tabs and 4 space indents in all source files. Bug-AGL: SPEC-2880 Change-Id: Ib02b5b9d2c65f252ba9b981be6fed23e8c111e66 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-08-30Initial check inScott Murray1-0/+88
Initial check in of the original repository: git://github.com/AGLExport/genivi-navi-yelp-client.git as of commit c2691cb265d9198542482a860f1df378e8c2708b. Bug-AGL: SPEC-2787 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7405367387622fb788a5712ed24005ee6d7ce495