aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-12-02 11:30:10 +0100
committerThomas White <taw@physics.org>2022-12-02 11:45:08 +0100
commit7c5b283d1c1c852f524c800900dd725224c76549 (patch)
tree013a376f56bb7bfbe175544bb804536a8b8daed2 /data
parente94f6fad97763d9b0b9ad81a935afa109fc35f3c (diff)
GUI: Add PNG versions of all icons
SVG icons are nice, but need a gdk-pixbuf loader which isn't always available. This commit also removes some files that were accidentally included in the gresource.xml file.
Diffstat (limited to 'data')
-rw-r--r--data/crystfel-ambiguity.pngbin0 -> 2673 bytes
-rw-r--r--data/crystfel-export.pngbin0 -> 942 bytes
-rw-r--r--data/crystfel-fom.pngbin0 -> 1617 bytes
-rw-r--r--data/crystfel-index-all.pngbin0 -> 1826 bytes
-rw-r--r--data/crystfel-index-frame.pngbin0 -> 1844 bytes
-rw-r--r--data/crystfel-load-data.pngbin0 -> 1045 bytes
-rw-r--r--data/crystfel-merge.pngbin0 -> 2854 bytes
-rw-r--r--data/crystfel-peak-detection.pngbin0 -> 1419 bytes
-rw-r--r--data/crystfel-unitcell.pngbin0 -> 1416 bytes
-rw-r--r--data/crystfel.gresource.xml14
-rw-r--r--data/crystfel.pngbin0 -> 1370 bytes
11 files changed, 11 insertions, 3 deletions
diff --git a/data/crystfel-ambiguity.png b/data/crystfel-ambiguity.png
new file mode 100644
index 00000000..572f1f35
--- /dev/null
+++ b/data/crystfel-ambiguity.png
Binary files differ
diff --git a/data/crystfel-export.png b/data/crystfel-export.png
new file mode 100644
index 00000000..5e062125
--- /dev/null
+++ b/data/crystfel-export.png
Binary files differ
diff --git a/data/crystfel-fom.png b/data/crystfel-fom.png
new file mode 100644
index 00000000..62fe5a97
--- /dev/null
+++ b/data/crystfel-fom.png
Binary files differ
diff --git a/data/crystfel-index-all.png b/data/crystfel-index-all.png
new file mode 100644
index 00000000..02c531ff
--- /dev/null
+++ b/data/crystfel-index-all.png
Binary files differ
diff --git a/data/crystfel-index-frame.png b/data/crystfel-index-frame.png
new file mode 100644
index 00000000..810115c8
--- /dev/null
+++ b/data/crystfel-index-frame.png
Binary files differ
diff --git a/data/crystfel-load-data.png b/data/crystfel-load-data.png
new file mode 100644
index 00000000..bd74af46
--- /dev/null
+++ b/data/crystfel-load-data.png
Binary files differ
diff --git a/data/crystfel-merge.png b/data/crystfel-merge.png
new file mode 100644
index 00000000..599a9ce9
--- /dev/null
+++ b/data/crystfel-merge.png
Binary files differ
diff --git a/data/crystfel-peak-detection.png b/data/crystfel-peak-detection.png
new file mode 100644
index 00000000..dc06e33e
--- /dev/null
+++ b/data/crystfel-peak-detection.png
Binary files differ
diff --git a/data/crystfel-unitcell.png b/data/crystfel-unitcell.png
new file mode 100644
index 00000000..c36ea5d7
--- /dev/null
+++ b/data/crystfel-unitcell.png
Binary files differ
diff --git a/data/crystfel.gresource.xml b/data/crystfel.gresource.xml
index 7453a58b..c000973a 100644
--- a/data/crystfel.gresource.xml
+++ b/data/crystfel.gresource.xml
@@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/de/desy/CrystFEL">
+ <file>crystfel.svg</file>
<file>crystfel-ambiguity.svg</file>
- <file>crystfel.desktop</file>
<file>crystfel-export.svg</file>
<file>crystfel-fom.svg</file>
- <file>crystfel.gresource.xml</file>
<file>crystfel-index-all.svg</file>
<file>crystfel-index-frame.svg</file>
<file>crystfel-load-data.svg</file>
<file>crystfel-merge.svg</file>
<file>crystfel-peak-detection.svg</file>
- <file>crystfel.svg</file>
<file>crystfel-unitcell.svg</file>
+ <file>crystfel.png</file>
+ <file>crystfel-ambiguity.png</file>
+ <file>crystfel-export.png</file>
+ <file>crystfel-fom.png</file>
+ <file>crystfel-index-all.png</file>
+ <file>crystfel-index-frame.png</file>
+ <file>crystfel-load-data.png</file>
+ <file>crystfel-merge.png</file>
+ <file>crystfel-peak-detection.png</file>
+ <file>crystfel-unitcell.png</file>
</gresource>
</gresources>
diff --git a/data/crystfel.png b/data/crystfel.png
new file mode 100644
index 00000000..f1b2cba7
--- /dev/null
+++ b/data/crystfel.png
Binary files differ