Adriaan de Groot
2ccd5a2043
Docs: explain about loadmodule
...
The Python-specific `testmodule.py` was replaced by the more
general `loadmodule`.
FIXES #1596
2020-12-14 16:18:50 +01:00
Adriaan de Groot
30a85668b7
REUSE: (GPL-3.0-or-later) C++ modules
2020-08-26 02:22:49 +02:00
Adriaan de Groot
cf1ee2cffe
Docs: explain how module weights work
2020-08-19 16:50:40 +02:00
Adriaan de Groot
c19866f887
[libcalamares] Add a module-weight to the module descriptor
2020-08-12 16:00:27 +02:00
Adriaan de Groot
31a1b710bc
Docs: say something about QML modules
2020-06-25 15:26:48 +02:00
Adriaan de Groot
6735ff1cd0
Docs: give up on PythonQt modules
2020-06-25 14:45:35 +02:00
Adriaan de Groot
d1f162f92a
Docs: describe *noconfig* module option
2020-01-21 18:31:13 +01:00
Adriaan de Groot
6f9548af34
CMake: Check module interfaces
...
- Only allow meaningful interface strings
- Improve documentation of which interfaces work for
which module types.
2019-04-27 11:30:16 -04:00
Adriaan de Groot
5513b5a697
Docs: mention python module descriptor key
2019-03-11 17:04:47 -04:00
Adriaan de Groot
2fdf799ee1
Docs: document the requiredModules descriptor key
2019-03-11 16:59:00 -04:00
Adriaan de Groot
eab36a098f
Docs: shuffle the modules README
2019-03-11 16:52:06 -04:00
Adriaan de Groot
53fb53454f
Docs: fix up explanations, mention INSTALL_CONFIG
2019-03-11 12:10:34 -04:00
Adriaan de Groot
3ed6f13fa8
[libcalamaresui] Adjust the emergency-ness of modules
...
A potentially emergency module is one that has EMERGENCY
(in CMake) or emergency: true (in module.desc) set.
Any such module must also set emergency: true in the
configuration of the module. This is to allow for
instances of a module that **don't** run as emergency
modules, alongside actual emergency ones.
2018-06-15 09:32:19 -04:00
Adriaan de Groot
def459a29d
[libcalamaresui] Read emergency setting from module.desc
...
- Read setting from the module descriptor
- Document optional settings
- Add EMERGENCY keyword to the CMake helper functions
2018-06-15 07:11:17 -04:00
Adriaan de Groot
ca3b10002b
Modules: minor cleanup + docs
2017-08-09 05:45:09 +09:00
Adriaan de Groot
46636bdf65
Modules: documentation of CMake, module.desc, etc.
2017-08-02 11:05:32 -04:00
Teo Mrnjavac
88d5a301c9
Update Calamares modules documentation.
2014-08-06 15:50:39 +02:00
Teo Mrnjavac
8f10c21e5b
Big configuration overhaul.
...
Module descriptors are now module.desc, no configuration allowed inside.
Module config files are <modulename>.conf, installed in
share/calamares/modules.
settings.conf is read from /etc/calamares, then share/calamares, and if
running with --debug also in the current dir.
Module config files are read from /etc/calamares/modules, then
share/calamares/modules, and if running with --debug also in
src/modules/<modulename> relative to the current dir.
2014-08-06 11:54:45 +02:00
Teo Mrnjavac
585dd20a34
Update README.md
2014-07-29 14:40:56 +02:00
Teo Mrnjavac
846812f49b
Update README.md
2014-07-16 17:11:25 +02:00
Teo Mrnjavac
32beec0243
Update README.md
2014-07-16 17:08:05 +02:00
Teo Mrnjavac
6899b1f0fa
Added CMake magic for plugin infrastructure.
...
Added ViewManager.
Added dummy Settings class.
Added dummy plugin interface (UI plugins only).
Added dummy greeting plugin.
Added DLLEXPORT macros for UI plugin interface and plugins.
2014-06-11 13:39:20 +02:00