diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2020-08-24 07:02:03 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-27 15:38:02 +0200 |
commit | ebba297b42a54211ba501fd254b629a15ecf5028 (patch) | |
tree | a4bc7465371ad97844415f2d98740123eaf18f0f /Base | |
parent | 0bb2025b69a4f07dfb518023f205ae3e331fedf0 (diff) | |
download | serenity-ebba297b42a54211ba501fd254b629a15ecf5028.zip |
Base: Move 16x16 common icons to /res/icons/16x16/
Drops the '16' suffix from filenames. Resizes inconsistent
audio-volume icons to intended size.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/16x16/audio-volume-high.png | bin | 0 -> 190 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/audio-volume-low.png | bin | 0 -> 183 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/audio-volume-medium.png | bin | 0 -> 194 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/audio-volume-muted.png | bin | 0 -> 232 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/audio-volume-zero.png | bin | 0 -> 165 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/breakpoint.png (renamed from Base/res/icons/breakpoint.png) | bin | 212 -> 212 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/clipboard.png (renamed from Base/res/icons/clipboard.png) | bin | 1813 -> 1813 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/continue.png (renamed from Base/res/icons/continue16.png) | bin | 251 -> 251 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/gear.png (renamed from Base/res/icons/gear16.png) | bin | 321 -> 321 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/highpriority.png (renamed from Base/res/icons/highpriority16.png) | bin | 1078 -> 1078 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/kill.png (renamed from Base/res/icons/kill16.png) | bin | 354 -> 354 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/lowpriority.png (renamed from Base/res/icons/lowpriority16.png) | bin | 1126 -> 1126 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/normalpriority.png (renamed from Base/res/icons/normalpriority16.png) | bin | 1008 -> 1008 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/paste.png (renamed from Base/res/icons/paste16.png) | bin | 1921 -> 1921 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/stop-hand.png (renamed from Base/res/icons/stop16.png) | bin | 299 -> 299 bytes | |||
-rw-r--r-- | Base/res/icons/SystemMenu.ini | 2 | ||||
-rw-r--r-- | Base/res/icons/audio-volume-high.png | bin | 196 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/audio-volume-low.png | bin | 180 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/audio-volume-medium.png | bin | 192 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/audio-volume-muted.png | bin | 230 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/audio-volume-zero.png | bin | 163 -> 0 bytes | |||
-rw-r--r-- | Base/res/welcome.txt | 2 |
22 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/icons/16x16/audio-volume-high.png b/Base/res/icons/16x16/audio-volume-high.png Binary files differnew file mode 100644 index 0000000000..2ef602a4bb --- /dev/null +++ b/Base/res/icons/16x16/audio-volume-high.png diff --git a/Base/res/icons/16x16/audio-volume-low.png b/Base/res/icons/16x16/audio-volume-low.png Binary files differnew file mode 100644 index 0000000000..b93e4a6617 --- /dev/null +++ b/Base/res/icons/16x16/audio-volume-low.png diff --git a/Base/res/icons/16x16/audio-volume-medium.png b/Base/res/icons/16x16/audio-volume-medium.png Binary files differnew file mode 100644 index 0000000000..53fadc34ff --- /dev/null +++ b/Base/res/icons/16x16/audio-volume-medium.png diff --git a/Base/res/icons/16x16/audio-volume-muted.png b/Base/res/icons/16x16/audio-volume-muted.png Binary files differnew file mode 100644 index 0000000000..bd0d79bc07 --- /dev/null +++ b/Base/res/icons/16x16/audio-volume-muted.png diff --git a/Base/res/icons/16x16/audio-volume-zero.png b/Base/res/icons/16x16/audio-volume-zero.png Binary files differnew file mode 100644 index 0000000000..7b73c82e99 --- /dev/null +++ b/Base/res/icons/16x16/audio-volume-zero.png diff --git a/Base/res/icons/breakpoint.png b/Base/res/icons/16x16/breakpoint.png Binary files differindex 743b9db5aa..743b9db5aa 100644 --- a/Base/res/icons/breakpoint.png +++ b/Base/res/icons/16x16/breakpoint.png diff --git a/Base/res/icons/clipboard.png b/Base/res/icons/16x16/clipboard.png Binary files differindex 184c93c285..184c93c285 100644 --- a/Base/res/icons/clipboard.png +++ b/Base/res/icons/16x16/clipboard.png diff --git a/Base/res/icons/continue16.png b/Base/res/icons/16x16/continue.png Binary files differindex 3898fdf144..3898fdf144 100644 --- a/Base/res/icons/continue16.png +++ b/Base/res/icons/16x16/continue.png diff --git a/Base/res/icons/gear16.png b/Base/res/icons/16x16/gear.png Binary files differindex f015ba37c7..f015ba37c7 100644 --- a/Base/res/icons/gear16.png +++ b/Base/res/icons/16x16/gear.png diff --git a/Base/res/icons/highpriority16.png b/Base/res/icons/16x16/highpriority.png Binary files differindex 8146b503a1..8146b503a1 100644 --- a/Base/res/icons/highpriority16.png +++ b/Base/res/icons/16x16/highpriority.png diff --git a/Base/res/icons/kill16.png b/Base/res/icons/16x16/kill.png Binary files differindex 0b239ea7ad..0b239ea7ad 100644 --- a/Base/res/icons/kill16.png +++ b/Base/res/icons/16x16/kill.png diff --git a/Base/res/icons/lowpriority16.png b/Base/res/icons/16x16/lowpriority.png Binary files differindex 85dc6ef219..85dc6ef219 100644 --- a/Base/res/icons/lowpriority16.png +++ b/Base/res/icons/16x16/lowpriority.png diff --git a/Base/res/icons/normalpriority16.png b/Base/res/icons/16x16/normalpriority.png Binary files differindex ef89d0728a..ef89d0728a 100644 --- a/Base/res/icons/normalpriority16.png +++ b/Base/res/icons/16x16/normalpriority.png diff --git a/Base/res/icons/paste16.png b/Base/res/icons/16x16/paste.png Binary files differindex f5eeebf223..f5eeebf223 100644 --- a/Base/res/icons/paste16.png +++ b/Base/res/icons/16x16/paste.png diff --git a/Base/res/icons/stop16.png b/Base/res/icons/16x16/stop-hand.png Binary files differindex a7b44fb6ed..a7b44fb6ed 100644 --- a/Base/res/icons/stop16.png +++ b/Base/res/icons/16x16/stop-hand.png diff --git a/Base/res/icons/SystemMenu.ini b/Base/res/icons/SystemMenu.ini index 4c2d7a2be2..a0454ec0d8 100644 --- a/Base/res/icons/SystemMenu.ini +++ b/Base/res/icons/SystemMenu.ini @@ -4,6 +4,6 @@ Demos=/res/icons/16x16/app-demo.png #Games= #Graphics= #Internet= -Settings=/res/icons/gear16.png +Settings=/res/icons/16x16/gear.png Sound=/res/icons/16x16/filetype-music.png #Utilities= diff --git a/Base/res/icons/audio-volume-high.png b/Base/res/icons/audio-volume-high.png Binary files differdeleted file mode 100644 index 7587917809..0000000000 --- a/Base/res/icons/audio-volume-high.png +++ /dev/null diff --git a/Base/res/icons/audio-volume-low.png b/Base/res/icons/audio-volume-low.png Binary files differdeleted file mode 100644 index 839e2cb3a8..0000000000 --- a/Base/res/icons/audio-volume-low.png +++ /dev/null diff --git a/Base/res/icons/audio-volume-medium.png b/Base/res/icons/audio-volume-medium.png Binary files differdeleted file mode 100644 index d190691578..0000000000 --- a/Base/res/icons/audio-volume-medium.png +++ /dev/null diff --git a/Base/res/icons/audio-volume-muted.png b/Base/res/icons/audio-volume-muted.png Binary files differdeleted file mode 100644 index ced31e0e5c..0000000000 --- a/Base/res/icons/audio-volume-muted.png +++ /dev/null diff --git a/Base/res/icons/audio-volume-zero.png b/Base/res/icons/audio-volume-zero.png Binary files differdeleted file mode 100644 index a14917d983..0000000000 --- a/Base/res/icons/audio-volume-zero.png +++ /dev/null diff --git a/Base/res/welcome.txt b/Base/res/welcome.txt index 8e4a900055..ea8605ea7b 100644 --- a/Base/res/welcome.txt +++ b/Base/res/welcome.txt @@ -55,7 +55,7 @@ This is all possibly by using HackStudio, Visual Builder, Terminal, and the (optional) GNU tools. * Multimedia -$ /res/icons/audio-volume-medium.png +$ /res/icons/16x16/audio-volume-medium.png > Draw while playing your favorite songs! Serenity includes the Piano, which allows you to create your own tunes by simply pressing keys on the keyboard. You can pick the wavetype, octave, and |