summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-06Add gitreview file for guppy branchguppy_7.0.4guppy_7.0.3guppy_7.0.2guppy_7.0.1guppy_7.0.0guppy_6.99.5guppy/7.0.4guppy/7.0.3guppy/7.0.2guppy/7.0.1guppy/7.0.0guppy/6.99.57.0.47.0.37.0.27.0.17.0.06.99.5guppyJan-Simon Möller1-1/+1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-09-10Add gitreviewhalibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut_7.90.0halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.1halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy_6.90.0guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.1guppy/6.90.08.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.17.90.06.99.46.99.36.99.26.99.16.90.0halibutJan-Simon Möller1-0/+5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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 Ranostay4-0/+95
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-29navigation: remove artifacts from build treeMatt Ranostay3-297/+1
Remove build artifacts and move missing config.xml change Bug-AGL: SPEC-1068 Change-Id: I337065f1a9b2033503d9e92016d9ce52192ca294 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-23navigation: qml: add car image and direction based on headingeel_4.99.3eel/4.99.34.99.3Matt Ranostay5-3/+138
Add car image and show GPS heading of vehicle based on movement. Change-Id: I57c056b5cdd40cf27b32a1155b7366230f49dbb4 Bug-AGL: SPEC-1068 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-22navigation: qml: default map center to null islandMatt Ranostay1-0/+7
Currently it is defaulting to London before it gets a GPS or GeoClue location data which can be confusing. Better to center it on open water till location is known Bug-AGL: SPEC-1068 Change-Id: I9f4af70c194eb290ce5670c802b9b87f6475de11 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: qml: add State field to RouteAddress formMatt Ranostay2-0/+14
Bug-AGL: SPEC-1068 Change-Id: I0936ccea829ac7ecc537e25cb6b4c64017191f11 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21navigation: qml: remove start address and use current GPS locationMatt Ranostay3-55/+5
Change RouteAddress form to use start location from current GPS coordinate instead of entering a start address. Bug-AGL: SPEC-1068 Change-Id: Id1a42ba409d24e527e613b67b9ac4583aff92ed4 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-21navigation: geoclue: use geoclue data to get initial locationMatt Ranostay3-0/+88
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 Ranostay4-14/+110
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 Ranostay3-0/+15
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 Ranostay43-0/+4549
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>
2017-11-09Initial empty repositoryJan-Simon Moeller0-0/+0