- Feb 03, 2022
-
-
Floris Bos authored
- Fix advanced settings not working if users has wifi settings saved with previous version of Imager, and user selected "use always" Ref #343 - Also fix problem where "SSH enabled" is not saved on Mac OS X due to the check assuming QSettings stores settings as strings, while with the plist stuff on Mac OS X it is stored as boolean.
-
Floris Bos authored
Same legal entity, just a company name change. https://find-and-update.company-information.service.gov.uk/company/08207441/filing-history
-
Floris Bos authored
- Do not generate "error on writing to disk" error if it is the result of the write being cancelled. - Mac: QProcess::execute(cmdline) -> QProcess::execute(cmd, args) to avoid depreceation warning.
-
Floris Bos authored
-
Floris Bos authored
Make keyboard navigation work better.
-
- Feb 01, 2022
-
-
Floris Bos authored
Embedded build does not deal well with threads being forcefully terminated. So wait 10 seconds instead of 2 before resorting to that.
-
Floris Bos authored
Also fix logic for persisting wheter SSH is enabled.
-
Floris Bos authored
Fix "terminate called without an active exception" message on Linux
-
- Jan 31, 2022
-
-
Floris Bos authored
-
Floris Bos authored
- Also change group name. - Outsource changes to /usr/lib/userconf-pi/userconf if present
-
Floris Bos authored
- Add new logo, category icons for 3D printing, home automation and language specific operating systems. - chmod 644 icons
-
- Jan 24, 2022
- Jan 23, 2022
-
-
Floris Bos authored
Fixes "Can't assign to existing role 'subitems' of different type" or hang (depending on Qt version) on using nested subitems. Keep nested subitems flattenend as json string in memory while not being used, to simplify dealing with ListElement expectation that all elements have the same data type, as well as QML/Ecmascript's memory management.
-
Floris Bos authored
- Change QRegExp -> QRegularExpression. To drop dependency on legacy Qt5Compat module, if we upgrade to a later Qt version at some point. - Change some "for" constructs clang gives warnings about while we are at it.
-
Floris Bos authored
Closes #325
-
- Jan 22, 2022
- Jan 21, 2022
-
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
-
- Jan 20, 2022
-
-
Floris Bos authored
-
Floris Bos authored
- Allow username and password to be set separate to SSH. Does enforce password to be changed if SSH is enabled without public key authentication. - cloud-init: apt: disable date/time checks
-
Floris Bos authored
- Change image to button - Add option to randomize OS list entries
-
maxnet authored
Added option to specify SSID is hidden.
-
- Jan 09, 2022
-
-
S Murphy authored
-
Michael Zanetti authored
-
- Dec 21, 2021
-
-
Floris Bos authored
Try resuming download on CURLE_RECV_ERROR. Will not retry more than once if nothing has been downloaded since last attempt. Ref #306
-
Floris Bos authored
Qt 6 has a breaking ABI change in relation to QtConcurrent::run() https://doc.qt.io/qt-6/concurrent-changes-qt6.html
-
- Dec 20, 2021
-
-
Floris Bos authored
Closes #316
-
- Dec 09, 2021
-
-
Floris Bos authored
-
Floris Bos authored
- Update bunlded libarchive version used on Windows/Mac - Enable requested zstd support while we are at it. Closes #211
-
- Nov 30, 2021
-
-
Floris Bos authored
-
maxnet authored
Add sl-SI (EU/Slovenija) translation
-
- Nov 28, 2021
-
-
miharix authored
Changes to be committed: modified: CMakeLists.txt new file: i18n/rpi-imager_sl.ts modified: i18n/translations.qrc
-
- Nov 27, 2021
-
-
Floris Bos authored
-
Floris Bos authored
When using image customization with an NVMe drive under RPI OS on a CM4, the system will prompt non-root users for password when mounting the FAT file system. (Passwordless mounting does is available for removable storage, but the NVMe drive qualifies as internal storage instead). - The mount command we send to udisks2 over dbus2 may timeout before the user completed the password prompt. Raise timeout to counter this. - Print mount error details to console - On mount error report error mounting in GUI instead of "/config.txt does not exist" (which happened when mountDevice() returned empty string)
-
Floris Bos authored
On bullseye it seems to default to 'make -j4' which will results in OOM when it runs out of swap == [ 3004.100215] Out of memory: Killed process 6983 (cc1plus) total-vm:211660kB, anon-rss:170332kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:428kB oom_score_adj:0 == Mention how to disable parallel build in README.md
-
Floris Bos authored
There is no qt4 anymore in bullseye.
-
- Nov 24, 2021
-
-
Floris Bos authored
Set keyboard through systemd's localectl instead of writing to Debian specific /etc/default/keyboard directly, as this also works for other Linux distributions. On Debian/Ubuntu one does still need to run a distro specific command to have the keyboard change be effective without reboot first (setupcon).
-