retro-imager/src
David Turner dbf9757796 Show options when opening image by file association
If you load a custom image by running `rpi-imager my_image.img.xz` then
the Advanced Options button is not shown.  This is triggered if you set
a file association to load rpi-imager and then double-click an image
file.

The fix is simply to set the visibility on this button on start-up
(custom images set on the command-line are loaded before this).

Fixes #451
2023-10-04 14:43:28 +01: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 Update Spanish translation 2023-09-30 10:49:16 +02:00
icons Add digital signage icon 2022-07-26 23:23:33 +02:00
linux Hotfix for Issue #610 2023-08-11 11:53:23 +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 Local .xz files: parse uncompressed size for better progress reports 2023-09-25 21:13:22 +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 Workaround errornous gcc string overflow warning 2023-09-22 20:32:46 +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 Windows: improve error reporting if Conditional File Access is active 2023-09-23 19:46:13 +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: improve error reporting if Conditional File Access is active 2023-09-23 19:46:13 +02:00
downloadthread.h Windows: improve error reporting if Conditional File Access is active 2023-09-23 19:46:13 +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 Local .xz files: parse uncompressed size for better progress reports 2023-09-25 21:13:22 +02:00
imagewriter.h Local .xz files: parse uncompressed size for better progress reports 2023-09-25 21:13:22 +02: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 Show options when opening image by file association 2023-10-04 14:43:28 +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 Apply settings if saved setting popup was opened and cancelled 2023-10-03 18:19:17 +02: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