Age | Commit message (Collapse) | Author | Files | Lines |
|
This patch removes agl-shell-desktop support and migrates the entire
tree to meson build system.
Bug-AGL: SPEC-5003
Change-Id: Ia7728003e8069776c29641d91d1440cc65f297c5
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
|
|
Changes:
- Add setenv of QT_QUICK_CONTROLS_STYLE and setting of the
frameless window hint to match the previous behavior before the
removal of the previous application framework.
- Use the new VehicleSignals API from libqtappfw to replace the
previous signal-composer usage.
- Update the use of the Navigation API from libqtappfw for its
rework to use VIS signals instead of the previous signal-composer
usage.
- The default unit for the vehicle speed has been switched to
kilometers with switching driven by the appropriate VSS schema
value.
Bug-AGL: SPEC-4409, SPEC-4426
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I69b60a1e3207a54c34aaf114a1e89fce2cf0059f
|
|
Changes:
- Remove the autobuild scripts and config.xml used by the app
framework widget build.
- Update the qmake files to just build a "tbtnavi" binary and
install it into /usr/bin by default.
- Remove the code in main.cpp that handled reading the WebSocket
command-line arguments and passing them to binding related
code.
- Removed signal-composer wrapper instantiation in main.cpp, but the
related QML has been left alone now, this will need to be revisited
once something else is in place for vehicle signals (e.g. perhaps
a simple VISS API wrapper in libqtappfw that leverages kuksa.val).
Bug-AGL: SPEC-4283
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I9ea3b5aff37ad5013815afaab07823194350b26d
|
|
qlibhomescreen was still a dependency in the qmake files, and its
header file was being pulled in in main.cpp even though there it is
no longer used, remove usage. Also remove leftover libhomescreen
and qlibwindowmanager related files, now unused homescreen binding
dependency in config.xml manifest, and long unused QT websockets
module dependency.
Bug-AGL: SPEC-3757
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I7b8de507f785e1850caae4e91cd9033c0ced468b
|
|
Bug-AGL: SPEC-3447
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I7d7172459d38540fc7ddfac6887e68e73fd475fc
|
|
Update autobuild scripts with reworked version that fixes building
outside of the source tree. As well, the project files have been
tweaked to strip the release build binaries and add "-debug" in the
name of the debug widget file.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Icfb47409097e5d0098e84ff8ae21d38ae1745b5e
|
|
Bug-AGL: SPEC-3390
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: Icbb1f39f996a11e04c134161a7c3e7d0829b4a2f
|
|
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>
|
|
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>
|
|
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>
|
|
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: I192efd45ab94ace8234dbe6c8983257a24e51d23
|
|
Bug-AGL: SPEC-2735
Change-Id: I1a45543beaaac4261ceb053d73cf98140a2a0fcf
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Change-Id: I0866a7d9ffa347c0935b4d00259ad1a74cd00d6e
Signed-off-by: wanglu <wang_lu@dl.cn.nexty-ele.com>
|