calamares/src/modules
Teo Mrnjavac 23e91ee475 Lots of changes. Module search+load system is now working.
Moved module-related classes to src/calamares/modulesystem.
Fixes to startup code path.
Made ViewPlugins load into ViewManager.
Debug code: ViewManager currently only shows a plugin's prettyName.
Added ViewModule as a subclass of Module. Other kinds of plugins should
be supported in a similar way.
2014-06-27 14:12:10 +02:00
..
greeting Lots of changes. Module search+load system is now working. 2014-06-27 14:12:10 +02:00
CMakeLists.txt Added CMake magic for plugin infrastructure. 2014-06-11 13:39:20 +02:00
README.md Added CMake magic for plugin infrastructure. 2014-06-11 13:39:20 +02:00

Calamares modules directory

Calamares modules are plugins that implement the Calamares module API and can provide features like installer pages, batch jobs, etc. To add a module, put it in a subdirectory and make sure it has a CMakeLists.txt, it should be picked up automatically by our CMake magic.