- Dec 22, 2023
-
-
Floris Bos authored
-
maxnet authored
meta: Release 1.8.4
-
Tom Dewey authored
-
Jacek Brzozowski authored
-
- Dec 18, 2023
-
-
Tom Dewey authored
But, as a consideration for users wanting to verify their password, add a 2s dwell time before the characters are masked. This timeout is prematurely terminated in the event that you enter another key.
-
Tom Dewey authored
Using onTextEdited meant that the clear() call would happen after the edit had actually happened. Instead, use the Keys.onPressed handler, which happens earlier in the input chain.
-
- Nov 23, 2023
-
-
Davidmp authored
Correcció
-
- Nov 21, 2023
- Nov 20, 2023
-
-
Kazunari Sasa authored
-
Aaron Dewes authored
Since #719, you can no longer use a local json file with --repo (At least in Qt 6). A network request to a file:// url has statusCode 0, which caused this check to fail previously.
-
- 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
-