Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Jun 01, 2020
    • Floris Bos's avatar
      Fix build instructions · 7506d5b3
      Floris Bos authored
      Closes #77
      v1.3
      7506d5b3
    • Floris Bos's avatar
      Do not use libcurl for reading local files · fa7637e7
      Floris Bos authored
      We originally used libcurl for both downloading images from
      Internet and reading local files to have the same code path for both.
      
      It doesn't work that well in practice, as Qt and libcurl are not
      on the same page how special characters such as Chinese characters
      are represented in a local file URL.
      
      So create a new class to handle local files.
      
      Closes #76
      fa7637e7
    • Floris Bos's avatar
      Linux embedded: misc improvements · 123542a6
      Floris Bos authored
      - Allow static build
      - Use .svg icons
      - Linux Embedded lacks normal "open file dialog". So simply scan
        files in root folder of USB stick and return list.
      - Change QProcess::execute(command) calls to
        QProcess::execute(command, args) calls to silence Qt 5.15.0
        depreciation warning.
      123542a6
  2. May 24, 2020
  3. May 23, 2020
  4. May 19, 2020
    • Dave Jones's avatar
      Fix #62 · 3bb47b63
      Dave Jones authored
      Append "rpi-imager/version-num" to the default User-Agent when curl is
      downloading the image so that image hosts can more easily distinguish
      rpi-imager traffic from other traffic.
      3bb47b63
  5. Apr 08, 2020
  6. Apr 05, 2020
    • Matt Lamont's avatar
      Specify an NSPrincipalClass in Info.plist to enable Retina display support · 4e465674
      Matt Lamont authored
      The default Info.plist template provided by CMake doesn't have this key, and
      CMake only has minimal support for settingstypically found in this file.
      In order to specify NSPrincipalClass, we need to provide the whole Info.plist instead.
      
      Info.plist is also specified as a dependancy to the application so that it will
      appear in the project explorer, and changes to this file will trigger a rebuild.
      4e465674
  7. Mar 10, 2020
  8. Mar 09, 2020
  9. Mar 06, 2020
  10. Mar 05, 2020
  11. Mar 04, 2020