Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Dec 22, 2023
  2. Dec 18, 2023
    • Tom Dewey's avatar
      qml: Use regular password field · 23eadf9a
      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.
      23eadf9a
    • Tom Dewey's avatar
      qml: Clear saved password using onPressed handler · 9b15f790
      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.
      9b15f790
  3. Nov 23, 2023
  4. Nov 21, 2023
  5. Nov 20, 2023
  6. Nov 16, 2023
  7. Nov 15, 2023
  8. Nov 14, 2023
  9. Nov 10, 2023
  10. Nov 08, 2023
    • David Turner's avatar
      Allow no PSK to be entered for open wifi · be722532
      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
      be722532
  11. Nov 06, 2023
  12. Nov 03, 2023
  13. Nov 02, 2023
    • Tom Dewey tom.dewey@raspberrypi.com's avatar
      qml: Disable disk cache entirely · aaadbdb2
      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.
      aaadbdb2
  14. Oct 26, 2023
    • Tom Dewey's avatar
      Add issue templates · c412f43f
      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.
      c412f43f
  15. Oct 25, 2023
  16. Oct 24, 2023