aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Remove QML import version numbersBernd Weimer2022-08-08179-1173/+1173
| | | | | Change-Id: I2810c412a595b2b5729fd57f8c4a3a1a2356c363 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Port to Qt 6.2Robert Griebl2022-07-0156-139/+139
| | | | | | | | | | | - Build is warning free on Linux - Still using qmake - Custom fragmenShaders in the cluster are not ported yet - Qt 3D models are rendered, but the Studio 3D integration is untested Change-Id: I0e410a932d6461ba29e7c945cb5e9750d6df8964 Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Bramastyo Harimukti Santoso <bram.harimukti@gmail.com>
* [downloads] add tag with build_target to /hello, new deployment APIv5.15.0_QtASEgor Nemtsev2020-08-194-12/+20
| | | | | | | | | | | | | | - for all apps on deployment server we should define whether they run on desktop or embedded system. This should be done as we have same arch on linux for desktop and embedded, e.g. NUC systems. For some apps that don't have C++ plugins both tags should be added while packaging. - added new icon and purchase API according to DS changes this should only be merged when Deployment Server is fixed for reverse tags and updated on qt.io Task-number: AUTOSUITE-1213 Task-number: AUTOSUITE-1214 Change-Id: I7d20d32c52a3575bba56c9dea84e3fc3b17463a8 Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com>
* [vehicle] fix segfaults in SP modeGrigorii Zimin2020-08-192-12/+55
| | | | | | | Fixes: AUTOSUITE-1607 Change-Id: Ib1d628a495611aca952a1ea3acba6e23f2101894 Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [cluster] update 3D studio presentation against 2.7 ogl-runtimeGrigorii Zimin2020-08-191-11/+12
| | | | | | | Fixes: AUTOSUITE-1609 Change-Id: I063d5380b512cd86244c9fb66ec3e6364e8cc91e Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [downloads] update hello request with version 2 protocolEgor Nemtsev2020-08-181-1/+1
| | | | | | | | | - when Deployment server for 5.14 will be updated to new version, this should be merged to support new fuctionality Fixes: AUTOSUITE-1519 Change-Id: I26c8bc30c331808f4d254f9f637d86f1e2706b3d Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
* [plugins] add initial implementation of the FileUtilsGrigorii Zimin2020-08-051-9/+2
| | | | | | | | 1) Only one function is added for now Fixes: AUTOSUITE-1599 Change-Id: I3558e42c3aa37df927de85ee2f3c3eae80d9aa2a Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [vehicle] add workaround for transparent car in SPGrigorii Zimin2020-08-051-1/+3
| | | | | | | | | 1) add forced redraw (we wait till model is loaded, but 'onDemand' render policy prevents model to be shown) Fixes: AUTOSUITE-1598 Change-Id: Ib1b9a43c9a6a86a73da9564ff0d15291f2693a90 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [vehicle] fix bindingGrigorii Zimin2020-08-051-1/+1
| | | | | | Fixes: AUTOSUITE-1600 Change-Id: I5b547d2db810d0cbb858e4f66bad76897a37308c Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [qsr] remove translations from qsr panelEgor Nemtsev2020-08-051-3/+3
| | | | | | Fixes: AUTOSUITE-1603 Change-Id: I7b5835a0d52af53b5bd49ff1c032732fbe3e3088 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [sysui] replace onFoo handlers for ConnectionsEgor Nemtsev2020-07-2220-32/+42
| | | | | | | | | | - Connections { target: someTarget; onFoo: {} } is now deprecated and warning is generated. onFoo should be changed to 'function onFoo(params)' Fixes: AUTOSUITE-1597 Change-Id: I87d93939fa821c53bdf26478baa5444387b1b20e Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [sysui, downloads] add pull down to refresh for categoriesEgor Nemtsev2020-04-076-2/+49
| | | | | | | | | - update ToolsColumn to ListView to have Flickable component. Fix JSONModel to handle updates. Add pull down to refresh for categories column Fixes: AUTOSUITE-850 Change-Id: If4170c283002ea1e921582085e7ec2e50c0919be Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [downloads] move to state observer/controllerEgor Nemtsev2020-04-068-190/+706
| | | | | | Task-number: AUTOSUITE-1486 Change-Id: I9ac110f93691e9345f31ac791f21581293169e8b Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [map] clear navistate together with map start-upGrigorii Zimin2020-04-032-5/+5
| | | | | | | | | | -we can't track app's killing, but we can clear state for the next start-up -also remove missed property causing warnings Fixes: AUTOSUITE-1554 Change-Id: I9dadab614a3fe5456d531e11aba6a86d0eee2a1e Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [cluster] fix critical messagesGrigorii Zimin2020-04-021-0/+1
| | | | | | Fixes: AUTOSUITE-1556 Change-Id: I40bc9a70bf11b9cffd407e633c3452df5cc3f8cc Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [apps, format] update package yamls against appman5.14Grigorii Zimin2020-04-0210-43/+68
| | | | | | Task-number: AUTOSUITE-1495 Change-Id: Ie8a8064d506d2c2a2be8468c6122489124284aec Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [all] add wrapper qsTr("...") for stringsAleksei Korkov2020-03-3112-33/+33
| | | | | | Task-number: AUTOSUITE-1551 Change-Id: I4ec09e540aa028c62c49d34024cd9414a6c5515c Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [sysui] Fix popup animations and positions after resizingAleksei Korkov2020-03-309-140/+177
| | | | | | | | - fixed popups in Settings, Music, Tuner, Climate, Sheets Fixes: AUTOSUITE-1476 Change-Id: Ie74b1b442085ba3b2af35b1140e0092355bd71e6 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [vehicle] add another check for 3d modelsGrigorii Zimin2020-03-308-28/+69
| | | | | | | | | this change allows to not load a model if no OpenGL context has been created, and so to prevent corresponding SEGFAULT Fixes: AUTOSUITE-1514 Change-Id: I0c7cd8fbe17567a2156953f35b45876ed14498a7 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [phone] show square images if rounded mask is not possibleGrigorii Zimin2020-03-309-3/+18
| | | | | | | | Fixes: AUTOSUITE-1405 Task-number: AUTOSUITE-1518 Change-Id: I33d04a300106130b8835673d9a22780d1cc27791 Reviewed-by: Aleksei Korkov <akorkov@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [map] add check for opengl contextGrigorii Zimin2020-03-3010-0/+130
| | | | | | | | | this change allows to not show a map, which requires created OpenGL context, and so to prevent a user' interaction with the missed map content Fixes: AUTOSUITE-1402 Change-Id: I12f3468624cff4f69edfaa748a450bd7f616eef3 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [climate] fix changing temperature on moving sliderAleksei Korkov2020-03-276-18/+32
| | | | | | | Fixes: AUTOSUITE-1544 Change-Id: Icced4bf6f681651e625affa4b7b25d6fe4d15172 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [climate] fix shown precision of Fahrenheit temeratureAleksei Korkov2020-03-241-1/+1
| | | | | | Fixes: AUTOSUITE-1545 Change-Id: Ie67944b8544e77b3e5b6645fd0d9843355082c06 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [settings] fix notifications on color and theme changedAleksei Korkov2020-03-181-0/+8
| | | | | | Fixes: AUTOSUITE-1532 Change-Id: Ic842a8c1ec961ebac48ba52371b13deea22e8f13 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [log, maps] add log category to mapsEgor Nemtsev2020-03-031-16/+20
| | | | | | | | | | - 1. add logging category to maps and redirect existing log messages 2. add disabled *.info filter to am-config for ease of enabling info messages Fixes: AUTOSUITE-1500 Change-Id: I5590ea4b199743265e5fe60b896eccd3f41d00e1 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [sysui] remove workaround for AUTOSUITE-1366Egor Nemtsev2020-03-033-10/+0
| | | | | | | | | - remove workaround for absent icon in notifications Task-number: AUTOSUITE-1366 Change-Id: I133cf9cf8c7a86e35c33ebaecb507ac4e0b0b02c Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [vehicle] add smooth transitionsGrigorii Zimin2020-02-282-7/+22
| | | | | Change-Id: Ibd2211893db857ae970746a6c745fa97461f22d8 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [downloads] use ToolsColumn in Downloads appEgor Nemtsev2020-02-263-28/+36
| | | | | | Task-number: AUTOSUITE-1304 Change-Id: Id12367f11345ac63298ee450a61c6c50c0eaf8dd Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [colors] restore transparent color change mechanismGrigorii Zimin2020-02-191-29/+1
| | | | | | | | | | | | | -- the settings app should not use any "smart" updates on theme/color change -- system UI is only one place that should set the right color pallete for the selected theme -- this patch removes all buggy code related to color selection save steps -- there will be another patch which uses QSettings for color settings save Task-number: AUTOSUITE-1479 Change-Id: I6ebb4c54f46aa306b373e60ed9d0f90dd7ef7cfd Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [log, downloads] remove duplicate log messageEgor Nemtsev2020-02-181-1/+0
| | | | | | | - component already sends log message before emitting loginSuccessful Change-Id: Id73a69dc90ffc7badd5231b49c0284094a4fa09d Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [vehicle] update the roof panelBramastyo Harimukti Santoso2020-02-171-19/+8
| | | | | | | | - to improve the user experience, we can only use one button to open / close the sunroof Change-Id: I518385b9dcd087b63bc8651b3a0376b7be3dc0de Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [sysui][settings] Fix switching Rtl-modeAleksei Korkov2020-02-121-0/+1
| | | | | | | | - Rtl-mode was being applied incorrectly. Previously, if we were changing locale, for example, to Arabic, it had no effect on Settings-app itself. It happened because QtRO was not synchronized. Also when we changed language in Remote-app it didn't change its own checkbox for rtl-option. Fixes: AUTOSUITE-1326 Change-Id: Iab98a506f0782e585a6cf01a1c5dcbd76b85c7fb Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* Merge remote-tracking branch 'origin/5.13' into 5.14Bramastyo Harimukti Santoso2020-02-102-7/+12
|\ | | | | | | Change-Id: I7715f2b97d043e935a1d4751533a83e6bff84c63
| * [font] fix issues with missing dejavu sansBramastyo Harimukti Santoso2020-02-051-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - qfontdatabase takes quite a long time on OSX if there are it cannot find the required fonts installed in the system. And we use DejaVu Sans instead of OpenSans to support Arabic letters which is not installed by default on mac. Hence, with this commit, DejaVu Sans is included in Neptune and add the imports_shared path as additional font database to make Neptune find the correct fonts easily. It was not also using the correct font anyway previously which was the Open Sans. Task-number: AUTOSUITE-1446 Change-Id: I00c457e0df4e063d3e0477bea9e90ea98ed601d6 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [maps] Reset the routeSegment when the RouteModel is resetedDominik Holland2020-02-041-0/+5
| | | | | | | | | | | | | | | | | | | | On a language change the RouteModel will be reseted and the routeSegment we copied from the model previously is invalid can can cause a segfault on the next access. Fixes: AUTOSUITE-1432 Change-Id: I8bc21e0ab8bcec673ad386710ce50a7c7301221c Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [vehicle] vehicle presentation migrates to ogl-runtimeGrigorii Zimin2019-11-2818-200/+249
| | | | | | | | | | Change-Id: If1ea14674e4841e2022ab9916edab8a084c38662 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [cluster] migrate gauges to ogl-runtimeGrigorii Zimin2019-11-286-384/+346
| | | | | | | | | | Change-Id: I3226cd8908bb553dedd658f5fd359e1bdfb268ea Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [assets] re-import all assets back to neptune 3Bramastyo Harimukti2019-11-28356-0/+2279
| | | | | | | | | | | | | | | | | | | | - this time, it uses the new git-lfs - this commit doesn't include the shell.mesh of vehicle app as it needs to be compressed as well Task-number: AUTOSUITE-1337 Change-Id: I3d21fdb6109400ed465809f73bcabbb5567338c8 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [assets] remove all the assets to be re-imported in the following commitBramastyo Harimukti2019-11-27357-2282/+0
| | | | | | | | | | | | | | | | | | - we need to remove the current assets from the old git-lfs. they will be re-imported in the following commit Task-number: AUTOSUITE-1337 Change-Id: Ia8b145c5617867c4371bd7fb764641f4e7f89e59 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* | [sysui] fix clicked signal for ListItemBasicEgor Nemtsev2020-02-061-2/+1
| | | | | | | | | | | | | | - fix for iconClicked and labelClicked break clicked signal for ListItemBasic Change-Id: I5f7856f9e60d596d9a43dfd832b831dd030d567d Reviewed-by: Aleksei Korkov <akorkov@luxoft.com>
* | [downloads] Request for applications icon contains parameter 'architecture'Aleksei Korkov2020-02-052-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | - deployment server requires active session with login phase to identify architecture and return required icon of app. Qml Image doesn't share session and it leads to empty icon for apps with defined architecture. This patch sends request for applications icon with get-parameter 'architecture'. This patch needs another patch https://codereview.qt-project.org/c/qt-apps/qtauto-deployment-server/+/288218 Task-number: AUTOSUITE-1370 Change-Id: I65f25e1bea1305cc0ae6888778725dc56bf96ac1 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* | [vehicle] transform vehicle am-application into vehicle am-packageGrigorii Zimin2020-01-296-27/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to support/show the ability of the new package approach from QtApplicationManager the current Vehicle application was split into two apps, that are located inside a common package (see info.yaml). With this patch a 'pure' multi-process mode can be achieved: each window is rendered/worked in its own process. Task-number: AUTOSUITE-937 Fixes: AUTOSUITE-938 Change-Id: Ia8ffa4ebc7128c7d92b906ccb3bf1d5e86ac3063 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* | [settings] fix double language-requestGrigorii Zimin2020-01-241-2/+1
| | | | | | | | | | | | Fixes: AUTOSUITE-1411 Change-Id: I7adbdae164d66645fa328519538c3a4eeaaa7862 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* | [cluster] fix resize on y axisGrigorii Zimin2020-01-241-2/+3
| | | | | | | | | | | | Fixes: AUTOSUITE-1416 Change-Id: I11fffdfb091fbd7e43bcda2dffa997fc92f09b27 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* | [map] fix undefined assignment warningGrigorii Zimin2020-01-171-1/+1
| | | | | | | | | | Change-Id: Iccb86aa87f0d9aacbc7a96b7f84fccae89362487 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* | [downloads] fix "All" category apps not filled on Downloads openEgor Nemtsev2020-01-154-22/+18
| | | | | | | | | | | | | | | | | | | | | | - add categoryListReady signal directly from JSON model instead of using running property BusyIndicator. Get rid of reuse of XMLHttpRequest. For apps list request on Downloads app open XMLHttpRequest reuse leads to answer being lost Task-number: AUTOSUITE-1379 Change-Id: I519b5a1690063e1926eb2ebda28703434aa1a869 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* | [sysui & downloads] add start app on icon or label click in downloadsEgor Nemtsev2020-01-132-0/+8
| | | | | | | | | | | | | | - extend ListItemBasic to signal click on icon and label Change-Id: Ia3964d27bdda95bd6d82e593d4031b9ec74c5221 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* | [instrument cluster] Adding dark theme assetsAlexandra Betouni2020-01-132-7/+8
| | | | | | | | | | | | | | Added dial and background assets for dark theme Change-Id: I52bdd241f72853b65d972b2138df3028e1038201 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* | [map] send sync state from map appGrigorii Zimin2020-01-133-3/+45
| | | | | | | | | | | | | | | | | | Update com.pelagigore.map app to broadcast its changes over middleware. Task-number: AUTOSUITE-1273 Change-Id: I2ce4120cdda5f56940b67419151fa9baeeef9d8a Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* | [cluster] remove animation behavior for speedlimitGrigorii Zimin2019-12-241-4/+0
| | | | | | | | | | | | | | | | -- sometimes flickering occurs because of animations (object visible := comparison) Change-Id: I73907c14158f9c6aaff7619ef515f67a5f68acb7 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>