summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/animated-windows/system-ui
Commit message (Collapse)AuthorAgeFilesLines
* Migrate examples from 6.2 to 6.3Bernd Weimer2022-03-221-1/+1
| | | | | | | Change-Id: I82424fe66172851f3652ca6acbb4f4d6694a71c2 Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit c6448d7661eb165fa9284d67161faf4918f7bc60) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-10/+9
| | | | | | | | | Also removed all the SPDX tags and -QTAS license extensions. Change-Id: Ibd10fe37afcbba832831d027cf2f1891ca0226c0 Fixes: AUTOSUITE-1648 Fixes: AUTOSUITE-1646 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Define functions in QML Connections explicitlyBernd Weimer2020-05-271-1/+3
| | | | | | | | | Don't use implicitly defined handler, since this is deprecated from Qt 5.15. This works since Qt 5.14 only, but we are tied to 5.15, anyways. Change-Id: I82e66b0c6186237757e060bfb21d86c91ec8498b Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
| | | | | | Change-Id: I84bbd9e7f735ed1864804a9887d3a02b7c925e53 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
* Update copyright statementsRobert Griebl2018-12-181-1/+2
| | | | | | | | - added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: I82f874f0b0601deae1bb39347821edaf3c4cc6d8 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-1/+1
| | | | | | | Change-Id: I98bab2070b7a35cefae46bca8a06bac4a1cf1487 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Ilya A, Galkin <igalkin@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-1/+1
| | | | | | | | | Into QtApplicationManager, QtApplicationManager.SystemUI and QtApplicationManager.Application Task-number: AUTOSUITE-671 Change-Id: I09eb914e026e230280c426dd00884f2883b5e7bd Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Example on animating appearance and disappearance of windowsDaniel d'Andrada2018-07-271-0/+212
Change-Id: Ie4bac7ca24513666ff52f5967d00e845e7cfbe00 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>