aboutsummaryrefslogtreecommitdiffstats
path: root/neptuneui.qmlproject
Commit message (Collapse)AuthorAgeFilesLines
* Restructured QML imports and added AM interfaceNedim Hadzic2016-07-251-1/+1
| | | | | | | | | | | | | * Renamed modules to imports * Separated shared imports (needed by apps and the system UI) and system imports, only available to the system UI * Moved the ApplicationManager logic from the UI representation to its own model. The idea is to separate UI from the logic Change-Id: I455f0e1b4b9f9f97fe80a0dc85a355fb53bcd124 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Updated to work with the lastest ApplicationManagerRobert Griebl2016-04-261-2/+2
| | | | | | | | | | | | | | | | | There have been a few changes in the AM due to API reviews: 1) The API naming in WindowManager singleton was made more consistent (Window vs. View vs. Surface) 2) The import was changed from io.qt.ApplicationManager / ApplicationInstaller to QtApplicationManager Apart from that, we decided that having (incompatible) AM dummy-imports in every system-ui project does not scale: the current Neptune version was merged into the AM repo and the copy here was removed. Change-Id: I176d66de4071deff02533a3f6fdc811bca5c2e7c Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com>
* [QtIVIVehicleFunctions] Added dummyimportsNedim Hadzic2016-02-181-1/+1
| | | | | | | | | It was not possible to run the Neptune UI without real QtIVI backend. Dummyimports are now added in order to run even without the backend. Change-Id: If0b12c22e410f5f26b0c265e1b58f3e897eb8ccb Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Demo updatesNedim Hadzic2016-02-181-1/+2
| | | | | | | | | | | Since the Neptune was used in recent demos for CES 2016, some offline changes were made and now they are pushed upstream. Changes: - new layout for Music application - unit conversion, metric to imp US - other UI improvements. Change-Id: I202eb88c382e840990b988d03e22d3b9f0d67fc1 Reviewed-by: Juergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>
* Initial commit of Pelagicore's Neptune-UI with squashed history.Robert Griebl2015-11-161-0/+24
Change-Id: I36747394458e3528f38ed9c078334c260f22d53b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>