aboutsummaryrefslogtreecommitdiffstats
path: root/am-config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Change back to using the "auto" config by defaultHEADv1.1_QtAS5.8Dominik Holland2017-04-131-1/+1
| | | | | Change-Id: I250c33262ae676185d97e99475856294f189828d Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
* Update am-config.yaml to not depend anymore on config.yaml from appmanDominik Holland2017-03-151-0/+31
| | | | | | | | | | | All the configurations should now live in am-config.yaml Instead of using /opt/am as the directory for the apps.db and app installations /tmp/am should be used. This should make it easier to get started with neptune-ui development Change-Id: I52845c38be749c363577d381e4fa765f17739977 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Switch additionalConfiguration to systemPropertiesNedim Hadzic2017-03-071-4/+7
| | | | | | | | | The additionalConfiguration property will be removed from ApplicationManager and systemProperties will be used instead. Change-Id: Id34ee6033d58f9b799791db71a95926fca3ec99a Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
* Make the config paths independent of the current directoryRobert Griebl2017-02-211-5/+5
| | | | | | | This change depends on commit 27fafd1 in qtapplicationmanager. Change-Id: Id1714a19d77bff0385531d46d03ab0c6c1071834 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Added an autodetection for showing the Instrument ClusterDominik Holland2016-08-301-0/+1
| | | | | | | | | | | Instead of changing the main file manually, the Main file is more smart now and tries to detect whether showing the InstrumentCluster is possible. Using am-config.yaml the Cluster can still be disabled if it's not wanted, e.g. for development on the Desktop Change-Id: If2ff186cf1317fc309050e1f4b3a479e25342249 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Restructured QML imports and added AM interfaceNedim Hadzic2016-07-251-3/+3
| | | | | | | | | | | | | * 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>
* Moved appstore to playground serverv1.0_QtASRobert Griebl2016-07-061-1/+1
| | | | | Change-Id: I6525e76e0ec921369059078a65ccd97127866845 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Improved the Style singleton to support different style configsDominik Holland2016-03-181-1/+2
| | | | | | | | | | | | | | 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>
* Added windowIcon setting for the AMRobert Griebl2016-03-141-0/+1
| | | | | Change-Id: I85fa89a5d924fb6b54d2bc43851a195a86e89871 Reviewed-by: Thomas Senyk <thomas.senyk@pelagicore.com>
* Added a FPS/Cpu-load overloadRobert Griebl2016-03-081-1/+1
| | | | | | | Long-press on the time in the status-bar to (de)activate it. Change-Id: I8386c35747d486f8995042b5b9ce3be90650c3f3 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Initial commit of Pelagicore's Neptune-UI with squashed history.Robert Griebl2015-11-161-0/+29
Change-Id: I36747394458e3528f38ed9c078334c260f22d53b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>