11 Commits (759a02703b674808c50b59bfab0b380b2b496362)

Author SHA1 Message Date
Teo Mrnjavac d97bb47f09 Add proper QResrouce system to libcalamaresui, finish up prepare checks
This also adds ImageRegistry, a SVG cache, a bunch of utility functions
for shared pixmaps in CalamaresUtilsGui and renames several qrc files
in viewmodules.
10 years ago
Teo Mrnjavac 58b264e0a9 Correctly install configuration files for viewmodules. 10 years ago
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.
10 years ago
Teo Mrnjavac db84262a8e Code style. 10 years ago
Teo Mrnjavac 2eb6f047f6 Less verbose module cmake output. 10 years ago
Teo Mrnjavac ca247c26ca CalamaresAddPlugin more relevant output. 10 years ago
Teo Mrnjavac 0035b8b3d3 Better CalamaresAddPlugin output 10 years ago
Teo Mrnjavac f3a04f5146 Better output + fixed output paths for plugins in build dir. 10 years ago
Teo Mrnjavac 125b7914d5 Added module metadata file to CalamaresAddPlugin macro.
Also improved output.
10 years ago
Teo Mrnjavac 8d4ee1debd Enable debug output for CalamaresAddPlugin cmake magic. 10 years ago
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.
10 years ago