Commit Graph

3653 Commits (63af8c1b92126cf6a76993fc7b2f6584ea07d47f)
 

Author SHA1 Message Date
Teo Mrnjavac 0a8aa66d58 Set initial timezone for the locale viewmodule in module.conf.
Teo Mrnjavac df9f803572 Actually load the additional config map into the ViewStep.
Teo Mrnjavac b20eaaf4f8 Add setConfigurationMap to ViewStep with empty implementation.
Actual module ViewSteps can reimplement it to read their own module-
specific configuration.
Teo Mrnjavac 2ef5df314b Make extra configuration map protected in Module.
Teo Mrnjavac c7c4e52849 Load additional module-specific configuration into a Module object.
Teo Mrnjavac 3879087c4a Add YAML to QVariant conversion to YamlUtils
Teo Mrnjavac 63a1ab07c1 Merge pull request from toudi/center-mainwindow-fix
fix for issue 
Teo Mrnjavac c57d99a21c Add CalamaresAddModuleSubdirectory, a CMake function for modules that
do not require building through a CMakeLists.txt.
Teo Mrnjavac 25f44492e9 Add dummy process job module.
Teo Mrnjavac db84262a8e Code style.
Teo Mrnjavac 2dd88344e5 Instantiate the correct type of module from module.conf.
Teo Mrnjavac 51e5976a99 Better error message.
Mateusz Mikołajczyk 91e1f8248b update for the fix, remove QStyle dependency
Teo Mrnjavac 1dca92947c Add already loaded check to ProcessJobModule
Mateusz Mikołajczyk ea3b2e4461 fix for issue
Teo Mrnjavac 8d28a2ea5d Generalized code path for Phase switching. Also load install modules.
Teo Mrnjavac 6348e72974 Comment out modules we don't have yet.
Teo Mrnjavac 84bfb2aa95 Fixes for loading modules by phase.
Aurélien Gâteau 7ac6588090 Forget pending changes when the partition table is recreated
Aurélien Gâteau f0dffb7400 Refactor: Introduce PartitionInfoProvider interface, and make DeviceInfo implement it
Aurélien Gâteau 61b17490eb Refactor: group jobs and partitionModel for a device in a DeviceInfo struct
Makes it easier to clear all jobs for a specific device, which is necessary
when replacing a device partition table
Teo Mrnjavac 7034985b74 Remove MM:loadModulesPrepare.
Teo Mrnjavac 2e47c248ac Load modules by phase, in preparation for actually using new settings.
Teo Mrnjavac a09ab36386 Better settings format, rename a bit of stuff in module loading.
Aurélien Gâteau 22ff18f2cc Update partitionmanager submodule, fixing build without KIO
Aurélien Gâteau 784f07cbbc Update partitionmanager submodule: latest commits from the frameworks branch
@demm: This includes the btrfs fix
Aurélien Gâteau 83a56a6bd3 Add the ability to (re)create partition tables
Aurélien Gâteau 2e3f1c655c Update partitionmanager submodule, necessary for next commit
Aurélien Gâteau 5d6a80deae Factorize management of m_hasRootMountPoint
Aurélien Gâteau 8d3f197fde Clean up
Aurélien Gâteau c11fc3a4d2 Do not crash if a device does not have a partition table
Aurélien Gâteau b1ce4afc8c Update partitionmanager submodule
Teo Mrnjavac 1b4d62ef4d Add ProcessJobModule for loading external commands.
Teo Mrnjavac b3aae75bed Add working directory to ProcessJob
Teo Mrnjavac 8d36a13d92 Style fix.
Aurélien Gâteau 8d01b9a6fd assert--
Aurélien Gâteau e792f4c9c5 Implement DeletePartitionJob::exec()
Closes 
Aurélien Gâteau 7566221eff Nicer error messages on failure
Aurélien Gâteau 165d28fc23 Abort installation when a job fails
Teo Mrnjavac 7894bb9462 Module type Core ==> Job, plus const correctness.
Teo Mrnjavac 9c8d270ddb Add libcalamaresui to include_directories for calamares_bin and modules
Teo Mrnjavac fe7a64d5ab Add ProcessJob, a wrapper for external commands.
Teo Mrnjavac dbadbf69ec Const correctness.
Teo Mrnjavac d1151d87cf Move implementation to cpp file.
Aurélien Gâteau 6881fdab6e JobResult
Aurélien Gâteau d984489eea Implement CreatePartitionJob
Aurélien Gâteau 04743eb4be Basic JobQueue implementation
Aurélien Gâteau 191f37f5fa Fake CreatePartitionJob::exec() implementation
Teo Mrnjavac 4a166b2f57 Format settings.conf to make it easy to comment out a module.
Teo Mrnjavac f1ba2e1270 Add prettyStatus to Locale module.