aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Add a long padded rpath to every pluginDominik Holland2017-04-033-0/+12
| | | | | | | | | | | | This is needed as the installer needs to fix the absolute rpath to a relative during installation and this will only work when the new relative rpath is shorter than the previously set. Task-number: QTAUTO-336 Change-Id: Ib1297db5e3f3ad03d60d6fa733d39ac546186331 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix windows buildNedim Hadzic2017-03-233-9/+9
| | | | | | Change-Id: I8539c8d857e98fbe65dd89b91dd84e8bfc2bb6f7 Task-number: QTAUTO-299 Reviewed-by: Alistair Adams <alistair.adams@qt.io>
* Handle translations update and release from qmakeFilipe Azevedo2017-03-141-1/+47
| | | | | | | | This deprecate usage of external scripts. Task-number: QTAUTO-280 Change-Id: I445234cb7dd1cf573057671c73f0c57ff416421f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Use the INSTALL_PREFIX config variable for selecting the install locationDominik Holland2017-02-273-4/+14
| | | | | | | | | | 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-235-0/+0
| | | | | Change-Id: Ibf5ebe86f17faacfb315105c9fc550385f8fbc1d Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Created internationalization and localization appShrikant Dhumal2016-10-035-0/+252
| | | | | Change-Id: If3bee4300b7188c8bb1fd566af8efef68c56229b Reviewed-by: Alistair Adams <alistair.adams@qt.io>
* Moved the cluster detection into the AutoConfig.qmlDominik Holland2016-09-012-4/+8
| | | | | | | | This is needed as also the multi-process applications need to know whether to display the cluster widget and how big it can be rendered Change-Id: I589439f50fa3aa60630dd7b1fb6e4008a3d1b8c2 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Added an autodetection for showing the Instrument ClusterDominik Holland2016-08-301-0/+5
| | | | | | | | | | | 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>
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-1117-225/+240
| | | | | Change-Id: I004c8d71a07e0d69348313795ce66b0ad9874da5 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Added a ScreenManager plugin and use it in ClusterAndHUD.qmlDominik Holland2016-03-315-0/+198
| | | | | | | | | | | | | | | | | 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-1812-12/+12
| | | | | | | | | | | 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>
* Adapt to Pelagicore "unbranded" Application-Manager API.Robert Griebl2015-12-091-6/+5
| | | | | | | This change is dependent on commit 6768ec3 in the AM repo. Change-Id: I0404f4d26e105ba42171d56290eddf56d2faa5e5 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* [Datasource plugin] Implemented option for setting a custom storage locationNedim Hadzic2015-12-082-3/+12
| | | | | | | | | It was not possible to set the custom media location other than $HOME location. With this patch, one can set the storage location if media is in the different location than the $HOME location. Change-Id: I6383a81343e652b635c1872828d0883f06347ef3 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-2514-112/+154
| | | | | | | Also change-id I8ffe7bca in qtqa is needed for this to work. Change-Id: I0fe48ae32ee01460f3ba2a7cf10ba2a2f0f279d5 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Initial commit of Pelagicore's Neptune-UI with squashed history.Robert Griebl2015-11-1617-0/+1284
Change-Id: I36747394458e3528f38ed9c078334c260f22d53b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>