- Mar 24, 2022
-
-
Floris Bos authored
- Remove overscan and piwiz supression option - Change wifi -> wireless LAN - Bump version
-
Floris Bos authored
Normal Linux/Windows/Mac should have support for Asian fonts themselves.
-
maxnet authored
Korean translation: update some copyedit
-
maxnet authored
Add compile time options for telemetry and updates
-
- Feb 25, 2022
-
-
RuffaloVM authored
-
RuffaloVM authored
<Enable telemetry> is version 1.5 of the Raspberry Pi Imager introduced download telemetry to get a view of which operating systems are the most popular. Raspberry Pi introduced download telemetry as part of a plan to ensure the most popular operating systems are easier to find in the Raspberry Pi Imager's menu system. It does not collect a device's IP address.
-
RuffaloVM authored
-
- Feb 23, 2022
-
-
Floris Bos authored
-
Floris Bos authored
SDXC controller was not playing nice with rpiboot.
-
maxnet authored
Add Japanese translation No2
-
- Feb 22, 2022
-
-
okaits authored
-
- Feb 21, 2022
-
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
Update rpi-imager_de.ts by rejas PR, modified for path change (i18n -> src/i18n) Closes #349
-
Floris Bos authored
-
Floris Bos authored
Closes #348
-
- Feb 18, 2022
-
-
Gordon Hollingworth authored
-
- Feb 16, 2022
-
-
Floris Bos authored
Disk image sizes that are not dividable by 512 bytes should not exist, as that is the minimum sector size any disk can have, and the smallest unit an OS can write to a disk. We were already rejecting such image files if we know in advance the size was wrong, which we can test if they are uncompressed, if they are in an easy parsable file format such as .zip, or if the repository meta data indicated the uncompressed size. However for gz/xz/zstd files this check is not done, and it would fail at the verification stage instead. If encountering such corner case, pad the image instead of failing. Ref #364
-
- Feb 14, 2022
-
-
Ludwig Nussel authored
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
Closes #358
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
-
- Feb 04, 2022
-
-
Floris Bos authored
Does have the consequence that if the user modifies the SSID, they will also need to enter the password again, as PBKDF2 scheme hashes SSID together with password. Closes #344
-
Floris Bos authored
- Make buttons blue when they have activeFocus to make it more clear which button has focus when using keyboard navation. - By default most components only respond to 'space' on keyboard for pressing buttons and toggling checkboxes. Map Enter/Return (normal and keypad) as well.
-
- 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
-