summaryrefslogtreecommitdiff
path: root/doc/elements-systemui.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Docs: 6.2 Release reviewNicholas Bennett2021-12-011-2/+4
| | | | | | | | | | | | | | Removed notes related to minor Qt5 changes. Spelling and grammar correction. Utilized notes and warnings formatting in places for clarity. Updated the name of the online qdocconf file. Used grouping to create the important topics list. Removed qt 5 to qt 5 migration guides from important topics. Task-number: QTBUG-97120 Pick-to: 6.2 Change-Id: Ide5354e987c5175a08030cf32d78b38bae68e53e 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>
* Add intent handling in the system-uiRobert Griebl2020-01-311-1/+1
| | | | | | | | | Added a new component IntentServerHandler which lets you declare intent handlers directly in the system-ui. As an added benefit, these handlers also have access to the application id of the intent creator. Change-Id: Ia2d6f0860bc20e50ec8a0dd1f4bbca1a2b6967d0 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Fix doc typosRobert Griebl2019-10-281-1/+1
| | | | | Change-Id: Ie33e184afc042688d03414eea3204f2f97c4db1c 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>
* Fix and enhance documentationBernd Weimer2019-05-211-3/+3
| | | | | Change-Id: I571bacc6da00fcb53d45b27dac04cac0d19d34c0 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
* [docs] More review of QtApplicationManager documentationKavindra Palaraja2019-04-021-9/+11
| | | | | | | | | | | | | * Add a diagram to that illustrates the architecture of Qt Application Manager for the Introduction topic * Swap out "app" for "application" where logical, to standardize terminology * Swap out "System-UI" for "System UI" * Swap out "application-manager" for "application manager" * Lots of simplification of sentences to improve readability Task-number: AUTOSUITE-778 Change-Id: Id4b8791d2750728892d9b0abc479dd7dd78ad450 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>
* Remove incorrect documentationDaniel d'Andrada2018-11-061-5/+0
| | | | | | | That doesn't hold anymore. Change-Id: I5498cb86ab95eee45a58f3c44acc384225bd04d2 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-301-4/+3
| | | | | | | | | Into QtApplicationManager, QtApplicationManager.SystemUI and QtApplicationManager.Application Task-number: AUTOSUITE-671 Change-Id: I09eb914e026e230280c426dd00884f2883b5e7bd Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Fix docs: WindowObject is not instantiableDaniel d'Andrada2018-07-241-2/+1
| | | | | Change-Id: I0352df22d5ef37f290bff3379b449e651018df9e Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Introduce qdoc groups for all qml typesDominik Holland2018-04-171-29/+6
| | | | | | | | This makes it possible to auto generate the listings for every group and makes it easier to add new documented types to those groups. Change-Id: I04c261ac065332b29f981b8da5c43d5dd7eafab8 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Update documentationBernd Weimer2018-04-101-1/+3
| | | | | | | | | | - Added documentation for StartupInterface - Added reference to ProcessMonitor - Enabled links to StartupInterface and ContainerInterface - Unveiled ApplicationManagerWindow again Change-Id: I8a555a8c21c4669bc4315d746b041f63e19409a5 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
| | | | | Change-Id: I8d9278053ccdef5a57e51753aa6157941ebcee52 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Update runstates in ApplicationManager modelBernd Weimer2017-06-301-0/+1
| | | | | | | | | | | | | | | | ApplicatationManager model roles IsRunning, IsStartingUp, IsShuttingDown where not updated when the application's runstate changed. Included other minor updates, as well: * Usage of isRunning role (above) in minidesk for icon opacity * Logging of warnings in minidesk * Documentation updates * Spelling fix * .gitignore update Change-Id: I5e798fa574fba00326f1a0c5b32ab9845c4ef403 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Improved the StartupTimer and WindowManager documentationRobert Griebl2017-02-021-0/+1
| | | | | Change-Id: Idc2bb109f5e077a494ded1ed001f4536a64a6ec8 Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
* Updated the ApplicationIPCInterface documentationRobert Griebl2017-02-021-2/+8
| | | | | | Change-Id: Ic5395991ac57fa6de4740ddf8a50a37b21cdfd14 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com> Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
* Documentation updateRobert Griebl2017-02-011-1/+16
| | | | | | | | | Also removed the headless application type, since it was never really used besides a quick demo hack - you could achieve the same thing with custom capabilities. Change-Id: Ia7821f1dd66a6a26a81f87b1cf152d62652b2fed Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
| | | | | | | Also added a few pro file tweaks to make this search&replace easier next year. Change-Id: I2d1153d62bfe558075009abcd8cad491f149c93f Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Emit application specific memory warningsBernd Weimer2016-12-151-3/+1
| | | | | | | | | | | | | When an application (process) has been moved into a memory controlling cgroup and the application exceeded its allotted memory, it simply got killed by the kernel. This is still the case, but the application will additionally get informed beforehand when memory is getting low and critical. The thresholds for these warnings are currently predefined to default values (75/90%). Fixed system wide memory low and critical warnings, as well. Change-Id: I2426c04a4ed5958a35ac07fb70e6ed7c2bb83ead Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Doc: Various documentation fixes and improvementsTopi Reinio2016-09-191-10/+10
| | | | | | | | | | | | | - Add QML Types into the offline table-of-contents - Fix offline landing page - Language, linking edits - Fix terminology (QML element -> type/item) - Write \brief statements for the command-line tools and list them in a table - Update occurrences of 'info.json' to 'info.yaml' Change-Id: I78e4c02d0f6f2c0852f36cfe814a2d1c44e79dba Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Doc cleanup and consistent spellingRobert Griebl2016-06-071-0/+8
| | | | | Change-Id: I433e61e4c58e3f7fe20ffc5545f3e1decd630bd4 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Make the docs readable in the online style.Robert Griebl2016-06-031-0/+1
| | | | | Change-Id: Iae1d96430585bfce3450cb8544fdd4bfd2422d19 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-13/+9
| | | | | | | | | | | The AppMan is triple-licensed now, like the rest of Qt: commercial, LGPL3 and GPL2/3 To be more aligned with Qt, the docs are also FDL and the tests, as well as the tools are GPL-EXCEPT now. Change-Id: Ib0168a112c3bcd340576f92416a6fe36fa315240 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Removed the verbose QML namespaces from the docs, since qdoc 5.7 does not ↵Robert Griebl2016-04-231-16/+13
| | | | | | | need it Change-Id: Icab9fe39adcf628df4ef635846cdad9392e1bb79 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
| | | | | Change-Id: I0f8cb01cd1239bf70434f3b39392a1464c32620e Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
| | | | | Change-Id: I2630c098272ec75bed0333d7eab0610c0c621893 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Documentation overhaul, part 1 (restructuring)Robert Griebl2016-03-171-0/+64
Change-Id: I0c642d796215b3fe0642ab7992b311b4ed7c689b Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>