calamares/src
Adriaan de Groot 8917d153da Drop the (inter-)module dependencies system.
- Was marked incomplete and unused; none of the existing modules
   set any requirements, and the descriptors are not set up to
   hold the requirements information anyway.
 - Dependencies are generally through globalStorage values, or if
   there are dependent jobs they should be created in-order by one
   source (e.g. though a View or a subclass of CppJob which overrides
   jobs() ).
 - It is the responsibility of deployers to formulate a settings.conf
   that includes all the required modules.
 - A 'real' dependency system is going to lead to the introduction
   of interface-definitions and a great deal of complexity, for a
   use case that can be handled with careful deployment instead.
2017-09-27 05:34:06 -04:00
..
branding Bump version numbers on the example distro 2017-08-23 06:51:45 -04:00
calamares Remove more crashreporter references 2017-09-20 09:25:05 +02:00
libcalamares Clang: for gcc, don't produce empty COMPILE_FLAGS 2017-09-25 17:08:09 +02:00
libcalamaresui Drop the (inter-)module dependencies system. 2017-09-27 05:34:06 -04:00
modules Merge pull request #821 from calamares/luks-colors 2017-09-26 17:40:36 +02:00
qml Presentation: re-implement looping, keyboard-nav 2017-09-25 13:52:55 +02:00
CMakeLists.txt Crashreporter: remove further reference to removed lib 2017-09-18 15:02:35 +02:00