Commit Graph

14 Commits

Author SHA1 Message Date
Teo Mrnjavac
8b427cf2df Add LINK_PRIVATE_LIBRARIES to calamares_add_plugin. 2016-12-07 16:36:31 +01:00
shainer
8d5fbaafeb New cmake switch to skip installing configuration.
The INSTALL_CONFIG is "on" by default. When set to off,
no *.conf file, both global and related to a single module,
will be installed. A warning message is printed by cmake too,
and the module description is edited to make this visible.

This is useful for testing, when we want to install our
own libraries and binary but keep the configuration of the
live system we are testing on (e.g. path to distro image).

Tested on the master branch.
2016-11-21 00:36:49 +00:00
Teo Mrnjavac
2d64a9df00 Allow and glob multiple .conf files in module subdirectory. 2015-09-15 16:48:42 +02:00
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.
2014-08-26 18:24:51 +02:00
Teo Mrnjavac
58b264e0a9 Correctly install configuration files for viewmodules. 2014-08-08 10:38:15 +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
db84262a8e Code style. 2014-07-14 16:21:42 +02:00
Teo Mrnjavac
2eb6f047f6 Less verbose module cmake output. 2014-07-08 18:28:27 +02:00
Teo Mrnjavac
ca247c26ca CalamaresAddPlugin more relevant output. 2014-07-02 11:59:55 +02:00
Teo Mrnjavac
0035b8b3d3 Better CalamaresAddPlugin output 2014-06-25 16:25:56 +02:00
Teo Mrnjavac
f3a04f5146 Better output + fixed output paths for plugins in build dir. 2014-06-24 12:40:12 +02:00
Teo Mrnjavac
125b7914d5 Added module metadata file to CalamaresAddPlugin macro.
Also improved output.
2014-06-23 17:14:55 +02:00
Teo Mrnjavac
8d4ee1debd Enable debug output for CalamaresAddPlugin cmake magic. 2014-06-23 16:02:55 +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