retro-imager/src
2023-07-06 22:10:23 +02:00
..
dependencies Windows: update libcurl dependency 2023-03-24 14:13:35 +01:00
fonts Only bundle Droid fallback font on Embedded edition 2022-03-24 20:04:24 +01:00
i18n Add Spanish translation 2023-07-06 22:10:23 +02:00
icons Add digital signage icon 2022-07-26 23:23:33 +02:00
linux Linux udisks2: force kernel to rescan MBR before ejection 2023-03-30 16:26:26 +02: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 Windows/NSIS installer: use signtool.exe found by CMake 2023-05-21 17:25:04 +02: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 Windows: fix handling of .zip files 2023-05-22 10:50:20 +02: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 devicewrapperfatpartition.cpp: supress false positive gcc warning 2023-05-11 21:54:37 +02: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 Windows: fix depreceation warnings 2023-05-22 10:46:07 +02:00
downloadthread.h Windows: fix depreceation warnings 2023-05-22 10:46:07 +02:00
driveformatthread.cpp Windows: fix depreceation warnings 2023-05-22 10:46:07 +02: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 Windows: fix depreceation warnings 2023-05-22 10:46:07 +02: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 Apply advanced settings prompt: offer "no" without clear options 2023-03-24 14:26:43 +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 Size "Do you want to use saved settings?" dialog box better 2023-05-18 15:06:29 +02: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