From 606d42de1570307bf39e8955cc56d074c5f855d3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 24 Aug 2022 13:27:57 +0200 Subject: GUI: Add custom task icons Previously, the task buttons used stock icons chosen to approximately fit the task when displayed with the icon theme on my computers. But they don't fit so well in other themes, and sometimes no icon is shown at all. So, now they have their own icons, specifically designed for CrystFEL. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/9 --- data/crystfel-ambiguity.svg | 113 ++++++++++++++++ data/crystfel-export.svg | 86 ++++++++++++ data/crystfel-fom.svg | 91 +++++++++++++ data/crystfel-index-all.svg | 245 ++++++++++++++++++++++++++++++++++ data/crystfel-index-frame.svg | 220 +++++++++++++++++++++++++++++++ data/crystfel-load-data.svg | 131 +++++++++++++++++++ data/crystfel-merge.svg | 276 +++++++++++++++++++++++++++++++++++++++ data/crystfel-peak-detection.svg | 83 ++++++++++++ data/crystfel-unitcell.svg | 100 ++++++++++++++ 9 files changed, 1345 insertions(+) create mode 100644 data/crystfel-ambiguity.svg create mode 100644 data/crystfel-export.svg create mode 100644 data/crystfel-fom.svg create mode 100644 data/crystfel-index-all.svg create mode 100644 data/crystfel-index-frame.svg create mode 100644 data/crystfel-load-data.svg create mode 100644 data/crystfel-merge.svg create mode 100644 data/crystfel-peak-detection.svg create mode 100644 data/crystfel-unitcell.svg (limited to 'data') diff --git a/data/crystfel-ambiguity.svg b/data/crystfel-ambiguity.svg new file mode 100644 index 00000000..c0841de5 --- /dev/null +++ b/data/crystfel-ambiguity.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/data/crystfel-export.svg b/data/crystfel-export.svg new file mode 100644 index 00000000..3f744640 --- /dev/null +++ b/data/crystfel-export.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/data/crystfel-fom.svg b/data/crystfel-fom.svg new file mode 100644 index 00000000..8865d399 --- /dev/null +++ b/data/crystfel-fom.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/data/crystfel-index-all.svg b/data/crystfel-index-all.svg new file mode 100644 index 00000000..2c14d53a --- /dev/null +++ b/data/crystfel-index-all.svg @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/crystfel-index-frame.svg b/data/crystfel-index-frame.svg new file mode 100644 index 00000000..be3ae7cc --- /dev/null +++ b/data/crystfel-index-frame.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/crystfel-load-data.svg b/data/crystfel-load-data.svg new file mode 100644 index 00000000..a2f3aa81 --- /dev/null +++ b/data/crystfel-load-data.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/crystfel-merge.svg b/data/crystfel-merge.svg new file mode 100644 index 00000000..21cd1a2c --- /dev/null +++ b/data/crystfel-merge.svg @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/crystfel-peak-detection.svg b/data/crystfel-peak-detection.svg new file mode 100644 index 00000000..004d9fd6 --- /dev/null +++ b/data/crystfel-peak-detection.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + diff --git a/data/crystfel-unitcell.svg b/data/crystfel-unitcell.svg new file mode 100644 index 00000000..0e38d0ee --- /dev/null +++ b/data/crystfel-unitcell.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3