aboutsummaryrefslogtreecommitdiffstats
path: root/app/qml/MapWindow.qml
AgeCommit message (Collapse)AuthorFilesLines
2020-03-11navigation: qml: fix typo in mapbox parameterMatt Ranostay1-1/+2
Correct parameter naming to mapbox.mapping.additional_map_ids Bug-AGL: SPEC-3264 Change-Id: I2169cc9b440d7f39c667bcf571726995cc0290bd Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-26tbtnavi: create title cache per providericefish_8.99.2icefish/8.99.28.99.2Matt Ranostay1-0/+8
Bug-AGL: SPEC-2985 Change-Id: I5873a50da8b6099e879acbd488a5055e2ffaa162 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-12tbtnavi: fix typo in getStartLongitude() qml callMatt Ranostay1-1/+1
Bug-AGL: SPEC-2880 Change-Id: I1035418f4f8e28c23336f3535ffda1487d232930 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-20Fixes and rework to allow using with cluster demoScott Murray1-66/+77
Changes include: - Remove older libhomescreen and qlibwindowmanager detection and configuration from qmake configuration in favor of PKGCONFIG usage. - Rework main.cpp to look more like ondemandnavi, and use qlibhomescreen instead of libhomescreen. - Update file_operation.{h,cpp} with the newer versions from ondemandnavi that include OSM configuration. - Fixed typo in arrived signal name in org.agl.naviapi.xml and dbus_client.cpp. - Change some qDebug messages in dbus_client.cpp to qWarning as it seems more appropriate. - Rework QtLocation plugin configuration in MapWindow.qml to support OSM and replace mapboxgl with mapbox, as mapboxgl does not seem to work out of the box. - Tweak various things in MapWindow.qml to try to better match the look of ondemandnavi. - Many commenting and whitespace fixes in MapWindow.qml. - Update widget config.xml to add now required display permission, and add the hidden permission so the application will not show up in the launcher. - Add license files for the various header files in include/mapbox, and update README.md to indicate where they come from and what files the different licenses apply to. Bug-AGL: SPEC-2913 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I192efd45ab94ace8234dbe6c8983257a24e51d23
2019-03-25This is a application for display turn by run navigation information.halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.18.0.07.99.37.99.27.99.1wanglu1-0/+283
Change-Id: I0866a7d9ffa347c0935b4d00259ad1a74cd00d6e Signed-off-by: wanglu <wang_lu@dl.cn.nexty-ele.com>