summaryrefslogtreecommitdiffstats
path: root/src/plugin-interfaces/containerinterface.h
Commit message (Expand)AuthorAgeFilesLines
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-051-1/+4
* Clazy: fixesRobert Griebl2024-01-081-0/+5
* Add public defines for QT_AM_VERSION...Robert Griebl2023-12-051-0/+2
* Allow container plugins to check if we have root privilegesRobert Griebl2023-06-251-0/+1
* Extend the new container helpers with a way to bind mount file systemsRobert Griebl2023-06-231-0/+4
* Add a new helper class for all container pluginsRobert Griebl2023-06-231-2/+18
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-121-5/+5
* Use SPDX license identifiersDominik Holland2022-06-151-30/+4
* Clazy: fix srcRobert Griebl2021-08-201-3/+3
* cmake: Re-enable the qmake build system for the examplesRobert Griebl2021-08-021-0/+1
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-011-24/+13
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-051-1/+1
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix qdoc warningsRobert Griebl2018-12-061-1/+3
* Fix: software-container plugin is not able to connect to the P2P busRobert Griebl2018-10-121-1/+2
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-6/+32
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Add ContainerInterface plugin documentationRobert Griebl2017-09-281-1/+0
* Replace debug-wrapper specifications with more powerful syntaxRobert Griebl2017-07-051-1/+2
* Add the missing "is quick-launcher" information to the ContainerInterfaceRobert Griebl2017-05-051-1/+2
* Added support for debug-wrappers and io redirection to container pluginsRobert Griebl2017-02-201-1/+2
* Container API and doc fixesRobert Griebl2017-01-191-3/+3
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Extended the container interface to make it aware of the app it is executingRobert Griebl2016-12-201-2/+2
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-2/+2
* Added support for stdin/-out/-err redirection to the debug wrappersRobert Griebl2016-08-301-1/+1
* Added a plugin mechanism - currently for startup and containersRobert Griebl2016-08-231-0/+101