aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.downloads/stores/ServerConfig.qml
Commit message (Collapse)AuthorAgeFilesLines
* Remove QML import version numbersBernd Weimer2022-08-081-3/+3
| | | | | Change-Id: I2810c412a595b2b5729fd57f8c4a3a1a2356c363 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* [downloads] add tag with build_target to /hello, new deployment APIv5.15.0_QtASEgor Nemtsev2020-08-191-1/+9
| | | | | | | | | | | | | | - for all apps on deployment server we should define whether they run on desktop or embedded system. This should be done as we have same arch on linux for desktop and embedded, e.g. NUC systems. For some apps that don't have C++ plugins both tags should be added while packaging. - added new icon and purchase API according to DS changes this should only be merged when Deployment Server is fixed for reverse tags and updated on qt.io Task-number: AUTOSUITE-1213 Task-number: AUTOSUITE-1214 Change-Id: I7d20d32c52a3575bba56c9dea84e3fc3b17463a8 Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com>
* [downloads] update hello request with version 2 protocolEgor Nemtsev2020-08-181-1/+1
| | | | | | | | | - when Deployment server for 5.14 will be updated to new version, this should be merged to support new fuctionality Fixes: AUTOSUITE-1519 Change-Id: I26c8bc30c331808f4d254f9f637d86f1e2706b3d Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
* [downloads] move to state observer/controllerEgor Nemtsev2020-04-061-43/+27
| | | | | | Task-number: AUTOSUITE-1486 Change-Id: I9ac110f93691e9345f31ac791f21581293169e8b Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [license] remove "ivi" and leave Neptune 3 UI as its project nameBramastyo Harimukti2019-08-081-1/+1
| | | | | | Change-Id: I857ccffbeb584c05f74d35bd36e948dff9970073 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
* [downloads] fix check deployment server network accessEgor Nemtsev2019-06-211-23/+58
| | | | | | Task-number: AUTOSUITE-1039 Change-Id: I1bc0bf0a9583f3023dd0c680945759e4a1641229 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [downloads] move hardcoded properties to config fileGrigorii Zimin2019-05-231-1/+4
| | | | | | Task-number: AUTOSUITE-979 Change-Id: I08e4ddc112b87a0d32ca3e4bd090731278c90851 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [appman] update appman imports in neptune 3 to 2.0Bramastyo Harimukti2018-12-181-1/+1
| | | | | Change-Id: Iafbdb80c5a306386559e12418ddd763c3e2431f2 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Update copyright statementsRobert Griebl2018-12-141-1/+2
| | | | | | | | - added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: I648d3c8a37df2567c48e3d4386546290997e3369 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* Use the new Qt Application Manager module namesDaniel d'Andrada2018-10-311-1/+1
| | | | | Change-Id: I4c3a28e83140a380706adc46acd86e93ae7fda29 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* [downloads] rename appstore to downloadsBramastyo Harimukti Santoso2018-10-171-0/+91
- app store is not the correct name as we have nothing to purchase. hence, the application is renamed to downloads instead. Task-number: AUTOSUITE-634 Change-Id: I390d893e2dae3001a00a24223f6fd6444b25df21 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>