- May 07, 2021
-
-
Floris Bos authored
-
Floris Bos authored
Ref #221
-
- May 06, 2021
-
-
Floris Bos authored
Closes #221
-
- May 04, 2021
-
-
Floris Bos authored
Ref #220
-
Floris Bos authored
Offer to prefill the wifi password of the system running Imager, like we do on Windows. Ask user first if that is desired, as it does cause OS X to generate a prompt asking for admin password.
-
- Apr 11, 2021
-
-
Floris Bos authored
We could cover the backtic case by using nowdoc instead of heredoc, but then there may still be problems with double quotes. Put the PBKDF2 hash instead of plaintext password in wpa_supplicant.conf to solve such problems. Closes #206
-
- Apr 05, 2021
-
-
Floris Bos authored
Old Qt versions lack QString::back() Closes #200
-
Floris Bos authored
Had wrongfully assumed CFStringRef's were reference counted objects that needed to be CFRelease()'d when we no longer needed them. However according to the CFArrayGetValueAtIndex() API docs ( https://developer.apple.com/documentation/corefoundation/1388767-cfarraygetvalueatindex?language=objc ) it follows "get rule" for memory ownership, meaning it is not ours to release. Only prefLangs returned by CFLocaleCopyPreferredLanguages() need to be CFRelease()'d as that does follow "create rule" Ref #202 (Crash on Mac OS Big Sur)
-
- Mar 27, 2021
-
-
Floris Bos authored
-
Floris Bos authored
Ref #188
-
- Mar 26, 2021
-
-
Floris Bos authored
Qt by default consults AppleLanguages property. Use a CFLocaleCopyPreferredLanguages() construct instead. Only look at most preferred language, ignore others. Ref #160
-
Floris Bos authored
-
Floris Bos authored
-
- Mar 22, 2021
-
-
Floris Bos authored
Search all mountpoints associated with the target drive for FAT partition that has config.txt Ref: #171
-
- Mar 21, 2021
-
-
Floris Bos authored
- Check if config.txt exists on drive letter before proceeding to write changes. Wait up to 3 seconds if not. - Force drive letter assignment for portable SSDs and other devices that pretend to be a fixed drive. (Windows only auto-assigns drive letters for removable media). Ref #171
-
maxnet authored
Update Slovak translation
-
maxnet authored
update Chinese translation
-
maxnet authored
Update German translations
-
maxnet authored
Update Italian language
-
- Mar 19, 2021
-
-
Jose Riha authored
-
- Mar 18, 2021
-
-
柚木鉉 authored
-
Aaron Dewes authored
-
bovirus authored
@maxnet Please check and merge. Thanks.
-
- Mar 12, 2021
-
-
maxnet authored
Remove download count retention period from README
-
Paul Mucur authored
In order to view the impact of changes such as OS releases over a longer period of time, we have removed the automatic expiry of the anonymous download counts from the rpi-imager stats service. For reference, the download counts contain only the following data: > ZREVRANGE image:2021-03-12 0 1 WITHSCORES 1) Raspberry Pi OS (32-bit) 2) 1234 3) Raspberry Pi OS Lite (32-bit) 4) 567 Update the README section about telemetry in order to reflect the change.
-
- Mar 06, 2021
-
-
Floris Bos authored
-
Floris Bos authored
This reverts commit 37cc9e87.
-
- Feb 26, 2021
-
-
Floris Bos authored
ON LINUX PLATFORM ONLY Allow NVMe destination drives as long as they are not mounted except under /media This does increase the risk of someone accidently selecting an internal NVMe drive that is not mounted under the current OS (Linux) but do is being used by the other operating system (e.g. Windows) on dual boot systems. But is deemed to be an acceptable risk. Ref #158
-
Floris Bos authored
Ref #158
-
Floris Bos authored
- Change a few more SD card -> storage references - Regen .ts files
-
maxnet authored
Change SD Card description
-
maxnet authored
Fix Dutch translation
-
maxnet authored
Update Italian translation
-
maxnet authored
Updated translations of Turkish Language.
-
- Feb 16, 2021
-
-
Floris Bos authored
If the screen dimensions that are reported by EDID are unrealistically low disable high dpi scaling. For this purposes we consider the EDID incorrect if screen is reported as smaller than 10 cm in width. Closes #153
-
- Feb 08, 2021
- Jan 30, 2021
-
-
Floris Bos authored
Closes #133
-
- Jan 26, 2021
-
-
Floris Bos authored
Do not let libarchive treat iso as archive that needs to be extracted.
-
- Jan 20, 2021
-
-
Floris Bos authored
-