From 7c5b283d1c1c852f524c800900dd725224c76549 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 2 Dec 2022 11:30:10 +0100 Subject: 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. --- data/crystfel-ambiguity.png | Bin 0 -> 2673 bytes data/crystfel-export.png | Bin 0 -> 942 bytes data/crystfel-fom.png | Bin 0 -> 1617 bytes data/crystfel-index-all.png | Bin 0 -> 1826 bytes data/crystfel-index-frame.png | Bin 0 -> 1844 bytes data/crystfel-load-data.png | Bin 0 -> 1045 bytes data/crystfel-merge.png | Bin 0 -> 2854 bytes data/crystfel-peak-detection.png | Bin 0 -> 1419 bytes data/crystfel-unitcell.png | Bin 0 -> 1416 bytes data/crystfel.gresource.xml | 14 +++++++++++--- data/crystfel.png | Bin 0 -> 1370 bytes 11 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 data/crystfel-ambiguity.png create mode 100644 data/crystfel-export.png create mode 100644 data/crystfel-fom.png create mode 100644 data/crystfel-index-all.png create mode 100644 data/crystfel-index-frame.png create mode 100644 data/crystfel-load-data.png create mode 100644 data/crystfel-merge.png create mode 100644 data/crystfel-peak-detection.png create mode 100644 data/crystfel-unitcell.png create mode 100644 data/crystfel.png (limited to 'data') diff --git a/data/crystfel-ambiguity.png b/data/crystfel-ambiguity.png new file mode 100644 index 00000000..572f1f35 Binary files /dev/null and b/data/crystfel-ambiguity.png differ diff --git a/data/crystfel-export.png b/data/crystfel-export.png new file mode 100644 index 00000000..5e062125 Binary files /dev/null and b/data/crystfel-export.png differ diff --git a/data/crystfel-fom.png b/data/crystfel-fom.png new file mode 100644 index 00000000..62fe5a97 Binary files /dev/null and b/data/crystfel-fom.png differ diff --git a/data/crystfel-index-all.png b/data/crystfel-index-all.png new file mode 100644 index 00000000..02c531ff Binary files /dev/null and b/data/crystfel-index-all.png differ diff --git a/data/crystfel-index-frame.png b/data/crystfel-index-frame.png new file mode 100644 index 00000000..810115c8 Binary files /dev/null and b/data/crystfel-index-frame.png differ diff --git a/data/crystfel-load-data.png b/data/crystfel-load-data.png new file mode 100644 index 00000000..bd74af46 Binary files /dev/null and b/data/crystfel-load-data.png differ diff --git a/data/crystfel-merge.png b/data/crystfel-merge.png new file mode 100644 index 00000000..599a9ce9 Binary files /dev/null and b/data/crystfel-merge.png differ diff --git a/data/crystfel-peak-detection.png b/data/crystfel-peak-detection.png new file mode 100644 index 00000000..dc06e33e Binary files /dev/null and b/data/crystfel-peak-detection.png differ diff --git a/data/crystfel-unitcell.png b/data/crystfel-unitcell.png new file mode 100644 index 00000000..c36ea5d7 Binary files /dev/null and b/data/crystfel-unitcell.png 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 @@ + crystfel.svg crystfel-ambiguity.svg - crystfel.desktop crystfel-export.svg crystfel-fom.svg - crystfel.gresource.xml crystfel-index-all.svg crystfel-index-frame.svg crystfel-load-data.svg crystfel-merge.svg crystfel-peak-detection.svg - crystfel.svg crystfel-unitcell.svg + crystfel.png + crystfel-ambiguity.png + crystfel-export.png + crystfel-fom.png + crystfel-index-all.png + crystfel-index-frame.png + crystfel-load-data.png + crystfel-merge.png + crystfel-peak-detection.png + crystfel-unitcell.png diff --git a/data/crystfel.png b/data/crystfel.png new file mode 100644 index 00000000..f1b2cba7 Binary files /dev/null and b/data/crystfel.png differ -- cgit v1.2.3