aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* README update: ScreenManager installationGordan Markuš2016-11-231-1/+7
| | | | | Change-Id: Ibf5ebe86f17faacfb315105c9fc550385f8fbc1d Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Added QtIvi to the Prerequisite listDominik Holland2016-08-091-0/+7
| | | | | | | Also added instructions for starting without having QtIvi installed Change-Id: Ifd903835914f7bf29b5819ad24b9c87a262492c6 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Restructured QML imports and added AM interfaceNedim Hadzic2016-07-251-3/+5
| | | | | | | | | | | | | * 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>
* Added special base screen for navigation appNedim Hadzic2016-07-211-5/+2
| | | | | | | | | | Since navigation app takes the widget part on the home screen, it has additional surface. Another base was created so other apps do not initialize surfaces and properties which they wont use. Change-Id: Ie1bace5dcf47f8a6ec0fecc722e25d83ecc70a3c Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Updated to work with the lastest ApplicationManagerRobert Griebl2016-04-261-2/+5
| | | | | | | | | | | | | | | | | 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>
* Improved the Style singleton to support different style configsDominik Holland2016-03-181-0/+13
| | | | | | | | | | | | | | The different styleConfigs are loaded using the styleConfig variable in am-config.yaml. By default it's set to "auto" which will try to adapt the UI to the current screen size. Also consolidated all the different Main*.qml files into two versions Main.qml for displaying the HUD and ClusterAndHUD.qml for showing the InstrumentCluster in a separate Window together with the HUD. Change-Id: I8332cb97528db5de4fcb478e4f943ed93174d84f Task-number: QTAUTO-21 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Demo updatesNedim Hadzic2016-02-181-9/+13
| | | | | | | | | | | 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>
* README updateNedim Hadzic2015-12-011-1/+3
| | | | | | | Update for the command line for running the Neptune UI with the Application Manager. Change-Id: Idcb2a8e72d3e3e9e7bd914d8c851e3491bfa9ac4 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Initial commit of Pelagicore's Neptune-UI with squashed history.Robert Griebl2015-11-161-0/+48
Change-Id: I36747394458e3528f38ed9c078334c260f22d53b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>