aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Qt 6.5HEADdevRobert Griebl2023-06-277-34/+56
| | | | | Change-Id: I5dd88d1f01b77b833f8d141ea689f7647ea420c7 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Remove QML import version numbersBernd Weimer2022-08-08395-2221/+2221
| | | | | Change-Id: I2810c412a595b2b5729fd57f8c4a3a1a2356c363 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Port to Qt 6.2Robert Griebl2022-07-01472-1199/+679
| | | | | | | | | | | - 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>
* Merge remote-tracking branch 'origin/5.15' into devBramastyo Harimukti Santoso2021-01-19592-3459/+12511
|\ | | | | | | Change-Id: I6f570e6c387b10e7c07e925429d275761bdf6cda
| * bump Neptune3 UI version to 5.15.1v5.15.1_QtAS5.15Egor Nemtsev2020-09-173-3/+3
| | | | | | | | | | Change-Id: Idb941201969e6f36b0a6f7d1818024939a051f19 Reviewed-by: Aleksei Korkov <akorkov@luxoft.com>
| * [docs] Fix for missing link to systemd settings in documentationNikolay Zamotaev2020-09-172-2/+3
| | | | | | | | | | | | Fixes: AUTOSUITE-1616 Change-Id: I7d7766b73d1c8a52730a4dbac5ea82b8cf94d08b Reviewed-by: Egor Nemtsev <enemtsev@luxoft.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>
| * [doc] Update Neptune3 UI docs with actual version of QtSvetlana Abramenkova2020-08-192-10/+10
| | | | | | | | | | | | | | | | | | There are a few mentions of the Qt 5.13 in the Neptune3 UI documentation which are updated to the current release Qt version 5.15. Change-Id: I999221d1a10af8679f2220b1578a69bf86a1e0a4 Fixes: AUTOSUITE-1610 Reviewed-by: Grigorii Zimin <gzimin@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>
| * [sysinfo] reduce requirements for 3dstudio presentationsGrigorii Zimin2020-08-191-2/+2
| | | | | | | | | | | | Change-Id: I96c8b3b1f43ff695507dc62a0c4c9e0cc22415b6 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-057-9/+162
| | | | | | | | | | | | | | | | 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-059-123/+3
| | | | | | | | | | | | Fixes: AUTOSUITE-1603 Change-Id: I7b5835a0d52af53b5bd49ff1c032732fbe3e3088 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui] replace onFoo handlers for ConnectionsEgor Nemtsev2020-07-2250-87/+97
| | | | | | | | | | | | | | | | | | | | - 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>
| * [CentralConsole] adapt virtualKeyboardGrigorii Zimin2020-07-222-9/+19
| | | | | | | | | | | | | | | | | | new InputPanel from QtQuick.VirtualKeyboard automatically calculates self height, only two properties to control arrangement are 'y' and 'width' Change-Id: Idb9fe28287b4c4db4402c221554743f27cc3aebc Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com> Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com>
| * Neptune 3 UI Screenshots UpdateEvgeniy Zabotkin2020-07-2121-39/+39
| | | | | | | | | | Change-Id: I84323f695ef1ef9080a5254baa83c15ab72755e8 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * Neptune 3 UI Docs Logo UpdateEvgeniy Zabotkin2020-07-215-10/+10
| | | | | | | | | | | | Change-Id: Ie1fb2495d3661116c314846b56a004597a316063 Task-number: AUTOSUITE-1575 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [font] fix application font initializationEgor Nemtsev2020-07-211-2/+2
| | | | | | | | | | | | | | | | - qml is loaded before font is added to the font database, this resulted in missing font for macOS and wrong font rendering. Moving addApplicationFont before qml load fixes this issue. Fixes: AUTOSUITE-1569 Change-Id: I2152d6bdc81571513d18b5ca8a0a9f1c0647c4be Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * bump version to 5.15.0Egor Nemtsev2020-06-183-3/+3
| | | | | | | | | | | | Fixes: AUTOSUITE-1588 Change-Id: If8f9f9f7f23cf101b8c3110b534c45b482cbadf6 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
| * [sysui] update QtCompany and KDAB logosAleksei Korkov2020-04-216-8/+14
| | | | | | | | | | | | | | Fixes: AUTOSUITE-1572 Fixes: AUTOSUITE-1574 Change-Id: Ibb4119937b140ddbed65dbcc2eb234abfde2f2ba Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [sysui] change Luxoft logoAleksei Korkov2020-04-165-8/+11
| | | | | | | | | | | | | | Fixes: AUTOSUITE-1478 Change-Id: I4c972745332b79a4fdeb26dc200b078e107a3b8e Reviewed-by: Grigorii Zimin <gzimin@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * Bump version to 5.14.2Egor Nemtsev2020-04-143-3/+3
| | | | | | | | | | | | Fixes: AUTOSUITE-1567 Change-Id: I4fac56dba99788dd6416647ac7c5853cba4bd343 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [doc][qsr] update docs how to run qsr on DesktopEgor Nemtsev2020-04-131-10/+16
| | | | | | | | | | | | | | | | | | | | - we need to inform user that middleware services should be started before neptune3-ui app to prevent it from closing these services when neptune3-ui is closed for ui crash demo Task-number: AUTOSUITE-1414 Change-Id: I1758816526ffab2f7aaf6476924fe0fa4d09d379 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [doc] move use-cases of app requests into Intents sectionEgor Nemtsev2020-04-071-13/+11
| | | | | | | | | | | | | | | | - media and vehicle use Intents for app requests now Fixes: AUTOSUITE-1312 Change-Id: I10d65cce54497474fccb8c26f012167f4c2aaf17 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [qsr] fix for window transparency in WindowsEgor Nemtsev2020-04-072-0/+16
| | | | | | | | | | | | | | | | | | | | - QWindow doesn't allow making window background transparent on Windows. We have to use native calls to set black color as transparent. We set stay on top flag to make qsr window be on top of cluster window. Fixes: AUTOSUITE-1531 Change-Id: I2f3af57464c230fcdee470d3e4163c3a0c983bd4 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui] update "guess-app" to process "home"Egor Nemtsev2020-04-071-2/+8
| | | | | | | | | | | | | | | | | | - if guess-app parameter for activate-app intent is "home", show home view this will make "home" a reserved word, so no other app with "home" name could be opened Fixes: AUTOSUITE-1559 Change-Id: Ic90034df6b7e7772f4f7073230505c5b5bc0ad81 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui, downloads] add pull down to refresh for categoriesEgor Nemtsev2020-04-077-42/+59
| | | | | | | | | | | | | | | | | | - 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-0616-204/+960
| | | | | | | | | | | | Task-number: AUTOSUITE-1486 Change-Id: I9ac110f93691e9345f31ac791f21581293169e8b Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [intents] fix variable definition for DisambiguationRequestEgor Nemtsev2020-04-061-1/+1
| | | | | | | | | | Change-Id: I1d21b94bdc1f95876c2e31a2a7a5dd26a92634fc Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sheets] fix folder copy on WindowsEgor Nemtsev2020-04-061-1/+5
| | | | | | | | | | | | | | | | | | | | - when building from source, dev/apps folder with sheets app is copied to dev/apps folder and not visible to AppMan. This patch adds special case for dev/apps copy on windows Fixes: AUTOSUITE-1281 Change-Id: Ief27c03e86d3b46ea9f9e7653efe72348358ada8 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-0211-46/+74
| | | | | | | | | | | | Task-number: AUTOSUITE-1495 Change-Id: Ie8a8064d506d2c2a2be8468c6122489124284aec Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [all] add wrapper qsTr("...") for stringsAleksei Korkov2020-03-3132-136/+1873
| | | | | | | | | | | | Task-number: AUTOSUITE-1551 Change-Id: I4ec09e540aa028c62c49d34024cd9414a6c5515c Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [qsr] add windows wrapper for qsr appEgor Nemtsev2020-03-312-0/+43
| | | | | | | | | | | | Fixes: AUTOSUITE-1282 Change-Id: I60feaa5367e03163a587c0cf4dce19f4643b8525 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [companion] fix temperature and mileage rangesEgor Nemtsev2020-03-301-3/+3
| | | | | | | | | | | | | | Fixes: AUTOSUITE-1549 Change-Id: Ib64de203ee1ad5ce6b4a268ba6f7d1ce3aaedf21 Reviewed-by: Aleksei Korkov <akorkov@luxoft.com> Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui] Fix popup animations and positions after resizingAleksei Korkov2020-03-3013-148/+205
| | | | | | | | | | | | | | | | - fixed popups in Settings, Music, Tuner, Climate, Sheets Fixes: AUTOSUITE-1476 Change-Id: Ie74b1b442085ba3b2af35b1140e0092355bd71e6 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [companion, cluster, drivedata] add property to control simulationGrigorii Zimin2020-03-304-19/+40
| | | | | | | | | | | | | | | | | | | | -add button in companion app (dev page) to enable/disable simulation -simulation is ENABLED by default Fixes: AUTOSUITE-1498 Change-Id: I18bfcc3c909c3fa819399f7c2fb91dd97ef07125 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [vehicle] add another check for 3d modelsGrigorii Zimin2020-03-3016-30/+127
| | | | | | | | | | | | | | | | | | 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-3018-0/+203
| | | | | | | | | | | | | | | | | | 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>
| * [sysinfo] introduce another check opengl propertyGrigorii Zimin2020-03-302-0/+13
| | | | | | | | | | | | Task-number: AUTOSUITE-1405 Change-Id: I605cf05ad03b82c0b1e2b0e8bc7551b6093ff634 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>
| * [sysui] fix moving widget in Lucee themeAleksei Korkov2020-03-272-25/+34
| | | | | | | | | | | | | | | | | | - was added one more handle over the widget to move it Fixes: AUTOSUITE-1506 Change-Id: I7201cda6d53886f9601e0f0f919224d1e3ddb8f3 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * Use of Intents in the Neptune 3 UI AppsEvgeniy Zabotkin2020-03-261-0/+84
| | | | | | | | | | | | | | | | | | this commit adds information about the use of Intents - the new feature in the Qt Application Manager. Change-Id: Ia721e64357ecc7ddefe1092ab31027c7670ab41e Task-number: AUTOSUITE-1480 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>
| * Neptune 3 UI Documentation UpdateEvgeniy Zabotkin2020-03-2097-68/+494
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia92441b146f81c5849355a45f71dc9331029687e Task-number: AUTOSUITE-1488 Task-number: AUTOSUITE-1445 Task-number: AUTOSUITE-1444 Task-number: AUTOSUITE-1442 Task-number: AUTOSUITE-1360 Task-number: AUTOSUITE-1255 Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com> Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com>