11 Commits (4662c9c877188bffa92523566a89868682514042)

Author SHA1 Message Date
Teo Mrnjavac 4662c9c877 Remove irrelevant debug output. 9 years ago
Andrius Štikonas 9f0ca042fe Port away from most cases of Q_FOREACH to C++11 ranged for loop.
In order to avoid deep copies, Qt containers over which we iterate must be const
The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
9 years ago
Teo Mrnjavac fb44fb97b6 Massive refactor of module loading, configuration, startup, management. 10 years ago
Teo Mrnjavac f2f73b2e87 More meaningful debug output. 11 years ago
Teo Mrnjavac 519ba038cf Fix build on Qt 5.4, again. 11 years ago
Aurélien Gâteau df89a391c4 Do not try to dereference m_viewStep if it's invalid 11 years ago
Aurélien Gâteau b5b72855c3 Queue module jobs in the order they are listed in the "install" section of settings.conf 11 years ago
Teo Mrnjavac df9f803572 Actually load the additional config map into the ViewStep. 11 years ago
Teo Mrnjavac 8d36a13d92 Style fix. 11 years ago
Teo Mrnjavac 7894bb9462 Module type Core ==> Job, plus const correctness. 11 years ago
Teo Mrnjavac 4ec72f4afb Refactored calamares_bin into calamares_bin and libcalamaresui.
Now linking with -Wl,--no-undefined!
Moved find_package KF5 from the root CMakeLists.txt to the partitioning
module where it belongs. KF5 deps should be limited to plugins.
Lots of random fixage to make stuff link.
Removed CalamaresApplication reference from Settings.
Removed the use of AbstractPage, we don't need it right now.
11 years ago