summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-12tbtnavi: remove Photoshop iCCP sections in PNGshalibut_8.0.4halibut/8.0.48.0.4Matt Ranostay24-0/+0
Remove iCCP section from PNGs to avoid the following warnings from libpng. libpng warning: iCCP: known incorrect sRGB profile Bug-AGL: SPEC-3035 Change-Id: Ie8e5cedca07feb8f978c42946e3d7bc8ab5cd816 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit 660d523866e47fe92e43a60c64d52f397b52d4e0)
2019-12-11tbtnavi: remove Thumbs.db fileMatt Ranostay1-0/+0
Remove Windows artifact from app/images/ Bug-AGL: SPEC-3035 Change-Id: Ieb4a9dbb03b979db2c7f380e0df38f704f69c9a5 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-12-05tbtnavi: read missing qml signals/slotsMatt Ranostay2-1/+17
Connect libqtappfw provided events to qml via signals/slots Bug-AGL: SPEC-2880 Change-Id: Ib915195caf34ac94575bebd03bdd86fd848c36d6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit c5313bfa18ab0b0b8997c72473458e741857bc8a)
2019-11-28tbtnavi: add qml invokable function for cache locationMatt Ranostay2-0/+13
Bug-AGL: SPEC-2985 Change-Id: I5b412e968cac0d1034be35822de3bff70bb073c1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit 87629ba85ac7ea6675d7d4ba7565d5ae15d156cb)
2019-11-27tbtnavi: create title cache per providerMatt Ranostay1-0/+8
Bug-AGL: SPEC-2985 Change-Id: I5873a50da8b6099e879acbd488a5055e2ffaa162 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> (cherry picked from commit 3754d094079663e12d2fd887cc4a72541c2fb902)
2019-11-21tbtnavi: add missing token to websocket connectMatt Ranostay1-0/+3
Connection to websocket for navigation service was missing token Bug-AGL: SPEC-2880 Change-Id: I76574ebba935b4491fae19cc8a9161dc610a4921 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-21tbtnavi: 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-11-21tbtnavi: add interface to agl-service-navigationMatt Ranostay5-3/+99
Add interface to agl-service-navigation via libqtappfw to replace navicore DBus completely. Bug-AGL: SPEC-2880 Change-Id: Idf3afcdd3c7424b8adb91a9aaf14df662d7fe107 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-21tbtnavi: remove dbus navicore clientMatt Ranostay6-218/+2
In order to use new agl-service-navigation the current navicore DBus client needs to be removed. Bug-AGL: SPEC-2880 Change-Id: I4c6eef6c44ec55aa1fd2fc6b73c2cf3aa7fbd51e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-21tbtnavi: remove unused QtSql moduleMatt Ranostay1-1/+1
Qt SQL module isn't used by the application so remove from app.pro Bug-AGL: SPEC-2880 Change-Id: I6d3edd6a24f879d4ac8d3964ca2a3e53945cbe4d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-21tbtnavi: add .vimrc to keep syntax consistentMatt Ranostay1-0/+1
Bug-AGL: SPEC-2880 Change-Id: I63f51767812bbce68607698a38c4a58d85075176 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-21tbtnavi: fix typo of longitudeMatt Ranostay3-10/+10
Fixed typo of longitude (was longitute) in code and configuration. Bug-AGL: SPEC-2933 Change-Id: I2b49d8c7d8ff581c0c7caeff43e50c40d603c127 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-20Fixes and rework to allow using with cluster demohalibut_8.0.3halibut/8.0.38.0.3Scott Murray15-269/+362
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: Ia42a4303f772bf9c2235c720c92af3faa2936485
2019-10-20Fix defaultbranch in .gitreviewScott Murray1-1/+1
Set defaultbranch appropriately for halibut. Bug-AGL: SPEC-2913 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia3d2c3734c608e5d47025c8a023beb4a8eb23c47
2019-08-13Introduce autobuild scriptshalibut_8.0.2halibut_8.0.1halibut/8.0.2halibut/8.0.18.0.28.0.1Li Xiaoming2-0/+120
Add agl and linux autobuild scripts to silence build warnings. These 2 scripts are based on the latest version of the autobuild script, but they've been customized to (i) work with the existing qmake files and (ii) the 'update' and 'package-test' targets have been removed. Bug-AGL: SPEC-2164 Change-Id: I5eebd821933340c71510bf5deacb8c5042d53ff3 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-08-13tbtnavi build need C++ 17 supportLi Xiaoming1-1/+1
Bug-AGL: SPEC-2735 Change-Id: I1a45543beaaac4261ceb053d73cf98140a2a0fcf Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com> (cherry picked from commit 1d3670c387c43f355f7190274085c55098fac90f)
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.1wanglu73-0/+3886
Change-Id: I0866a7d9ffa347c0935b4d00259ad1a74cd00d6e Signed-off-by: wanglu <wang_lu@dl.cn.nexty-ele.com>
2019-02-18Initial empty repositoryJan-Simon Moeller0-0/+0