Commit graph

492 commits

Author SHA1 Message Date
Floris Bos
8837d7e897 Maintain per-thread QNetworkDiskCache
Ref #442
2022-07-26 22:45:06 +02:00
maxnet
e0dc78d0a5
Merge pull request #436 from jose1711/sktran_update
Update Slovak translation
2022-07-26 22:27:18 +02:00
maxnet
280469c50f
Merge pull request #450 from marcelpetrick/mpe/clazy
code-quality: fixed all range-loop warnings which were reported from clazy
2022-07-26 22:26:07 +02:00
maxnet
ff9004ff0d
Merge pull request #455 from shlyakpavel/patch-1
Allow selection of files without extension
2022-07-26 22:25:38 +02:00
maxnet
e0921f5c6e
Merge pull request #458 from RuffaloLavoisier/copyedit
Rpi-imager_ko : some copy-edit
2022-07-26 22:25:14 +02:00
RuffaloLavoisier
4826096860 Rpi-imager_ko : some copy-edit
-Fix sentence
-Translate remaining untranslated
-Update wireless LAN words
2022-07-08 03:38:52 +09:00
Pavel Shliak
4f8980d48e
Allow selection of files without extension
I have automatically generated images that do not match *.* as filename contains no dots. I have to rename them every time :(
2022-07-02 16:48:30 +03:00
Floris Bos
cb415a6a02 Linux: allow using GnuTLS instead of OpenSSL for computing SHA256 hashes
Prevents issues with often changing OpenSSL ABI.

Ref #429
2022-06-14 16:13:55 +02:00
Marcel Petrick
829c200fd1 code-quality: fixed all range-loop warnings which were reported from clazy.
See: `rpi-imager/src/downloadthread.cpp:1015:14: warning: Missing reference in range-for with non trivial type (QByteArray) [clazy-range-loop]`
2022-06-08 17:54:06 +02:00
Jose Riha
7b27e63dac Update Slovak translation 2022-05-09 22:07:43 +02:00
Floris Bos
8d943ce2bd Remove overscan/piwiz supression options
- Remove overscan and piwiz supression option
- Change wifi -> wireless LAN
- Bump version
2022-03-24 20:06:14 +01:00
Floris Bos
93811dfdbd Only bundle Droid fallback font on Embedded edition
Normal Linux/Windows/Mac should have support for Asian fonts
themselves.
2022-03-24 20:04:24 +01:00
maxnet
6861a2aa16
Merge pull request #379 from RuffaloLavoisier/rfl_ko_patch
Korean translation: update some copyedit
2022-03-24 17:49:41 +01:00
maxnet
d2a92383b6
Merge pull request #362 from lnussel/qml
Add compile time options for telemetry and updates
2022-03-24 17:49:16 +01:00
RuffaloVM
ea055ad1d3 Rpi-imager_ko.ts : add translation 2022-02-26 02:36:50 +09:00
RuffaloVM
29a1efb985 Rpi-imager_ko.ts : exact meaning
<Enable telemetry> is version 1.5 of the Raspberry Pi Imager introduced download telemetry to get a view of which operating systems are the most popular.

Raspberry Pi introduced download telemetry as part of a plan to ensure the most popular operating systems are easier to find in the Raspberry Pi Imager's menu system. It does not collect a device's IP address.
2022-02-26 02:09:18 +09:00
RuffaloVM
a7cadbfaf7 Rpi-imager_ko.ts : some copyedit 2022-02-26 01:46:48 +09:00
Floris Bos
6edd14f044 Embedded: fix password mask character 2022-02-23 16:47:04 +01:00
Floris Bos
78f003fca7 Revert CM4 USB controller back to dwc2
SDXC controller was not playing nice with rpiboot.
2022-02-23 16:03:29 +01:00
maxnet
367b111a77
Merge pull request #376 from okaits/qml
Add Japanese translation No2
2022-02-23 15:49:23 +01:00
okaits
7ff4532840 Add Japanese translation 2022-02-23 11:14:21 +09:00
Floris Bos
6e22670c52 Merge branch 'qml' of github.com:raspberrypi/rpi-imager into qml 2022-02-21 17:50:36 +01:00
Floris Bos
170bcdf152 Fix CUSTOM_IMAGER_REPO EEPROM setting support 2022-02-21 17:49:48 +01:00
Floris Bos
568421f091 Update rpi-imager_de.ts by rejas
Update rpi-imager_de.ts by rejas PR, modified for path
change (i18n -> src/i18n)
Closes #349
2022-02-21 17:48:18 +01:00
Floris Bos
c4cfcd0604 Embedded: fix font support for eastern countries 2022-02-21 17:47:06 +01:00
Floris Bos
0b130540f4 Add Korean patch by RuffaloLavoisier
Closes #348
2022-02-21 17:45:09 +01:00
Gordon Hollingworth
caf3bb83e9
Update telemetry information 2022-02-18 06:49:25 +00:00
Floris Bos
c00a451f6c gz/xz/zstd custom images: pad if image size is not dividable by 512 bytes
Disk image sizes that are not dividable by 512 bytes should not
exist, as that is the minimum sector size any disk can have, and
the smallest unit an OS can write to a disk.

We were already rejecting such image files if we know in advance
the size was wrong, which we can test if they are uncompressed,
if they are in an easy parsable file format such as .zip, or if
the repository meta data indicated the uncompressed size.

However for gz/xz/zstd files this check is not done, and it would
fail at the verification stage instead.
If encountering such corner case, pad the image instead of
failing.

Ref #364
2022-02-16 12:17:40 +01:00
Ludwig Nussel
5d971375f6 Add compile time options for telemetry and updates 2022-02-14 16:03:02 +01:00
Floris Bos
0a07169a8a license.txt: add zstd dependency (BSD licensed) to list 2022-02-14 11:42:35 +01:00
Floris Bos
689d7604ab Windows: CMakelists.txt fix license.txt location 2022-02-14 11:39:11 +01:00
Floris Bos
81b48574a6 Embedded build: use XHCI host-only USB controller block on CM4
Closes #358
2022-02-14 11:13:56 +01:00
Floris Bos
bfcbd6307c Embedded: output errors on console if failed to start 2022-02-14 11:06:54 +01:00
Floris Bos
25947fc199 Add build scripts for embedded (netboot) edition 2022-02-14 11:03:37 +01:00
Floris Bos
71754dd164 Add json schema (as documentation only, verify is not enforced) 2022-02-14 10:10:57 +01:00
Floris Bos
033ff07abf Move source files to /src 2022-02-14 10:07:15 +01:00
Floris Bos
4daff1ba79 Do not enable "set username and password" automatically if public key auth is used 2022-02-14 09:59:08 +01:00
Floris Bos
eb011bb049 Store saved wifi password hashed
Does have the consequence that if the user modifies the SSID, they
will also need to enter the password again, as PBKDF2 scheme hashes
SSID together with password.

Closes #344
2022-02-04 14:19:57 +01:00
Floris Bos
c1234d2ea2 Make buttons blue on keyboard navigation
- Make buttons blue when they have activeFocus to make it more
  clear which button has focus when using keyboard navation.
- By default most components only respond to 'space' on keyboard
  for pressing buttons and toggling checkboxes.
  Map Enter/Return (normal and keypad) as well.
2022-02-04 12:32:12 +01:00
Floris Bos
d91f8d95b1 Fix advanced settings not working if wifiSSIDHidden is not in settings file
- Fix advanced settings not working if users has wifi settings saved
  with previous version of Imager, and user selected "use always"

Ref #343

- Also fix problem where "SSH enabled" is not saved on Mac OS X due
  to the check assuming QSettings stores settings as strings, while
  with the plist stuff on Mac OS X it is stored as boolean.
2022-02-03 18:57:41 +01:00
Floris Bos
b8222915f8 Raspberry Pi (Trading) Limited -> Raspberry Pi Ltd
Same legal entity, just a company name change.

https://find-and-update.company-information.service.gov.uk/company/08207441/filing-history
2022-02-03 12:01:10 +01:00
Floris Bos
078985b312 Fix "error on writing to disk" that sometimes appears after "cancel"
- Do not generate "error on writing to disk" error if it is the
  result of the write being cancelled.
- Mac: QProcess::execute(cmdline) -> QProcess::execute(cmd, args)
  to avoid depreceation warning.
2022-02-03 11:43:29 +01:00
Floris Bos
538cf8c9dd Extend telemetry to include OS Imager is being run on 2022-02-03 11:41:23 +01:00
Floris Bos
3ac4ee7326 On opening advanced settings, focus advanced settings popup
Make keyboard navigation work better.
2022-02-03 11:38:51 +01:00
Floris Bos
4b71b5c305 Give extract thread more time to gracefully terminate on cancellation
Embedded build does not deal well with threads being forcefully
terminated.
So wait 10 seconds instead of 2 before resorting to that.
2022-02-01 19:53:22 +01:00
Floris Bos
0f6115e3a5 Enforce password is filled in if "set user" is checked even when not using SSH
Also fix logic for persisting wheter SSH is enabled.
2022-02-01 16:02:50 +01:00
Floris Bos
9c22346d61 If exiting program while downloading, terminate thread gracefully
Fix "terminate called without an active exception" message on Linux
2022-02-01 15:30:47 +01:00
Floris Bos
43b012f964 Update version / oslist url 2022-01-31 14:29:09 +01:00
Floris Bos
34460f84b8 Advanced settings: rework username/password logic
- Also change group name.
- Outsource changes to /usr/lib/userconf-pi/userconf if present
2022-01-31 14:26:08 +01:00
Floris Bos
2f4fe2f35a Update icons
- Add new logo, category icons for 3D printing, home automation and
  language specific operating systems.
- chmod 644 icons
2022-01-31 13:50:45 +01:00