aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-15Add gitreview file for jellyfish branchjellyfish_10.0.3jellyfish_10.0.2jellyfish_10.0.1jellyfish_10.0.0jellyfish/10.0.3jellyfish/10.0.2jellyfish/10.0.1jellyfish/10.0.010.0.310.0.210.0.110.0.0jellyfishJan-Simon Möller1-1/+1
Update the .gitreview file. Bug-AGL: SPEC-3581 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Icc23ed661a30caca00eb007211398618f7e50a8e
2020-06-24Remove windowmanager dependsjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.49.99.39.99.29.99.1Marius Vlad3-35/+12
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic4091cfb662125522dd9ff373cc57fbff5fa676a
2020-06-16Fix debug widget packagingScott Murray1-2/+8
Add some logic to add "-debug" in the name of the debug widget file to match the behavior of widget builds that use the cmake app template. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I4cd6930835f8363ff4e7152a3537772735559a06
2020-06-10Update autobuild scriptsScott Murray3-44/+175
Update autobuild scripts with reworked version that fixes building outside of the source tree. Also fix CMakeLists.txt to copy built wgt file to top-level of build directory to match autobuild script expectations. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I2211b9f663a7e980ee06fb00c40f19d8714fd2e0
2020-06-08replace qtappfw with qtappfw-navigation packageRaquel Medina1-3/+3
Bug-AGL: SPEC-3390 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I49bbbba3bd2a57401c6484374d6af255fd6b463f
2020-01-03Rework to raise navigation app and improve behavioricefish_8.99.5icefish/8.99.58.99.5Scott Murray6-81/+99
Add callback to raise navigation app via homescreen and hook it up to the "Go" button handling. Additionally, testing of this addition revealed that the result list and information panel state is fragile and easily gotten into a bad state with respect to repaints when raising the navigation app. To fix this, the code has been reworked to change InfoPanel into an actual widget and keep it and the result list widget around; manipulating their visibilty rather than recreating them and forcing whole-window repaints. As well, a slight delay is used before raising the navigation app to let all repaints finish. Ideally this would not be required, but the app likely needs a more significant rewrite to fix it. Bug-AGL: SPEC-3079 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Id8dce33e2a2135179644305a88b340ecd1d7d3c5
2019-11-11poi-yelp: change to libqtappfw navigation interfaceicefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.48.99.38.99.28.99.1Matt Ranostay5-135/+25
Switch from DBus interface to rewritten agl-service-nagivation binding via the libqtappfw wrapper interface. Bug-AGL: SPEC-2880 Change-Id: I4244de4db250af438dda6b6173940f6a49fe34f2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-11poi-yelp: read starting location from naviconfig.iniMatt Ranostay1-1/+20
Bug-AGL: SPEC-2880 Change-Id: Iafb4f89a7efe579d24a5a6a58f41a38eb6c08a41 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-11-11poi-yelp: don't use fixed buffer sizeMatt Ranostay1-7/+4
Use QByteArray over arbitrary buffer size for QNetworkReply Bug-AGL: SPEC-2880 Change-Id: I65f04603afc22ef2f8ae5cfe97f747dda85e692d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-18poi-yelp: fix up formating in sourceMatt Ranostay3-43/+43
Fix the mixing of tabs and 4 space indents in all source files. Bug-AGL: SPEC-2880 Change-Id: Ib02b5b9d2c65f252ba9b981be6fed23e8c111e66 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-18poi-yelp: add .vimrc to keep source syntax conciseMatt Ranostay1-0/+1
Bug-AGL: SPEC-2880 Change-Id: I083b9344a57d2553c92757723b6f538017a2e046 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-16poi-yelp: remove unused allSessionsGot slotMatt Ranostay2-13/+0
Part of the effort to cleanup DBus usage for navigation to JSON events remove all unused sections of the application. Bug-AGL: SPEC-2880 Change-Id: Ie6bebb5e4e935676ca57c3fa5c6826a28d01d4df Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-15poi-yelp: update LICENSE with text from COPYINGMatt Ranostay1-1/+129
Bug-AGL: SPEC-2872 Change-Id: I91fa7b3a852ca68074f96f6a710155e6e743c786 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-10poi-yelp: fix issue with text input on startupMatt Ranostay1-0/+4
On startup any initial keyboard input will be invisible to the application until Search button is clicked. So work around this for now. Bug-AGL: SPEC-2872 Change-Id: I9572b250e4bb5fb486927143b7450b3b2e5866c2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-10-10poi-yelp: fix compile issue with SDKMatt Ranostay1-0/+2
To avoid "SkippingbecauseOE_QMAKE_PATH_EXTERNAL_HOST_BINSisnotdefined" error messages when building with the SDK add the respective path to CMakeLists.txt Bug-AGL: SPEC-2872 Change-Id: I1a90009b85c10f5a7eb1f92d8fc9e141a872c8d4 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-09-27fix(autobuild/linux): Repair pathLi Xiaoming1-0/+0
Bug-AGL: SPEC-2816 Change-Id: Ic7731b8cfff4a890ceb1b6386e1a7d1220b94b7b Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
2019-09-20add autobuild treeRaquel Medina2-0/+126
Bug-AGL: SPEC-2816 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I2d746ad91bb4a27757605a448e425e64f822c2c2
2019-08-30Add display permissionScott Murray1-0/+1
Add display permission required to work with the running as non-root change for applications. Previously applied as a patch by the recipe in meta-agl-demo. Bug-AGL: SPEC-2787 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I2c9b787b230d4430911771de11f825a08d8d54c8
2019-08-30Initial check inScott Murray68-0/+1998
Initial check in of the original repository: git://github.com/AGLExport/genivi-navi-yelp-client.git as of commit c2691cb265d9198542482a860f1df378e8c2708b. Bug-AGL: SPEC-2787 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7405367387622fb788a5712ed24005ee6d7ce495
2019-08-10Initial empty repositoryJan-Simon Moeller0-0/+0