summaryrefslogtreecommitdiffstats
path: root/src/plugin-interfaces
Commit message (Expand)AuthorAgeFilesLines
* bwrap: move the DBus and Wayland socket parsing to ContainerHelpersRobert Griebl2025-06-062-1/+24
* Make watchdog kills use a distinct Unix signal and ExitStatusRobert Griebl2025-06-062-16/+40
* doc: Add missing documentation for ContainerHelperFunctionsRobert Griebl2025-06-062-1/+64
* Remove the long obsolete SoftwareContainers exampleRobert Griebl2025-06-051-2/+2
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl2024-05-151-3/+0
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-052-2/+8
* doc: all QStringLists are documented as list<string> for QML and YAMLRobert Griebl2024-02-261-1/+1
* Clazy: fixesRobert Griebl2024-01-084-1/+11
* Clazy: modernizeRobert Griebl2024-01-081-6/+6
* Add public defines for QT_AM_VERSION...Robert Griebl2023-12-053-0/+8
* Documentation: small fixesRobert Griebl2023-07-141-1/+1
* Allow container plugins to check if we have root privilegesRobert Griebl2023-06-251-0/+1
* Support loading Plugins from the Qt plugins directoryDominik Holland2023-06-231-0/+3
* 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-232-2/+32
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-122-7/+7
* Use SPDX license identifiersDominik Holland2022-06-154-120/+16
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-301-0/+5
* Fix the StartupInterface documentationRobert Griebl2022-02-281-1/+2
* Clazy: fix srcRobert Griebl2021-08-201-3/+3
* cmake: Re-enable the qmake build system for the examplesRobert Griebl2021-08-022-0/+2
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-20/+0
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+20
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-014-96/+52
* Remove obsolete environment variable documentationBernd Weimer2020-08-101-6/+10
* Spelling fixes all over the placeRobert Griebl2020-07-172-35/+35
* Fix some documentation issuesBernd Weimer2020-06-191-1/+1
* Merge remote-tracking branch 'origin/5.13' into devDominik Holland2019-10-111-4/+5
|\
| * Fix issues in container documentationBernd Weimer2019-09-251-4/+5
* | Rename from Luxoft AM to Qt AMRobert Griebl2019-08-054-4/+4
* | Remove support for multiple installation locationsRobert Griebl2019-08-021-4/+0
|/
* Use qmlProtectModule on all QtApplicationManager.* namespacesRobert Griebl2019-06-071-0/+3
* [docs] More review of QtApplicationManager documentationKavindra Palaraja2019-04-021-1/+1
* Update copyright statementsRobert Griebl2018-12-184-4/+8
* Fix qdoc warningsRobert Griebl2018-12-063-6/+8
* Fix: software-container plugin is not able to connect to the P2P busRobert Griebl2018-10-122-6/+137
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-6/+32
* Update documentationBernd Weimer2018-04-101-0/+77
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-074-4/+4
* Fix qdoc issuesRobert Griebl2017-11-031-1/+1
* First shot at an introduction documentRobert Griebl2017-10-091-1/+1
* Add ContainerInterface plugin documentationRobert Griebl2017-09-282-1/+263
* Replace debug-wrapper specifications with more powerful syntaxRobert Griebl2017-07-051-1/+2
* Move more code out of common-lib into more appropriate modulesRobert Griebl2017-05-291-5/+0
* Add the missing "is quick-launcher" information to the ContainerInterfaceRobert Griebl2017-05-051-1/+2
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-141-6/+6
* Added support for debug-wrappers and io redirection to container pluginsRobert Griebl2017-02-201-1/+2
* Default to Qt's configs for building tests and examplesRobert Griebl2017-02-111-0/+1
* Container API and doc fixesRobert Griebl2017-01-191-3/+3