summaryrefslogtreecommitdiff
path: root/neptuneui.pro
Commit message (Collapse)AuthorAgeFilesLines
* CI build fixDominik Holland2017-04-131-0/+2
| | | | | Change-Id: I8387f87063596875959d0ef87ea33fe9a9d70b07 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Doc: Update doc config to enable building doc on Windows hostVenugopal Shivashankar2017-04-041-3/+2
| | | | | | | Change-Id: I000dcb156f44aea769ed2b8624263d6d5d17b3bb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Fix Neptune deployment to the B2Qt emulatorVolker Krause2017-03-291-1/+1
| | | | | | | This makes deployment work at least, still can't run it though. Change-Id: Icc1112db36520ce6f8d2b3d4440e94ca6828fa9a Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Use the INSTALL_PREFIX config variable for selecting the install locationDominik Holland2017-02-271-1/+8
| | | | | | | | | | Install all qml files as well as qml plugins into the location defined by INSTALL_PREFIX into an neptune folder. If no INSTALL_PREFIX is set it will fall back to /opt Task-number: QTAUTO-276 Change-Id: Iea762c8ff87a1b0ef53aa71bf7ca51e9cddcc0e0 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* README update: ScreenManager installationGordan Markuš2016-11-231-1/+1
| | | | | Change-Id: Ibf5ebe86f17faacfb315105c9fc550385f8fbc1d Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Doc: Add module documentationVenugopal Shivashankar2016-10-281-0/+1
| | | | | | | Task-number: QTAUTO-252 Change-Id: I2cbc1c4107069cd51dad5aa043165282e5bf6be4 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Created internationalization and localization appShrikant Dhumal2016-10-031-1/+2
| | | | | Change-Id: If3bee4300b7188c8bb1fd566af8efef68c56229b Reviewed-by: Alistair Adams <alistair.adams@qt.io>
* Fixed installation of the importsDominik Holland2016-08-301-1/+1
| | | | | | | | | cb54780de51a945f4cd46b4b573850f1c7ee6496 renamed the modules folder to imports, but didn't fix the install target. The install target is needed for yocto to package the imports correctly Change-Id: Ie1430c2fe261be39fe6053fa59888fc45a56518d Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Updated to work with the lastest ApplicationManagerRobert Griebl2016-04-261-1/+1
| | | | | | | | | | | | | | | | | 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>
* Added a ScreenManager plugin and use it in ClusterAndHUD.qmlDominik Holland2016-03-311-1/+2
| | | | | | | | | | | | | | | | | Currently there is no QML api for selecting which screen a window should use, this is a small helper which makes it possible to do that from QML. The ClusterAndHUD.qml now moves the cluster to the second Screen. This only works if the QPA handles the screens separately, which means in a modern desktop environment the screen will be set for the window, but it won't move there. As before the ClusterAndHUD.qml can only be started on system with a WindowManager running or a system with 2 screens Change-Id: Ia854dd420d72c8349c90b19971c88a27adab7bdf Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Demo updatesNedim Hadzic2016-02-181-1/+1
| | | | | | | | | | | 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/+7
Change-Id: I36747394458e3528f38ed9c078334c260f22d53b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>