calamares/src/libcalamares
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)
2016-09-01 16:46:14 +01:00
..
kdsingleapplicationguard Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
utils Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
CalamaresConfig.h.in Install CrashReporter handler. 2016-03-23 18:48:08 +01:00
CMakeLists.txt Point the lib/calamares/libcalamares.so symlink to the versioned so. 2014-11-14 12:30:56 +01:00
DllMacro.h Fix error in headers. 2014-06-04 18:23:48 +02:00
GlobalStorage.cpp Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
GlobalStorage.h New GlobalStoragePythonWrapper is passed to the Python API. 2015-03-10 19:51:08 +01:00
Job.cpp Namespace fixage. 2015-09-15 16:48:42 +02:00
Job.h Add optional prettyStatusMessage to Job. 2015-06-13 02:03:35 +02:00
JobQueue.cpp Namespace fixage. 2015-09-15 16:48:42 +02:00
JobQueue.h Namespace fixage. 2015-09-15 16:48:42 +02:00
PluginDllMacro.h Added CMake magic for plugin infrastructure. 2014-06-11 13:39:20 +02:00
ProcessJob.cpp CalamaresUtils::System is now a class. 2015-09-15 16:48:41 +02:00
ProcessJob.h Add prettyStatusMessage to {Python,Process}Job. 2015-06-13 02:23:11 +02:00
PythonHelper.cpp Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
PythonHelper.h Add conversion utilities from QHash to py dict. When translating from pydict, however, translate into a QMap as before to keep current behaviour. 2016-07-04 22:30:45 +01:00
PythonJob.cpp Copyright. 2016-08-19 12:49:36 +02:00
PythonJob.h Add prettyStatusMessage to {Python,Process}Job. 2015-06-13 02:23:11 +02:00
PythonJobApi.cpp Copyright. 2016-08-19 12:49:36 +02:00
PythonJobApi.h Copyright. 2016-08-19 12:49:36 +02:00
Typedefs.h There are no Phases any more, just a ModuleAction for a module. 2015-09-15 16:48:42 +02:00