Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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>
|
|
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>
|
|
Part of the effort to cleanup DBus usage for navigation to JSON
events remove all unused sections of the application.
Bug-AGL: SPEC-2880
Change-Id: Ie6bebb5e4e935676ca57c3fa5c6826a28d01d4df
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
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
|