retro-imager/src
Floris Bos c8a05b995f Make code Qt 6 compatible / raises minimum Qt 5 version to 5.14
In addition to replacing Qt5 with Qt6 in CMakeLists.txt
two small changes to the code are needed to make things build
on Qt 6 (which in turn is needed for Apple M1/M2 support).

The cost of this change is that when building on Qt 5, at least
version 5.14 is needed.
Certain older but still used Linux distributions such as
Ubuntu 10.04 LTS still use 5.12, so revert this commit if you
are building on those...
2023-03-20 14:42:48 +01:00
..
dependencies fix: header import cstdint 2023-03-19 23:18:20 +03:00
fonts Only bundle Droid fallback font on Embedded edition 2022-03-24 20:04:24 +01:00
i18n Update one more string 2022-12-29 17:00:56 +01:00
icons Add digital signage icon 2022-07-26 23:23:33 +02:00
linux Refactor WLAN PSK retrieval code 2023-03-10 18:37:22 +01:00
mac Refactor WLAN PSK retrieval code 2023-03-10 18:37:22 +01:00
qmlcomponents Move source files to /src 2022-02-14 10:07:15 +01:00
windows Refactor WLAN PSK retrieval code 2023-03-10 18:37:22 +01:00
.gitignore Move source files to /src 2022-02-14 10:07:15 +01:00
acceleratedcryptographichash.cpp Move source files to /src 2022-02-14 10:07:15 +01:00
acceleratedcryptographichash.h Linux: allow using GnuTLS instead of OpenSSL for computing SHA256 hashes 2022-06-14 16:13:55 +02:00
acceleratedcryptographichash_gnutls.cpp Linux: allow using GnuTLS instead of OpenSSL for computing SHA256 hashes 2022-06-14 16:13:55 +02:00
cli.cpp Add integration tests 2022-11-19 23:49:43 +01:00
cli.h Move source files to /src 2022-02-14 10:07:15 +01:00
CMakeLists.txt Make code Qt 6 compatible / raises minimum Qt 5 version to 5.14 2023-03-20 14:42:48 +01:00
config.h Add compile time options for telemetry and updates 2022-02-14 16:03:02 +01:00
countries.txt Move source files to /src 2022-02-14 10:07:15 +01:00
devicewrapper.cpp Advanced settings FAT modification: add GPT partition support 2022-11-20 14:46:58 +01:00
devicewrapper.h Add classes for mounting FAT16/32 without help from OS 2022-11-14 21:41:20 +01:00
devicewrapperblockcacheentry.cpp Add classes for mounting FAT16/32 without help from OS 2022-11-14 21:41:20 +01:00
devicewrapperblockcacheentry.h Add classes for mounting FAT16/32 without help from OS 2022-11-14 21:41:20 +01:00
devicewrapperfatpartition.cpp Make code Qt 6 compatible / raises minimum Qt 5 version to 5.14 2023-03-20 14:42:48 +01:00
devicewrapperfatpartition.h Advanced settings FAT modification: fix expanding directory 2022-11-20 18:44:22 +01:00
devicewrapperpartition.cpp Add classes for mounting FAT16/32 without help from OS 2022-11-14 21:41:20 +01:00
devicewrapperpartition.h Add classes for mounting FAT16/32 without help from OS 2022-11-14 21:41:20 +01:00
devicewrapperstructs.h Advanced settings FAT modification: add GPT partition support 2022-11-20 14:46:58 +01:00
downloadextractthread.cpp code-quality: fixed all range-loop warnings which were reported from clazy. 2022-06-08 17:54:06 +02:00
downloadextractthread.h Move source files to /src 2022-02-14 10:07:15 +01:00
downloadstatstelemetry.cpp Fix clazy-range-loop-detachs and other clazy complaints 2022-07-26 23:20:14 +02:00
downloadstatstelemetry.h Move source files to /src 2022-02-14 10:07:15 +01:00
downloadthread.cpp Remove excess new line from "Header:" download debug output 2022-11-20 17:47:54 +01:00
downloadthread.h Move source files to /src 2022-02-14 10:07:15 +01:00
driveformatthread.cpp Move source files to /src 2022-02-14 10:07:15 +01:00
driveformatthread.h Move source files to /src 2022-02-14 10:07:15 +01:00
drivelistitem.cpp Move source files to /src 2022-02-14 10:07:15 +01:00
drivelistitem.h Move source files to /src 2022-02-14 10:07:15 +01:00
drivelistmodel.cpp Move source files to /src 2022-02-14 10:07:15 +01:00
drivelistmodel.h Move source files to /src 2022-02-14 10:07:15 +01:00
drivelistmodelpollthread.cpp Move source files to /src 2022-02-14 10:07:15 +01:00
drivelistmodelpollthread.h Move source files to /src 2022-02-14 10:07:15 +01:00
imagewriter.cpp Refactor WLAN PSK retrieval code 2023-03-10 18:37:22 +01:00
imagewriter.h Refactor WLAN PSK retrieval code 2023-03-10 18:37:22 +01:00
keymap-layouts.txt Move source files to /src 2022-02-14 10:07:15 +01:00
localfileextractthread.cpp Move source files to /src 2022-02-14 10:07:15 +01:00
localfileextractthread.h Move source files to /src 2022-02-14 10:07:15 +01:00
main.cpp Fix clazy-range-loop-detachs and other clazy complaints 2022-07-26 23:20:14 +02:00
main.qml Add compile time options for telemetry and updates 2022-02-14 16:03:02 +01:00
MsgPopup.qml Move source files to /src 2022-02-14 10:07:15 +01:00
nan.h Move source files to /src 2022-02-14 10:07:15 +01:00
networkaccessmanagerfactory.cpp Maintain per-thread QNetworkDiskCache 2022-07-26 22:45:06 +02:00
networkaccessmanagerfactory.h Maintain per-thread QNetworkDiskCache 2022-07-26 22:45:06 +02:00
OptionsPopup.qml Make code Qt 6 compatible / raises minimum Qt 5 version to 5.14 2023-03-20 14:42:48 +01:00
powersaveblocker.cpp Move source files to /src 2022-02-14 10:07:15 +01:00
powersaveblocker.h Move source files to /src 2022-02-14 10:07:15 +01:00
qml.qrc Add digital signage icon 2022-07-26 23:23:33 +02:00
qtquickcontrols2.conf Move source files to /src 2022-02-14 10:07:15 +01:00
timezones.txt Move source files to /src 2022-02-14 10:07:15 +01:00
UseSavedSettingsPopup.qml Move source files to /src 2022-02-14 10:07:15 +01:00
wlancredentials.cpp Refactor WLAN PSK retrieval code 2023-03-10 18:37:22 +01:00
wlancredentials.h Refactor WLAN PSK retrieval code 2023-03-10 18:37:22 +01:00