Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Feb 03, 2022
  2. Feb 01, 2022
  3. Jan 31, 2022
  4. Jan 24, 2022
  5. Jan 23, 2022
    • Floris Bos's avatar
      Allow nested subitems · c17795c4
      Floris Bos authored
      Fixes "Can't assign to existing role 'subitems' of different type"
      or hang (depending on Qt version) on using nested subitems.
      
      Keep nested subitems flattenend as json string in memory while not
      being used, to simplify dealing with ListElement expectation that
      all elements have the same data type, as well as QML/Ecmascript's
      memory management.
      c17795c4
    • Floris Bos's avatar
      QRegExp -> QRegularExpression · 10b50d5f
      Floris Bos authored
      - Change QRegExp -> QRegularExpression. To drop dependency on
        legacy Qt5Compat module, if we upgrade to a later Qt version
        at some point.
      
      - Change some "for" constructs clang gives warnings about
        while we are at it.
      10b50d5f
    • Floris Bos's avatar
      Mac: set NSSupportsAutomaticGraphicsSwitching in plist · 51a79c72
      Floris Bos authored
      Closes #325
      51a79c72
  6. Jan 22, 2022
  7. Jan 21, 2022
  8. Jan 20, 2022
  9. Jan 09, 2022
  10. Dec 21, 2021
  11. Dec 20, 2021
  12. Dec 09, 2021
  13. Nov 30, 2021
  14. Nov 28, 2021
  15. Nov 27, 2021
    • Floris Bos's avatar
      QML: fix warning about anchors · 5e2db9d1
      Floris Bos authored
      5e2db9d1
    • Floris Bos's avatar
      Linux/udisks2/image customization: fix issue with mounting NVMe drives · b42342d0
      Floris Bos authored
      When using image customization with an NVMe drive under RPI OS on a CM4,
      the system will prompt non-root users for password when mounting the FAT file system.
      (Passwordless mounting does is available for removable storage,
      but the NVMe drive qualifies as internal storage instead).
      
      - The mount command we send to udisks2 over dbus2 may timeout
      before the user completed the password prompt.
      Raise timeout to counter this.
      
      - Print mount error details to console
      - On mount error report error mounting in GUI instead of
        "/config.txt does not exist" (which happened when mountDevice()
        returned empty string)
      b42342d0
    • Floris Bos's avatar
      README.md: mention disabling parallel build on Pi · 8b259915
      Floris Bos authored
      On bullseye it seems to default to 'make -j4' which will results
      in OOM when it runs out of swap
      
      ==
      [ 3004.100215] Out of memory: Killed process 6983 (cc1plus) total-vm:211660kB, anon-rss:170332kB, file-rss:0kB, shmem-rss:0kB, UID:1000 pgtables:428kB oom_score_adj:0
      ==
      
      Mention how to disable parallel build in README.md
      8b259915
    • Floris Bos's avatar
      README.md remove qt5-default · 35172d34
      Floris Bos authored
      There is no qt4 anymore in bullseye.
      35172d34
  16. Nov 24, 2021
    • Floris Bos's avatar
      cloud-init: set keyboard through localectl · 9a9c5eb4
      Floris Bos authored
      Set keyboard through systemd's localectl instead of writing to
      Debian specific /etc/default/keyboard directly, as this also
      works for other Linux distributions.
      
      On Debian/Ubuntu one does still need to run a distro specific
      command to have the keyboard change be effective without
      reboot first (setupcon).
      9a9c5eb4
  17. Nov 23, 2021