summaryrefslogtreecommitdiffstats
path: root/basicsuite/ebike-ui
Commit message (Collapse)AuthorAgeFilesLines
* e-bike: use mapboxgl plugin for map dataSamuli Piippo2020-11-201-4/+12
| | | | | | | | | | The mapbox plugin is using deprecated Mapbox classic style API that is no longer available (QTBUG-87828). Switch to using mapboxgl plugin for map data, but keep using mapbox for the georouting. Fixes: QTBUG-88640 Change-Id: I98d94950d22271f5d93a550b4c3c0ca556de1506 Reviewed-by: Lassi Lehikoinen <lassi.lehikoinen@qt.io>
* Change more function syntax for ConnectionSamuli Piippo2020-03-041-1/+1
| | | | | | | Implicitly defined onFoo properties in Connections are deprecated. Change-Id: I810de65fc69b2704904b9261663ae66afe8429fc Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Use function syntax for ConnectionSamuli Piippo2020-02-251-1/+1
| | | | | | | Implicitly defined onFoo properties in Connections are deprecated. Change-Id: Id5f2f2bcc3fff915211f4495aae3d021b35c2de8 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Split demos.xml to individual xml filesSamuli Piippo2019-04-041-0/+9
| | | | | | | | | Each demo describes itself and can then be excluded from a device by not including the directory. Task-number: QTBUG-74930 Change-Id: Ica45db9dfbf1224cf7a08b83632ba90c5cc55faa Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Enable boot2qt launcher automatic demo modeSami Nurmenniemi2019-02-042-0/+4
| | | | | | Task-number: QTBUG-72852 Change-Id: Id07b45185f1d033cd27f72b9ab28d23d9cb39a3d Reviewed-by: Tuomas Heimonen <tuomas.heimonen@qt.io>
* ebike: use Moment.js correctlySamuli Piippo2018-11-141-1/+1
| | | | | | | | Fix "TypeError: Property 'unix' of object [object Object] is not a function" Task-number: QTBUG-71748 Change-Id: Ic8425c68271c7b57880f9a36ad03cbf3e5453461 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* ebike: use Moment.js correctlySamuli Piippo2018-11-131-1/+1
| | | | | | | | Fix "TypeError: Cannot call method 'unix' of undefined" Change-Id: I940783d2397792ee8ad0cd0f612b4779f7b1f40d Task-number: QTBUG-71748 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
* Fix some major scaling & font issues on ebike-demoJuho Annunen2018-08-2925-504/+310
| | | | | | | Task-number: QTBUG-69840 Change-Id: If519ae62a0a73c8dbf2f6f7b9f681bdfdb8b28a0 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Enable ebike demoSami Nurmenniemi2018-05-231-0/+3
| | | | | | | | | | | Added datacollector, which is generates mock data to the demo. It needs to be configured to run as a service or manually started before running the demo. Without running datacollector, the demo does not show any changing data. Task-number: QTBUG-67917 Change-Id: Ia113b76b5eb024353051b93d9d518211ee2cd601 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Add new Ebike demo to basicsuiteJuho Annunen2018-05-07149-0/+12982
Task-number: QTBUG-67917 Change-Id: I88e783ff7bcc530b13edfd3e21565953433293dc Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>