Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Jan 25, 2023
  2. Dec 29, 2022
  3. Nov 20, 2022
  4. Nov 19, 2022
  5. Nov 14, 2022
    • maxnet's avatar
      Merge pull request #492 from rejas/de · cc88408d
      maxnet authored
      Update de lang
      cc88408d
    • Floris Bos's avatar
      Switch to using FAT classes for advanced settings · 5fa3fbe8
      Floris Bos authored
      - No longer relies on operating system for mounting FAT partition
        when applying 'advanced settings'
      - change '__attribute__ ((packed))' to '#pragma pack()' as the
        mingw version we are using for Windows has a bug with the former
      5fa3fbe8
    • Floris Bos's avatar
      Advanced settings: use current username instead of Pi as default · ebc6edc0
      Floris Bos authored
      Instead of using 'pi' as default, try to get the username of
      the current user from the OS.
      
      May not always work. (e.g. some Windows users may not have
      setup a username themselves, but may be using a default user
      created by the PC vendor).
      
      Closes #497
      ebc6edc0
    • Floris Bos's avatar
      French: change telecharge · e74efdca
      Floris Bos authored
      Closes #449
      e74efdca
    • Floris Bos's avatar
      Fix behavior on pressing "X" in advanced options dialog · c3237625
      Floris Bos authored
      In the "advanced settings" dialog, if "X" instead of
      "apply settings" is clicked, it is seen as "cancel" and
      no settings are applied.
      
      If there do are saved settings, make sure to ask the
      user on pressing "write" if they do want the saved settings
      applied, instead of applying no settings.
      c3237625
    • Floris Bos's avatar
      Add classes for mounting FAT16/32 without help from OS · 142ddfc0
      Floris Bos authored
      Minimal implementation for reading/writing files in the root
      directory of a FAT16/FAT32 file system.
      
      Can read/write from raw disk devices, and no longer relies on
      operating system support for mounting the file system.
      
      Currently assumes Imager will always be run on 'little endian'
      architectures such as Intel and ARM (at least under Linux).
      If there is a use-case for big-endian (anybody still using Sparc?)
      this may be revisited later.
      142ddfc0
  6. Nov 06, 2022
    • Floris Bos's avatar
      OSX: fix unmounting drives that have APFS volumes · 30225187
      Floris Bos authored
      - If a drive is formatted APFS it will have a seperate disk
      devices for physical drive (e.g. /dev/disk2) and volumes
      (e.g. /dev/disk3).
      Need to unmount all, or opening the device for
      writing will subsequently fail.
      (User will see an "Error running authopen" error in Imager
      in that case).
      
      - Also do not show APFS volumes seperately in the disk
      selection dialog. List mount points under physical drive
      instead.
      
      Closes #501
      30225187
  7. Oct 15, 2022
  8. Oct 11, 2022
  9. Oct 04, 2022
  10. Oct 03, 2022
  11. Sep 27, 2022
  12. Aug 18, 2022
  13. Jul 31, 2022
  14. Jul 26, 2022
  15. Jul 07, 2022
  16. Jul 02, 2022