summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/frame-timer/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Examples: Move to 'Embedded' categoryKai Köhne2025-06-241-0/+1
| | | | | | | | | This makes sure the example are shown under 'Embedded' in Qt Creator's welcome screen, and not under 'Other'. Pick-to: 6.9 6.10 Change-Id: Ib4f39f9ddc65b70d5f6b3cd7ea36ecdf7157b99f Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Add a new monitoring component to detect unneccesary renderingRobert Griebl2024-12-011-4/+10
| | | | | | | | FrameContentTracker helps with detecting non-visible animations or Wayland clients that are rendering off-screen only. Change-Id: I827179f76df75e96b7c5dd6742fc2240cd79fd71 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
* doc: Document the problem with missing libwayland-dev packagesRobert Griebl2024-03-071-0/+2
| | | | | | | Change-Id: If225fd8e4aaff922375f96c573a7996e8ed21f74 Pick-to: 6.7 6.6 6.5 Fixes: QTBUG-123088 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Use SPDX license identifiersDominik Holland2022-06-151-28/+4
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I09660e42dea769d720ff30e652485d9861cea965 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-8/+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>
* 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>
* [docs] Review some of Qt Application Manager's examplesKavindra Palaraja2019-04-231-16/+28
| | | | | | | | | * Minor changes to the explanations to improve readability * Sync the section headers for consistency, in a Qt-like style Task-number: AUTOSUITE-927 Change-Id: I60d2ac14f8878ede91ee5489ceefdef0b7811d1d Reviewed-by: Robert Griebl <robert.griebl@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>
* Introduce MonitorModel & friendsDaniel d'Andrada2018-12-071-0/+54
A better, more flexible, API for monitor-lib. Fixes: AUTOSUITE-692 Fixes: AUTOSUITE-250 Fixes: AUTOSUITE-686 Change-Id: Ib672e6a19beca4e83a51bcdca530c50be1bf00b7 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>