aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-10-10Fix build fail that is missing to mergeHEADtrout_19.90.0trout/19.90.019.90.0masterNaoto Yamaguchi1-0/+2
Mominavi was ported Qt6 in previous commit. But it's missing to merge from development code to upstream code. This patch fix this merge issue. Bug-AGL: SPEC-5162 Change-Id: I0d5a969fc655c84f31bd1f1877872ad21c635b55 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2024-09-27Mominavi porting to Qt6Naoto Yamaguchi11-85/+83
Mominavi has some Qt5 dependency. It need some change to port to Qt6. In the Qt6, QtLocation was dropped support for some map provider support such as MapBox. In this patch, the map plugin change from mapbox to osm. Bug-AGL: SPEC-5162 Change-Id: I353d4a134191c178d7ec0f28c9ee1e69e4eab4d8 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2024-02-13Add gitlab issue/merge request templatessalmon_18.90.0salmon/18.90.0ricefish_17.90.0ricefish/17.90.0lamprey_12.1.20lamprey/12.1.2018.90.017.90.012.1.20Jan-Simon Moeller2-0/+6
Add template files for gitlab Bug-AGL: SPEC-4474 Change-Id: Ie79c4a34517460eb2f762119ba554976058f8495 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2024-01-05Add support initial position and style change by environment variableNaoto Yamaguchi1-1/+16
The ondemandnavi was supporting initial position and style change by config file. I CES2024 demo development, we need to change initial position. This patch add support initial position and style change by environment variable. Bug-AGL: SPEC-5044 Change-Id: If89810e2990345e08b86e43506f4f155caf15d8f Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2023-08-17Add .gitreview fileJan-Simon Moeller1-0/+5
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Id70229ae9037d481b7c2ea79bd91a797a21241e3
2021-10-14Update map styleNaoto Yamaguchi1-1/+1
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2021-10-03Add README.mdNaoto Yamaguchi1-0/+12
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2021-08-02Initial commit for mominaviNaoto Yamaguchi48-0/+2416
mominavi is a example navigation app based on Qt example. Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>