Update icons
- Add new logo, category icons for 3D printing, home automation and language specific operating systems. - chmod 644 icons
6
debian/changelog
vendored
|
@ -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
|
||||
supports it by "init_format": "cloudinit" | "systemd" in the
|
||||
|
@ -14,8 +14,10 @@ rpi-imager (1.6.3) unstable; urgency=medium
|
|||
* Add Slovenija translation
|
||||
* Adds support for zstd
|
||||
* 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
|
||||
|
||||
|
|
BIN
icons/cat_3d_printing.png
Normal file
After Width: | Height: | Size: 433 B |
0
icons/cat_emulation_and_games.png
Executable file → Normal file
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
BIN
icons/cat_home_automation.png
Normal file
After Width: | Height: | Size: 466 B |
BIN
icons/cat_language_specific_operating_systems.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
0
icons/cat_media_players.png
Executable file → Normal file
Before Width: | Height: | Size: 572 B After Width: | Height: | Size: 572 B |
0
icons/cat_misc_utility_images.png
Executable file → Normal file
Before Width: | Height: | Size: 554 B After Width: | Height: | Size: 554 B |
0
icons/cat_other_general_purpose_operating_systems.png
Executable file → Normal file
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
0
icons/cat_other_specific_purpose_operating_systems.png
Executable file → Normal file
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 423 B |
0
icons/cat_raspberry_pi_os.png
Executable file → Normal file
Before Width: | Height: | Size: 1,010 B After Width: | Height: | Size: 1,010 B |
0
icons/erase.png
Executable file → Normal file
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 396 B |
BIN
icons/logo_stacked_imager.png
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 68 KiB |
BIN
icons/rpi2.png
Before Width: | Height: | Size: 10 KiB |
0
icons/use_custom.png
Executable file → Normal file
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
2
main.qml
|
@ -63,7 +63,7 @@ ApplicationWindow {
|
|||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: window.height > 700 ? "icons/rpi2-hires.png" : "icons/rpi2.png"
|
||||
source: "icons/logo_stacked_imager.png"
|
||||
width: window.width
|
||||
height: window.height/2
|
||||
}
|
||||
|
|
6
qml.qrc
|
@ -3,11 +3,9 @@
|
|||
<file>main.qml</file>
|
||||
<file>qtquickcontrols2.conf</file>
|
||||
<file>icons/rpi-imager.ico</file>
|
||||
<file>icons/rpi2.png</file>
|
||||
<file>fonts/Roboto-Bold.ttf</file>
|
||||
<file>fonts/Roboto-Light.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_right_40px.svg</file>
|
||||
<file>icons/ic_sd_storage_40px.svg</file>
|
||||
|
@ -30,5 +28,9 @@
|
|||
<file>icons/ic_info_12px.png</file>
|
||||
<file>keymap-layouts.txt</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>
|
||||
</RCC>
|
||||
|
|