- Nov 20, 2023
-
-
David Turner authored
On rpi-os updates will be handled by apt, so directing the user to the website is unhelpful.
-
- Nov 16, 2023
- Nov 15, 2023
- Nov 14, 2023
-
-
Tom Dewey authored
Per suggestion from @maxnet, remove unnecessary guards. Qt signals/slots will guard against concurrency issues.
-
Tom Dewey authored
-
Tom Dewey authored
-
Tom Dewey authored
-
Tom Dewey authored
This isn't ready yet - so remove the unused stubs.
-
Tom Dewey authored
-
Tom Dewey authored
Use snake_case for local variables.
-
Tom Dewey authored
-
Tom Dewey authored
-
Tom Dewey authored
- Simple implementation of OS list fetching in backend - Replace frontend OS list fetching by calls to backend - OS list updates are brought in asynchronously, avoiding excessive UI blockage. - "Erase" and "Custom" OS list options are always present, even in a no-internet scenario Based-On: cillian64/rpi-imager/oslist_backend
-
- Nov 10, 2023
-
-
Tom Dewey authored
To assist OS providers with publishing in Imager, provide an example os_list sublist.
-
- Nov 08, 2023
-
-
David Turner authored
It is possible to connect to open wifi networks using raspi-config or the wf-panel-pi GUI. It was also possible in rpi-imager but only with a workaround - if you entered a dummy PSK it would be ignored if the SSID was that of an open network. (This also meant a Pi could be tricked into connecting to an open network on first boot even if a PSK was configured). The change in https://github.com/RPi-Distro/raspberrypi-sys-mods/pull/83 has a side effect which means that Pis will no longer connect to an open network if a PSK is configured. This commit lets the user enter no PSK to indicate that an open network should be configured. Resolves #424
-
- Nov 06, 2023
-
-
David Turner authored
We'll set assignees when actually working on issues instead of having every issue assigned when created.
-
- Nov 03, 2023
-
-
Robin Geuze authored
-
volkov authored
-
volkov authored
-
volkov authored
-
volkov authored
-
- Nov 02, 2023
-
-
Tom Dewey tom.dewey@raspberrypi.com authored
This is a compromised change. Essentially, I'm working around a poorly-understood failure mode in Qt5, where the disk cache can occasionally fail to invalidate, resulting in stale compiled units being used. This will increase application start times in favour of correctness.
-
- Oct 26, 2023
-
-
Tom Dewey authored
In order to prompt issue reporters to provide more information up front, introduce some issue templates. This is the start of a wider initiative to add some structure to how we respond to issues.
-
- Oct 25, 2023
-
-
veeck authored
-
- Oct 24, 2023
-
-
Jonathan (JC) Chen authored
-
Tom Dewey tom.dewey@raspberrypi.com authored
In order to ensure the 'Recommended' tag shows up for older versions of the Imager, we should migrate to using V4 for the version where we move the tag out of the JSON file.
-
- Oct 23, 2023
-
-
Tom Dewey tom.dewey@raspberrypi.com authored
-
Tom Dewey tom.dewey@raspberrypi.com authored
Provide updated macOS and Linux icon files, as supplied by the comms team.
-
- Oct 21, 2023
-
-
Peter Dave Hello authored
-
Floris Bos authored
Closes #696
-
Floris Bos authored
Solves warning: "qrc:/main.qml:758:21: Unable to assign [undefined] to QUrl"
-
- Oct 20, 2023
-
-
-
Tom Dewey tom.dewey@raspberrypi.com authored
We're going to take advantage of the convention of always putting the recommended OS first in the list, and append "(Recommended)" to it's description. This moves the recommendation out of the JSON, and makes the recommendation durable to filtering.
-
Floris Bos authored
Closes #692
-
- Oct 19, 2023
-
-
Floris Bos authored
-
maxnet authored
Update german translations
-