summaryrefslogtreecommitdiffstats
path: root/src/plugin-interfaces/startupinterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clazy: fixesRobert Griebl2024-01-081-1/+1
| | | | | | Change-Id: I2f9f0245e1d0ac0c6ee618a0c90f31aaa1465e93 Pick-to: 6.7 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Use SPDX license identifiersDominik Holland2022-06-151-30/+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>
* Fix the StartupInterface documentationRobert Griebl2022-02-281-1/+2
| | | | | | Change-Id: I7846c8f90877e8b61a24affb082b12360b649b17 Pick-to: 5.15 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
| | | | | | | | | 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>
* Spelling fixes all over the placeRobert Griebl2020-07-171-7/+7
| | | | | Change-Id: Ic0018eddb8fcfbd22136fbf62d3e15e0e1c4c0b3 Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
* 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>
* Use qmlProtectModule on all QtApplicationManager.* namespacesRobert Griebl2019-06-071-0/+3
| | | | | | Change-Id: I3c8ce193377d43bf4d92a8fffd5c5b0fc011e1ce Task-number: AUTOSUITE-676 Reviewed-by: Dominik Holland <dominik.holland@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>
* Fix qdoc warningsRobert Griebl2018-12-061-1/+1
| | | | | Change-Id: I74c89b216fad970ab0366e53e36bd885540adf4d Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* Update documentationBernd Weimer2018-04-101-0/+77
| | | | | | | | | | - 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>
* 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>
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-0/+44
This should help with doc generation and actually running the unit-tests in the CI system. Please note that the binaries are now installed into $$[QT_INSTALL_BINS] Change-Id: I6f27ba39f8e5d923e1aeff550ba11c1fbd8ac5cf Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>