calamares/src/libcalamares
Adriaan de Groot 69dabcae32 [libcalamares] Avoid static destructor
- The static destructor issues a warning on exit:
       QBasicTimer::start: QBasicTimer can only be used with threads
       started with QThread
   so instead, heap-allocate the model. This leaks memory, but
   it's a singleton *and* we're exiting anyway.
2019-05-31 12:38:34 +02:00
..
geoip [libcalamares] Avoid warnings / errors on both gcc and clang 2019-05-14 05:29:18 -04:00
kdsingleapplicationguard [libcalamares] Reduce warnings in KDAB code 2019-04-18 12:06:09 +02:00
locale [libcalamares] Avoid static destructor 2019-05-31 12:38:34 +02:00
modulesystem [libcalamares] Move module-related things into subdirectory 2019-05-07 07:48:40 -04:00
partition [libcalamares] Consistent namespace usage in partition service 2019-05-14 05:52:58 -04:00
utils [libcalamares] Move more into the locale service 2019-05-10 11:46:20 -04:00
CalamaresConfig.h.in [calamares] avoid extra defines for KCrash 2019-05-20 17:02:47 +02:00
CMakeLists.txt [libcalamares] Add tests for the partitioning service 2019-05-13 13:33:38 +02:00
CppJob.cpp [libcalamares] Warnings-- over extra ; 2019-04-17 12:02:14 +02:00
CppJob.h [libcalamares] Remove Typedefs.h 2019-05-07 09:51:23 -04:00
DllMacro.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
GlobalStorage.cpp [libcalamares] Rename YamlUtils.h 2019-04-29 06:14:21 -04:00
GlobalStorage.h [libcalamares] load/save globals in YAML format 2019-01-25 10:58:43 -05:00
Job.cpp [libcalamares] Provide accessor to error code. 2019-04-28 14:34:39 -04:00
Job.h [libcalamares] Remove Typedefs.h 2019-05-07 09:51:23 -04:00
JobExample.cpp [libcalamares] Add some debugging Jobs 2019-03-20 11:26:02 +01:00
JobExample.h [libcalamares] Add some debugging Jobs 2019-03-20 11:26:02 +01:00
JobQueue.cpp [libcalamares] Don't moc on JobQueue 2019-04-18 12:21:29 +02:00
JobQueue.h [libcalamares] Remove Typedefs.h 2019-05-07 09:51:23 -04:00
PluginDllMacro.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
ProcessJob.cpp Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
ProcessJob.h Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
PythonHelper.cpp [libcalamares] [libcalamaresui] [calamares] Adjust to moved Dirs.h 2019-04-29 06:49:16 -04:00
PythonHelper.h Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
PythonJob.cpp [libcalamares] Distinguish kinds of errors 2019-04-28 14:34:39 -04:00
PythonJob.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
PythonJobApi.cpp [libcalamares] Rename CalamaresUtils -> String 2019-04-29 06:49:16 -04:00
PythonJobApi.h Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
Settings.cpp [libcalamares] Rename dontCancel to disableCancelDuringExec 2019-05-14 08:30:34 -04:00
Settings.h [libcalamares] Rename dontCancel to disableCancelDuringExec 2019-05-14 08:30:34 -04:00
Tests.cpp [libcalamares] Rename YamlUtils.h 2019-04-29 06:14:21 -04:00
Tests.h [libcalamares] Extend tests to all example config files 2019-01-29 07:31:29 -05:00