aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [info] bump module version to 5.14.1Grigorii Zimin2020-03-193-3/+3
| | | | | | | | | | | | Fixes: AUTOSUITE-1539 Change-Id: I6632fe409de3561d7fe25563c30710517729217e Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com>
| * Deployment Server in Neptune 3 UIEvgeniy Zabotkin2020-03-182-0/+50
| | | | | | | | | | | | Change-Id: I6d2eb713ad5ff115207ab3740072115ac2837374 Task-number: AUTOSUITE-1233 Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
| * [settings] fix notifications on color and theme changedAleksei Korkov2020-03-189-5/+153
| | | | | | | | | | | | Fixes: AUTOSUITE-1532 Change-Id: Ic842a8c1ec961ebac48ba52371b13deea22e8f13 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui] fix closing popup windowAleksei Korkov2020-03-172-0/+2
| | | | | | | | | | | | Fixes: AUTOSUITE-1533 Change-Id: I3867262f5579c3b6761ecbc1e595be871386e293 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * Neptune 3 UI Service File SettingsEvgeniy Zabotkin2020-03-161-0/+139
| | | | | | | | | | | | Change-Id: I8657c092d1e942b53837e5078185238f268d2461 Task-number: AUTOSUITE-836 Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
| * [middleware] update server.conf for windowsGrigorii Zimin2020-03-161-0/+3
| | | | | | | | | | | | Fixes: AUTOSUITE-1530 Change-Id: I2d9992770fab62504a5d6fd613925a37a136b227 Reviewed-by: Aleksei Korkov <akorkov@luxoft.com>
| * [notifications] animation on "close notification"Grigorii Zimin2020-03-041-1/+8
| | | | | | | | | | Change-Id: I0d89ffa51300869ad1699c12f3313288f038e63b Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [notifications] fix notification drag behaviorGrigorii Zimin2020-03-044-108/+157
| | | | | | | | | | | | | | also this patch makes sure, that we always see the last notification Change-Id: I95208eb802f7dee1ec8bbd8a1fc72c582be5112e Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [notifications] add opacity=0 for "closed" stateGrigorii Zimin2020-03-041-0/+10
| | | | | | | | | | | | | | | | this patch 'hides' panel when it is closed, it's important when window size is not correspond to the default aspect ratio Change-Id: I6151868990759f79842fc42b88a91ad9c1717719 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [cluster-app] fix macos start-upGrigorii Zimin2020-03-042-8/+18
| | | | | | | | | | | | | | and unify logging rules with compamion app Change-Id: I30b10d38f1c30dcfaa1e6eae1d23bc44bc595702 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [cluster-app] update scale behaviorGrigorii Zimin2020-03-041-9/+12
| | | | | | | | | | | | Change-Id: If828a2afe3583acdb2dc36cab6635c15fc08e128 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [notifications, sheets] allow to create multiple simple notificationsGrigorii Zimin2020-03-031-8/+1
| | | | | | | | | | | | Fixes: AUTOSUITE-1501 Change-Id: I2c4c5b48c5556e6ced28f7b934d909c322fe6e76 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [tests] fix import styles for testsEgor Nemtsev2020-03-033-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | - Qt Test allow only to import paths. Neptune components require Styles to work. Styles can only be set via env variables. In Neptune's qmlscene we add extra arguments: --style-conf and --styles-path. For testrunner we initialize evn varibles from defined in pro file paths pointing to build dir. We set QT_QUICK_CONTROLS_CONF and QT_QUICK_CONTROLS_STYLE_PATH Task-number: AUTOSUITE-1497 Change-Id: I1304063bc7628bb921c7c6ee9f7562202d3efbce Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io>
| * [log, maps] add log category to mapsEgor Nemtsev2020-03-033-16/+22
| | | | | | | | | | | | | | | | | | | | - 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] reset currentIndex for ToolsColumn on model size changeEgor Nemtsev2020-03-031-0/+9
| | | | | | | | | | | | | | | | - if model updates and currentIndex exceeds it's size reset currentIndex to 0 Change-Id: Iddfb955f98aa1a4d37c5cee846dea7de4a1f1531 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui] remove workaround for AUTOSUITE-1366Egor Nemtsev2020-03-034-22/+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>
| * [companion] add switchable filter for log messagesEgor Nemtsev2020-03-031-0/+19
| | | | | | | | | | | | | | | | | | | | - add default app filter to hide all log messages and option "verbose" to restore default behavior Task-number: AUTOSUITE-1493 Change-Id: I1cd26c7ee1e21a815a706b1ef95c1a5b06df901c Reviewed-by: Evgeniy Zabotkin <ezabotkin@luxoft.com> Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sheets] fix notification buttons disappearEgor Nemtsev2020-03-031-10/+10
| | | | | | | | | | | | | | | | | | - after opening notifications and going Home and back to Sheets buttons disappeared, setting implicit size fixes issue Fixes: AUTOSUITE-1503 Change-Id: I46eadaa5c3a88afa0443d01f3bd90a26da0404c0 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>
| * [docs] update docs for about dialogEgor Nemtsev2020-02-251-0/+5
| | | | | | | | | | | | Fixes: AUTOSUITE-1235 Change-Id: I5fc8af1d7590ffad175539096c6575c229322e2a Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui] fix text align for NeptuneIconLabelEgor Nemtsev2020-02-251-3/+4
| | | | | | | | | | | | Task-number: AUTOSUITE-1304 Change-Id: I3151391005f2f6a119e2a6f6ad7a42726e7f6c0e Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui] fix implicitSize for NeptuneIconLabelEgor Nemtsev2020-02-251-9/+21
| | | | | | | | | | | | | | | | | | - implicitSize should be updated according to scaled size of image and updated iconRectWidth and iconRectHeight Task-number: AUTOSUITE-1304 Change-Id: I8d08b0df4f1598f99b192e9cd85408fec722d854 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * Do not update the ProcessStatus for a non-existent processRobert Griebl2020-02-221-1/+1
| | | | | | | | | | | | Fixes: AUTOSUITE-1490 Change-Id: I648e84d24ed222395253781005dea98acaccc4b0 Reviewed-by: Aleksei Korkov <akorkov@luxoft.com>
| * neptune3-ui: Always generate debug infos on macosDominik Holland2020-02-211-1/+4
| | | | | | | | | | Change-Id: I30f62ee01a157834f5ca7aaf01fa79f8798f6562 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
| * Fix short appearance "No Notification" on start NeptuneAleksei Korkov2020-02-211-0/+3
| | | | | | | | | | | | Fixes: AUTOSUITE-1492 Change-Id: Id3cbe18108a5331e65a34160393b72a9e44e8763 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [sysui] save previous selected colors during sessionGrigorii Zimin2020-02-211-10/+19
| | | | | | | | | | | | | | UI reset won't restore last selected colors yet Change-Id: I1c1db44623625ffd099fb75b3337c88cb564a734 Reviewed-by: Aleksei Korkov <akorkov@luxoft.com>
| * [style] the accent color is pushed to the theme settingsGrigorii Zimin2020-02-215-9/+9
| | | | | | | | | | | | | | | | | | Themes may have different color palettes, this patch fix Style plugin for this option Fixes: AUTOSUITE-1489 Change-Id: I3fcc0cd0b401d64a75dbe955aab358e2124407b9 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * DE Translation fit for UIEvgeniy Zabotkin2020-02-201-2/+2
| | | | | | | | | | Change-Id: I6ed12530c1d2fd26b0a58c2d9c33ec90141c4bb2 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [cluster-app] turn off logging by default, add initial helpGrigorii Zimin2020-02-201-2/+18
| | | | | | | | | | | | Fixes: AUTOSUITE-1487 Change-Id: I979b3ca0039f967494cde2114620e7e528774c0f Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [sysui] refactor about dialog (app remove, layout updates)Egor Nemtsev2020-02-204-63/+142
| | | | | | | | | | | | | | | | | | | | - add "remove" button for removable apps - update layout of ui - add app id to app section Task-number: AUTOSUITE-1235 Change-Id: I688d94f49c4515ef3bef8e503dcb04a851e1d4e3 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * DE Translation updateEvgeniy Zabotkin2020-02-191-193/+194
| | | | | | | | | | | | Change-Id: Iea3d0f2d3a8fb9cac988aa99ea468a4911e82421 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Evgeniy Zabotkin <ezabotkin@luxoft.com>
| * [sysui] Fix NeptuneIconLabel to scale correctly on DesktopEgor Nemtsev2020-02-1920-231/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - IconLabel doesn't report pixel size of image. On Mac dpi switching is not handled well. To handle issue with wrong icon scaling we: 1. Connect to status change signal to call layout() and update composite item 2. Apply scaling via inner image item scale for non-Pad fill mode Above applies to situation when we just render scaled image, then size of rendered image is equal to image_pixel_width * scale X image_pixel_height * scale. For situation when we want to have icon of particular size, iconRectWidth, iconRectHeight and iconFillMode properties are introduced. Some images are expanded by 1 pixel to handle scaling more nicely Task-number: AUTOSUITE-1304 Change-Id: Ia08c073944eb8ec55309c4aabaf54e7d3961a56f Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [colors] restore transparent color change mechanismGrigorii Zimin2020-02-192-64/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | -- 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>
| * [sysui] move app store server to http://demoappsdeploy.qt.io:8514Egor Nemtsev2020-02-183-4/+4
| | | | | | | | | | | | | | Fixes: AUTOSUITE-1459 Change-Id: Iaecb5a8d4339f3a97a9cb5e3b822780afc98c5bd Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com> Reviewed-by: Aleksei Korkov <akorkov@luxoft.com>
| * [launcher] fix elements arrangementGrigorii Zimin2020-02-181-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --add drop area borders (strict area where user can leave elements) --remove this all "cargo-stuff" from editable grid view, each appbutton is owned by its own DragHandler and there is no need to change it on any user's move (we already control enable property). Behavior that caused this bug: DragHandler target was by default set to parent, and sometimes there was a gap between setting target to appbutton, which caused a try to acquire appbutton's field from qgraphitem object. Task-number: AUTOSUITE-1435 Change-Id: I09e73929601e522fe297236d8f670d55f48a6ebd 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>
| * Disable by default logging for all warningsGrigorii Zimin2020-02-142-4/+4
| | | | | | | | | | | | Fixes: AUTOSUITE-1434 Change-Id: I0f05254605d3aeedb0fb955b6e5d5ffc6f96f386 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * Disable logging from the vehicle app running on ogl-runtimeGrigorii Zimin2020-02-142-0/+2
| | | | | | | | | | | | Task-number: AUTOSUITE-1434 Change-Id: Id298427e9d39dc331e9996daa8cfbf717805c377 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| * [sysui] init languages on first connection to UISettingsEgor Nemtsev2020-02-141-0/+5
| | | | | | | | | | | | Fixes: AUTOSUITE-1396 Change-Id: I3c09f88b72228122b5efd7783c38411de9e48f2d Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
| * [sysui][settings] Fix switching Rtl-modeAleksei Korkov2020-02-123-2/+4
| | | | | | | | | | | | | | | | - 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-1027-240/+146
| |\ | | | | | | | | | Change-Id: I7715f2b97d043e935a1d4751533a83e6bff84c63
| | * [sysui] Further improve startup performanceDominik Holland2020-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Load the Virtual Keyboard asyncronously. Change-Id: I98167cc2c534bf3275d742e549ec207c013d886f Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bram.santoso@qt.io>
| | * [font] fix issues with missing dejavu sansBramastyo Harimukti Santoso2020-02-0525-240/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
| | * [sysui] delay model populatingEgor Nemtsev2020-01-311-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- whole this "model.populating" process needs to be reworked, because there is no any control for model filing (model is filled by appmnan itself) and than we try to launch some apps in proper windows. This change is hotfix, its aim is to be sure that when we want to launch some app that app is ready to be launched Task-number: AUTOSUITE-1439 Change-Id: I97065226250071f2d78c26e97bc13486f7208937 Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
| | * [sysui] update widgets state on each changeEgor Nemtsev2020-01-312-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -- rootstore will save state on almost each change, except "widget order", because ordering is maintained by widgetgrid and this object is located too deep inside objects tree to propagate signals from it Task-number: AUTOSUITE-1439 Change-Id: I9a465c0d8db288bac366faf08f69f68ddbb64cea Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
| | * [sysinfo] add missed ifndef wrapping for QOpenGLContext functionsGrigorii Zimin2020-01-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | although this fix allows to build project against qt (with forced -no-opengl), the resulting build won't launch the application Task-number: AUTOSUITE-1404 Change-Id: I4db8a8986f008aa88873ee857da4382f8b5e0e3a Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
| | * [build] fix windows buildGrigorii Zimin2020-01-091-9/+9
| | | | | | | | | | | | | | | | | | | | | Change-Id: I6e3690a99071e72f6b9c41d350dfea5d97cd1025 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com> (cherry picked from commit c11a2a88f74aa90ec860b1757aebbb0ba9dde78e) Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>