Update icons

- Add new logo, category icons for 3D printing, home automation and
  language specific operating systems.
- chmod 644 icons
This commit is contained in:
Floris Bos 2022-01-31 13:50:45 +01:00
parent 88c565c1b1
commit 2f4fe2f35a
17 changed files with 9 additions and 5 deletions

6
debian/changelog vendored
View file

@ -1,4 +1,4 @@
rpi-imager (1.6.3) unstable; urgency=medium rpi-imager (1.7.0) unstable; urgency=medium
* Only apply advanced settings if the operating system indicates it * Only apply advanced settings if the operating system indicates it
supports it by "init_format": "cloudinit" | "systemd" in the supports it by "init_format": "cloudinit" | "systemd" in the
@ -14,8 +14,10 @@ rpi-imager (1.6.3) unstable; urgency=medium
* Add Slovenija translation * Add Slovenija translation
* Adds support for zstd * Adds support for zstd
* Allow nested subitems entries * Allow nested subitems entries
* Add word-wrapping to OS list (contributed by mzanetti)
* Update icons
-- Floris Bos <bos@je-eigen-domein.nl> Sun, 23 Jan 2022 16:39:46 +0100 -- Floris Bos <bos@je-eigen-domein.nl> Mon, 31 Jan 2022 13:33:47 +0100
rpi-imager (1.6.2) unstable; urgency=medium rpi-imager (1.6.2) unstable; urgency=medium

BIN
icons/cat_3d_printing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

0
icons/cat_emulation_and_games.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

0
icons/cat_media_players.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 572 B

Before After
Before After

0
icons/cat_misc_utility_images.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 554 B

Before After
Before After

0
icons/cat_other_general_purpose_operating_systems.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 297 B

Before After
Before After

0
icons/cat_other_specific_purpose_operating_systems.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 423 B

After

Width:  |  Height:  |  Size: 423 B

Before After
Before After

0
icons/cat_raspberry_pi_os.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1,010 B

After

Width:  |  Height:  |  Size: 1,010 B

Before After
Before After

0
icons/erase.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 396 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

0
icons/use_custom.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B

Before After
Before After

View file

@ -63,7 +63,7 @@ ApplicationWindow {
Layout.fillWidth: true Layout.fillWidth: true
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
source: window.height > 700 ? "icons/rpi2-hires.png" : "icons/rpi2.png" source: "icons/logo_stacked_imager.png"
width: window.width width: window.width
height: window.height/2 height: window.height/2
} }

View file

@ -3,11 +3,9 @@
<file>main.qml</file> <file>main.qml</file>
<file>qtquickcontrols2.conf</file> <file>qtquickcontrols2.conf</file>
<file>icons/rpi-imager.ico</file> <file>icons/rpi-imager.ico</file>
<file>icons/rpi2.png</file>
<file>fonts/Roboto-Bold.ttf</file> <file>fonts/Roboto-Bold.ttf</file>
<file>fonts/Roboto-Light.ttf</file> <file>fonts/Roboto-Light.ttf</file>
<file>fonts/Roboto-Regular.ttf</file> <file>fonts/Roboto-Regular.ttf</file>
<file>icons/rpi2-hires.png</file>
<file>icons/ic_chevron_left_40px.svg</file> <file>icons/ic_chevron_left_40px.svg</file>
<file>icons/ic_chevron_right_40px.svg</file> <file>icons/ic_chevron_right_40px.svg</file>
<file>icons/ic_sd_storage_40px.svg</file> <file>icons/ic_sd_storage_40px.svg</file>
@ -30,5 +28,9 @@
<file>icons/ic_info_12px.png</file> <file>icons/ic_info_12px.png</file>
<file>keymap-layouts.txt</file> <file>keymap-layouts.txt</file>
<file>icons/ic_cog_red.svg</file> <file>icons/ic_cog_red.svg</file>
<file>icons/cat_home_automation.png</file>
<file>icons/cat_language_specific_operating_systems.png</file>
<file>icons/cat_3d_printing.png</file>
<file>icons/logo_stacked_imager.png</file>
</qresource> </qresource>
</RCC> </RCC>