aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-27 17:09:15 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-27 17:09:15 +0000
commitf35d5f15f4053599529db9e78b63ca02aa18372a (patch)
tree3b5f3f7de34357b4ed2e571902baface71213961 /image
parent93218a7c76f1ab7653ebd668325950ae75f4d8ff (diff)
Add "+", "-", and "copy" images. Document their origins.
svn path=/trunk/; revision=46807
Diffstat (limited to 'image')
-rw-r--r--image/README.image5
-rw-r--r--image/copy-8.pngbin0 -> 170 bytes
-rw-r--r--image/copy-8.xcfbin0 -> 667 bytes
-rw-r--r--image/minus-8.pngbin0 -> 75 bytes
-rw-r--r--image/plus-8.pngbin0 -> 82 bytes
-rw-r--r--image/toolbar.qrc5
6 files changed, 10 insertions, 0 deletions
diff --git a/image/README.image b/image/README.image
index 9ceb7bc22e..88d6a5aa1a 100644
--- a/image/README.image
+++ b/image/README.image
@@ -60,3 +60,8 @@ image/capture_comment.svg Capture comment (annotation) icons
image/capture_comment_add.png created from elements in
image/capture_comment_disabled.png accessories-text-editor.svg and
image/capture_comment_update.png paper-sheets.svg
+
+plus-8.png OS X style add / remove icons. Created by Peter Hosey.
+minus-8.png Released under CC-PD.
+
+copy-8.png OS X style copy icon. \ No newline at end of file
diff --git a/image/copy-8.png b/image/copy-8.png
new file mode 100644
index 0000000000..efdec47b11
--- /dev/null
+++ b/image/copy-8.png
Binary files differ
diff --git a/image/copy-8.xcf b/image/copy-8.xcf
new file mode 100644
index 0000000000..3be9d711f5
--- /dev/null
+++ b/image/copy-8.xcf
Binary files differ
diff --git a/image/minus-8.png b/image/minus-8.png
new file mode 100644
index 0000000000..8fe9a8d4a7
--- /dev/null
+++ b/image/minus-8.png
Binary files differ
diff --git a/image/plus-8.png b/image/plus-8.png
new file mode 100644
index 0000000000..c4b2097f5f
--- /dev/null
+++ b/image/plus-8.png
Binary files differ
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index 7f2bfca642..e83c0b4c3a 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -10,4 +10,9 @@
<file alias="wiki_24.xpm">toolbar/wiki_24.xpm</file>
<file alias="wsicon-ask.png">wsicon-ask.png</file>
</qresource>
+ <qresource prefix="/stock">
+ <file>minus-8.png</file>
+ <file>plus-8.png</file>
+ <file>copy-8.png</file>
+ </qresource>
</RCC>