aboutsummaryrefslogtreecommitdiffstats
path: root/imports_system/system/models/notification/NotificationModel.qml
Commit message (Collapse)AuthorAgeFilesLines
* Remove QML import version numbersBernd Weimer2022-08-081-2/+2
| | | | | Change-Id: I2810c412a595b2b5729fd57f8c4a3a1a2356c363 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* [sysui] replace onFoo handlers for ConnectionsEgor Nemtsev2020-07-221-2/+2
| | | | | | | | | | - 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>
* [notifications] fix notification drag behaviorGrigorii Zimin2020-03-041-5/+1
| | | | | | | also this patch makes sure, that we always see the last notification Change-Id: I95208eb802f7dee1ec8bbd8a1fc72c582be5112e Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
* [cursormanagement] initial integrationAlexandra Betouni2019-09-191-0/+11
| | | | | | | | | | | | | | | | | | | | Neptune has now support for cursor using cursor management plugin from https://codereview.qt-project.org/admin/repos/qt-labs/cursormanagement Also a fallback solution is implemented in order to don't break the UI if the cursor management plugin is not available. Known issues: No cursor inside all downloaded apps No cursor in color selector No cursor in tuner's manual slider No cursor in slider widget Task-number: AUTOSUITE-1156 Change-Id: I31b0ace8b1ebdc4e6bbd356840373092f757493e Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [sysui] Notifications refactorAlexandra Betouni2019-08-271-20/+6
| | | | | | | | Refactored notifications code Task-number: AUTOSUITE-1135 Change-Id: Ia970b6e071b485a352ee6b34fb71d114b6c2b671 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* [license] remove "ivi" and leave Neptune 3 UI as its project nameBramastyo Harimukti2019-08-081-1/+1
| | | | | | Change-Id: I857ccffbeb584c05f74d35bd36e948dff9970073 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
* [appman] update appman imports in neptune 3 to 2.0Bramastyo Harimukti2018-12-181-1/+1
| | | | | Change-Id: Iafbdb80c5a306386559e12418ddd763c3e2431f2 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Update copyright statementsRobert Griebl2018-12-141-0/+1
| | | | | | | | - added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: I648d3c8a37df2567c48e3d4386546290997e3369 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* Use the new Qt Application Manager module namesDaniel d'Andrada2018-10-311-1/+1
| | | | | Change-Id: I4c3a28e83140a380706adc46acd86e93ae7fda29 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* [sysui] update the imports to use imports_system and imports_sharedBramastyo Harimukti2018-10-171-0/+84
- in the current implementation, applications are able to import components related to the system. this patch is to prevent that situation and have a better separation between applications and system Change-Id: Ic9ca41aa8b789a74d7b3a8df4686faa61bf702af Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>