8 Commits (81016667ae0a8abd4f2e6979ff348e2ce52652de)

Author SHA1 Message Date
Adriaan de Groot 81016667ae [license] Change to enum class
- non-functional change, just chasing modern C++
7 years ago
Adriaan de Groot 6071489788 [libcalamaresui] Provide default implementations of next() and back()
- These methods are used for multi-page view-steps, which are rare.
   For all the others, just drop the empty implementation and defer
   to the base class.
7 years ago
Adriaan de Groot 08565b5f17 [libcalamaresui] Remove the signal done() from ViewStep
- The signal is emitted, generally from next(), but not actually used.
7 years ago
Adriaan de Groot 762ad54344 Documentation: change http links to GitHub to https 8 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 ff9cf0880a Fix QVariant type check (fix Coverity defect 114155). 10 years ago
Teo Mrnjavac 4b57749945 Use PluginFactory in License module. 10 years ago
demmm c1ee36946c New License module, based on KaOS license module.
See README.md for details.
10 years ago