summaryrefslogtreecommitdiffstats
path: root/MainApp.cpp
AgeCommit message (Collapse)AuthorFilesLines
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-114/+5
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-11-11poi-yelp: read starting location from naviconfig.iniMatt Ranostay1-1/+20
Bug-AGL: SPEC-2880 Change-Id: Iafb4f89a7efe579d24a5a6a58f41a38eb6c08a41 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-11poi-yelp: don't use fixed buffer sizeMatt Ranostay1-7/+4
Use QByteArray over arbitrary buffer size for QNetworkReply Bug-AGL: SPEC-2880 Change-Id: I65f04603afc22ef2f8ae5cfe97f747dda85e692d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-18poi-yelp: fix up formating in sourceMatt Ranostay1-29/+29
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-10-16poi-yelp: remove unused allSessionsGot slotMatt Ranostay1-12/+0
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>
2019-10-10poi-yelp: fix issue with text input on startupMatt Ranostay1-0/+4
On startup any initial keyboard input will be invisible to the application until Search button is clicked. So work around this for now. Bug-AGL: SPEC-2872 Change-Id: I9572b250e4bb5fb486927143b7450b3b2e5866c2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-08-30Initial check inScott Murray1-0/+1049
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