calamares/src/libcalamares
Adriaan de Groot 1f7b2a3d2d [libcalamares] Remove CommandList destructor
The destructor was just the default one, but declaring it
blocks the default copy constructor.
2022-05-04 11:38:42 +02:00
..
geoip Changes: apply coding style 2020-11-05 00:00:29 +01:00
locale i18n: repair language names for Chinese 2021-09-07 15:47:30 +02:00
modulesystem [libcalamares] Match roles from model to Qt standard roles 2022-04-20 16:25:28 +02:00
network [libcalamares] Warnings-- for renamed enum value 2021-09-16 11:12:57 +02:00
packages [libcalamares] Test the packages service API 2021-04-23 11:49:06 +02:00
partition [partition] Require modern KPMCore 2022-03-21 23:44:20 +01:00
testdata [libcalamares] Test the translated string with real translations 2021-04-18 13:19:55 +02:00
utils [libcalamares] Remove CommandList destructor 2022-05-04 11:38:42 +02:00
CalamaresConfig.h.in Remove PythonQt support 2021-09-28 23:49:08 +02:00
CalamaresVersion.h.in REUSE: SPDX tagging of application library and main 2020-08-26 02:05:46 +02:00
CalamaresVersionX.h.in REUSE: SPDX tagging of application library and main 2020-08-26 02:05:46 +02:00
CMakeLists.txt CMake: modernize optional parts of libcalamares 2022-04-25 15:23:27 +02:00
CppJob.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
CppJob.h Warnings-- (~T() override) 2020-09-22 22:40:52 +02:00
DllMacro.h REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
GlobalStorage.cpp [libcalamares] Put the units in a nested namespace 2021-03-09 18:21:58 +01:00
GlobalStorage.h [preservefiles] Fix global storage JSON dump 2020-10-03 17:38:20 -05:00
Job.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
Job.h [libcalamares] More meaningful name for JobResult success 2022-01-17 14:19:28 +01:00
JobExample.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
JobExample.h Add Q_OBJECT macro where it's missing 2021-09-08 13:23:20 +02:00
JobQueue.cpp [libcalamares] Apply coding style 2022-01-31 23:41:37 +01:00
JobQueue.h [libcalamares] Introduce a convenience getter for GlobalStorage 2021-03-23 12:07:11 +01:00
ProcessJob.cpp [libcalamares] Clean up QProcess includes 2021-11-02 23:46:26 +01:00
ProcessJob.h Warnings-- (~T() override) 2020-09-22 22:49:30 +02:00
PythonHelper.cpp [libcalamares] Warnings-- on switch() 2021-12-07 15:42:14 +01:00
PythonHelper.h Warnings-- (~T() override) 2020-09-22 22:40:52 +02:00
PythonJob.cpp [libcalamares] Hook up Python's error() to error, rather than warning 2022-01-17 13:47:47 +01:00
PythonJob.h [libcalamares] Add a pre-script for PythonJobs 2021-06-15 21:50:59 +02:00
PythonJobApi.cpp *: Chase new namespace Calamares::String 2022-04-12 14:15:52 +02:00
PythonJobApi.h [libcalamares] Avoid parameter name 'stdin' 2022-02-07 12:54:16 +01:00
Settings.cpp [libcalamares] Move const to a better spot 2021-10-29 11:25:13 +02:00
Settings.h [libcalamares] Move const to a better spot 2021-10-29 11:25:13 +02:00
Tests.cpp Warnings-- (~T() override) 2020-09-22 22:49:30 +02:00