calamares/src/libcalamares
Adriaan de Groot 8f65a644a9 [libcalamares] Rename cPointerSetter
This class doesn't really set a pointer -- it is a scoped assignment
through a pointer, which **can** set a value on destruction (when
it leaves scope). Rename it.

While here, extend the API so that it can do an assignment to the
underlying object **now**, while also doing a scoped assignment
later when it leaves scope. This makes some code a bit easier
to read ("in this scope, X is now <v> and then it becomes <v'>")
2021-09-22 11:29:52 +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] Cut down config-file-loading log spam 2021-09-21 16:53:09 +02:00
network [libcalamares] Fix network-connectivity check on old Qt 2021-09-06 14:44:52 +02:00
packages [libcalamares] Test the packages service API 2021-04-23 11:49:06 +02:00
partition [libcalamares] Cut down log-spam from KPMManager 2021-09-22 01:28:40 +02:00
testdata [libcalamares] Test the translated string with real translations 2021-04-18 13:19:55 +02:00
utils [libcalamares] Rename cPointerSetter 2021-09-22 11:29:52 +02:00
CalamaresConfig.h.in REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +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 [libcalamares] Rename files Label -> Translation 2021-07-28 14:22:28 +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] Add an extra job-failure enum value 2021-05-15 07:46:03 +02: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] Reduce log-spam in emergencies 2021-09-22 01:44:00 +02:00
JobQueue.h [libcalamares] Introduce a convenience getter for GlobalStorage 2021-03-23 12:07:11 +01:00
ProcessJob.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
ProcessJob.h Warnings-- (~T() override) 2020-09-22 22:49:30 +02:00
PythonHelper.cpp [libcalamares] Warn (python only) about unknown GS keys 2021-03-29 10:50:32 +02:00
PythonHelper.h Warnings-- (~T() override) 2020-09-22 22:40:52 +02:00
PythonJob.cpp [libcalamares] Add a pre-script for PythonJobs 2021-06-15 21:50:59 +02:00
PythonJob.h [libcalamares] Add a pre-script for PythonJobs 2021-06-15 21:50:59 +02:00
PythonJobApi.cpp [libcalamares] Rename cPointerSetter 2021-09-22 11:29:52 +02:00
PythonJobApi.h REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
Settings.cpp [libcalamares] Warnings for nullptr Settings 2021-08-24 12:30:44 +02:00
Settings.h [libcalamares] Apply coding style 2021-03-27 15:41:58 +01:00
Tests.cpp Warnings-- (~T() override) 2020-09-22 22:49:30 +02:00