Skip to content

Commit beaa397

Browse files
images: Add icon "image-x-generic"
Used in the new filebrowser plugin.
1 parent 30a7fd5 commit beaa397

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

images/README-svg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
These SVG files have been optimized with "svgo" (https://github.com/svg/svgo)
1+
These SVG files are based on the Paper Icon Set with slightly different colors
2+
(https://github.com/snwh/paper-icon-theme/tree/master/Paper/scalable).
3+
The light icons use "#555", the dark ones "#ccc" for the "fill" attribute.
4+
5+
They have been optimized with "svgo" (https://github.com/svg/svgo)
26
and then un-optimized as shown below to work around the following librsvg bug:
37
https://bugzilla.gnome.org/show_bug.cgi?id=620923
48

images/dark/image-x-generic.svg

Lines changed: 1 addition & 0 deletions
Loading

images/image-x-generic.svg

Lines changed: 1 addition & 0 deletions
Loading

src/libaudgui/images.gresource.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<file>go-previous.svg</file>
4040
<file>go-up.svg</file>
4141
<file>help-about.svg</file>
42+
<file>image-x-generic.svg</file>
4243
<file>insert-text.svg</file>
4344
<file>list-add.svg</file>
4445
<file>list-remove.svg</file>

src/libaudqt/images.qrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<file alias="go-previous.svg">../../images/go-previous.svg</file>
4646
<file alias="go-up.svg">../../images/go-up.svg</file>
4747
<file alias="help-about.svg">../../images/help-about.svg</file>
48+
<file alias="image-x-generic.svg">../../images/image-x-generic.svg</file>
4849
<file alias="insert-text.svg">../../images/insert-text.svg</file>
4950
<file alias="list-add.svg">../../images/list-add.svg</file>
5051
<file alias="list-remove.svg">../../images/list-remove.svg</file>
@@ -110,6 +111,7 @@
110111
<file alias="go-previous.svg">../../images/dark/go-previous.svg</file>
111112
<file alias="go-up.svg">../../images/dark/go-up.svg</file>
112113
<file alias="help-about.svg">../../images/dark/help-about.svg</file>
114+
<file alias="image-x-generic.svg">../../images/dark/image-x-generic.svg</file>
113115
<file alias="insert-text.svg">../../images/dark/insert-text.svg</file>
114116
<file alias="list-add.svg">../../images/dark/list-add.svg</file>
115117
<file alias="list-remove.svg">../../images/dark/list-remove.svg</file>

0 commit comments

Comments
 (0)