summaryrefslogtreecommitdiffstats
path: root/app/mapviewer.qml
AgeCommit message (Collapse)AuthorFilesLines
2019-09-22fix: Remove qml M126 warningicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.58.99.48.99.38.99.28.99.1Li Xiaoming1-5/+5
Message: == and != may perform type coercion, use === or !== to avoid it. Description: The non-strict equality comparison is allowed to convert its arguments to a common type. That can lead to unexpected results such as ' \t\r\n' == 0 being true. Use the strict equality operators === and !== and be explicit about conversions you require. Bug-AGL: SPEC-2814 Change-Id: I4dd5848797f445d082242a5c5e2a0148ea790dc0 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2017-11-29navigation: geofence: add basic geofence service supportflounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2flounder/5.99.15.99.65.99.55.99.45.99.35.99.25.99.1Matt Ranostay1-0/+5
Connect to geofence service and listen for fencing events Bug-AGL: SPEC-1068 Change-Id: I3802fcf91929a722646ec278c3237e21a8cd841b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21navigation: qml: change default toAddressMatt Ranostay1-9/+4
Since Norway address doesn't make sense for most demos change this to Golden Gate Park, California, US Bug-AGL: SPEC-1068 Change-Id: I648ac417089e8fe04b4f9af29901dcec497e65e6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21navigation: geoclue: use geoclue data to get initial locationMatt Ranostay1-0/+5
Get initial data from geoclue binding in case GPS doesn't have lock currently. This is useful for starting within a parking garage or underground Change-Id: I56143d01734bbd8c1cc286950200d2b84bbb5d2c Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21navigation: gps: add gps geolocation supportMatt Ranostay1-0/+6
Use GPS binding to get current location for navigation Bug-AGL: SPEC-1068 Change-Id: Ie708117499b342f86c60674c83f0222857a67bee Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21navigation: qtvirtualkeyboardplugin: add virtual keyboardMatt Ranostay1-0/+9
Add Qt virtual keyboard plugin to allow the entering of addresses Change-Id: Ic3a233b897e09bb09a4ca1cbdae241c34dc48656 Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21nagivation: initial import of Qt MapViewer demoMatt Ranostay1-0/+466
This source code is from the qtlocation repos examples Some modifications are: * Building for .wgt package along with geoclue + gps permissions * Change QML StackView push() methods to QtQuick Control 2 syntax * Remove menubar and replace with Button elements on main page Change-Id: I60cbb108b4288a9cda991f4fac0122f0abcbdd7a Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>