aboutsummaryrefslogtreecommitdiffstats
path: root/app/BtnGuidance.qml
AgeCommit message (Collapse)AuthorFilesLines
2023-05-12Update status signal states for VSS 3.1.1Scott Murray1-1/+1
The states for Vehicle.Cabin.Infotainment.Navigation.State are now uppercase with the update to VSS 3.1.1, update calls into the Navigation API from libqtappfw to match. Also comment out use of the currently unsupported start/stop states in the status event signal handler. Those were removed with the switch to using VSS, and if they are needed again down the road they will need to be implemented somewhat differently, document that in a comment. Bug-AGL: SPEC-4761 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I02863bb3754ba984dda7c9c28c77cf0f184f92cd
2022-07-04Revert "Revert "Add VIS vehicle signal support""needlefish_13.93.0needlefish/13.93.013.93.0Scott Murray1-1/+1
This reverts commit 1593664d2f17ab563c7ad81215696b1ac6a3bd7b. Reason for revert: These changes are now appropriate. Change-Id: I2562a8f347192f942dc2ea0822c8f0b8bd97557b Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2022-06-09Revert "Add VIS vehicle signal support"Scott Murray1-1/+1
This reverts commit 1fa03abcffabbf8c8b19084cb05846fca5fe4792. Reason for revert: Merged by accident, needs to come after several other KUKSA.val enabling changes get merged elsewhere. Change-Id: Ib0ba44dd8259d91532885bd78e66ceb9ea38d72d Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2022-06-07Add VIS vehicle signal supportScott Murray1-1/+1
Update the use of the Navigation API from libqtappfw for its rework to use VIS signals instead of the previous signal-composer usage. Bug-AGL: SPEC-4409, SPEC-4426 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I50928e1a4ef723335d81f00dec9d5982f542fac4
2020-01-03Further re-center behavior improvementsicefish_8.99.5icefish/8.99.58.99.5Scott Murray1-0/+2
Add logic to enable re-center button when the view is centered but zoomed in/out, for consistency. Additionally, re-center when routing is started to improve user experience. Bug-AGL: SPEC-3081 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifed6702ee5f1d1db266c612a23fea51661c2a51b
2019-12-31images: rename files from .svg.png to .pngMatt Ranostay1-1/+1
Files are PNGs and not SVGs so drop that in the filenames and respective references. Bug-AGL: SPEC-3035 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> Change-Id: I2f693d886bb22b3464ff8cbbbd1ee0a23cfdf69c
2019-11-11ondemandnavi: add agl-service-navigation interfaceMatt Ranostay1-1/+1
Switch from the application providing DBus objects to consumers with using afb binding with proper JSON responses. Bug-AGL: SPEC-2880 Change-Id: If587ddeaea9a0f28e71c2bee790acbf53425de9f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-09-06Run dos2unix on entire repoMatt Ranostay1-129/+129
Remove CR+LF line endings on most files in the repo Bug-AGL: SPEC-2667 Change-Id: I8ad7cd9ea20658dabdecf8ce14a51cb8a851b999 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-07-24Initial import from githubScott Murray1-0/+129
Import from http://github.com/YoshitoMomiyama/aglqtnavigation.git as of commit a6930c2, with the following minor changes: - .gitignore tweaked to remove itself - .gitreview updated Bug-AGL: SPEC-2667 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I91fed0f6349bf1952e41132058929b70a2b0fe5b