nagivation: initial import of Qt MapViewer demo 71/12071/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Sat, 11 Nov 2017 04:17:52 +0000 (20:17 -0800)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 22 Nov 2017 07:11:00 +0000 (23:11 -0800)
commit420321d7da0abecc4d49c4c0cb8bcd3b22269e1a
tree03cafb80c6a40631981ad4dfb34b01b539d9fcb0
parenta38332a2e10fb1f02e6c0864367c18a9c634ff6f
nagivation: initial import of Qt MapViewer demo

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>
43 files changed:
LICENSE [new file with mode: 0644]
app/app.pri [new file with mode: 0644]
app/app.pro [new file with mode: 0644]
app/forms/Geocode.qml [new file with mode: 0644]
app/forms/GeocodeForm.ui.qml [new file with mode: 0644]
app/forms/Locale.qml [new file with mode: 0644]
app/forms/LocaleForm.ui.qml [new file with mode: 0644]
app/forms/Message.qml [new file with mode: 0644]
app/forms/MessageForm.ui.qml [new file with mode: 0644]
app/forms/ReverseGeocode.qml [new file with mode: 0644]
app/forms/ReverseGeocodeForm.ui.qml [new file with mode: 0644]
app/forms/RouteAddress.qml [new file with mode: 0644]
app/forms/RouteAddressForm.ui.qml [new file with mode: 0644]
app/forms/RouteCoordinate.qml [new file with mode: 0644]
app/forms/RouteCoordinateForm.ui.qml [new file with mode: 0644]
app/forms/RouteList.qml [new file with mode: 0644]
app/forms/RouteListDelegate.qml [new file with mode: 0644]
app/forms/RouteListHeader.qml [new file with mode: 0644]
app/helper.js [new file with mode: 0644]
app/main.cpp [new file with mode: 0644]
app/map/CircleItem.qml [new file with mode: 0644]
app/map/ImageItem.qml [new file with mode: 0644]
app/map/MapComponent.qml [new file with mode: 0644]
app/map/Marker.qml [new file with mode: 0644]
app/map/PolygonItem.qml [new file with mode: 0644]
app/map/PolylineItem.qml [new file with mode: 0644]
app/map/RectangleItem.qml [new file with mode: 0644]
app/mapviewer.qml [new file with mode: 0644]
app/mapviewer.qrc [new file with mode: 0644]
app/menus/ItemPopupMenu.qml [new file with mode: 0644]
app/menus/MainMenu.qml [new file with mode: 0644]
app/menus/MapPopupMenu.qml [new file with mode: 0644]
app/menus/MarkerPopupMenu.qml [new file with mode: 0644]
app/resources/icon.png [new file with mode: 0644]
app/resources/marker.png [new file with mode: 0644]
app/resources/scale.png [new file with mode: 0644]
app/resources/scale_end.png [new file with mode: 0644]
navigation.pro [new file with mode: 0644]
package/config.xml [new file with mode: 0644]
package/icon.svg [new file with mode: 0644]
package/package.pro [new file with mode: 0644]
package/root/config.xml [new file with mode: 0644]
package/root/icon.svg [new file with mode: 0644]