calamares/src
Adriaan de Groot 098bbd520e [calamares] do not treat strings as lists
In Qt5, a QVariant created from a QString doesn't convert to a
QVariantList. In Qt6, it does. It is unclear if that is because it would
take two conversions (QString -> QStringList -> QVariantList) or
something else.

Exclude QStrings from being considered list-like; this works in both Qt5
and Qt6, and fixes weirdness in the Debug window.
2024-02-29 00:35:12 +01:00
..
branding branding: update silly fake distro to 2023 2023-09-03 23:02:47 +02:00
calamares [calamares] do not treat strings as lists 2024-02-29 00:35:12 +01:00
libcalamares [libcalamares] Add ${LANG} to process expansions 2024-02-26 22:37:20 +01:00
libcalamaresui [calamares] avoid double-quit message 2024-02-27 00:02:03 +01:00
modules [networkcfg] fix python crash 2024-02-27 22:16:14 +01:00
qml [qml] Tidy up cmake bits, credit to contributor 2024-02-04 22:26:03 +01:00
CMakeLists.txt [qml] Tidy up cmake bits, credit to contributor 2024-02-04 22:26:03 +01:00