aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-08-24 13:27:57 +0200
committerThomas White <taw@physics.org>2022-08-24 13:56:06 +0200
commit606d42de1570307bf39e8955cc56d074c5f855d3 (patch)
tree6b962b91653172d50fdf78e2660f9b9d1791a076 /ChangeLog
parent4464b2fc8d2840d489a839e4973fab1e71144efc (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de38c04b..ccf8d085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@ Changes in this development version
- partialator: Use default event ID when none given in --custom-split
- Dropped support for pre-2015 stream formats
- Recognise '.nx5' as HDF5
+- GUI: Add custom icons for tasks
- GUI: Optionally show resolution rings
- GUI: Use sbatch/scancel/scontrol instead of SLURM API
- GUI: Honour fixed profile radius for single frame indexing (#61)