Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-04 | Look up and show results in GUI | Thomas White | |
2020-09-02 | New way of loading streams | Thomas White | |
The old way: When a stream is loaded, completely change how many functions including update_imageview() work. The new way: When a steram is loaded, populate the list of filename/event IDs from the stream, and add the stream as a results source | |||
2020-09-02 | Add a drop-down list of results | Thomas White | |
2020-09-02 | Fix job tracking logic | Thomas White | |
2020-08-25 | Implement progress bar for indexing via generic interface | Thomas White | |
2020-08-25 | Create a progress bar for each running job | Thomas White | |
2020-08-25 | Final (?) version of backend API | Thomas White | |
2020-08-21 | Redefine backend interface functions | Thomas White | |
2020-08-21 | Framework for backend parameters via GUI | Thomas White | |
2020-08-20 | Add image information popup | Thomas White | |
2020-08-19 | Remove STREAM_UNITCELL and STREAM_CRYSTALS | Thomas White | |
These flags weren't orthogonal at all, which was turning some routines into spaghetti-code. It's still possible to avoid read/write of peak lists, reflection data or image data. But that's it. | |||
2020-08-19 | Make Stream responsible for its own DataTemplate | Thomas White | |
It makes no sense for a different DataTemplate to be used for every frame in a stream. And this way makes everything much easier for users ot the API. | |||
2020-08-13 | GUI: Add some more task buttons | Thomas White | |
2020-08-13 | Add icon SVG and use for window icon | Thomas White | |
2020-08-13 | GUI: Sketch out indexing options etc | Thomas White | |
2020-08-12 | GUI: Better scrolling to end of text output | Thomas White | |
2020-08-11 | GUI: Add random image button | Thomas White | |
2020-08-11 | Formatting | Thomas White | |
2020-08-11 | GUI: Request image data when loading stream | Thomas White | |
2020-07-29 | New way of injecting version information | Thomas White | |
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them. | |||
2020-07-29 | Add --no-image-data and --no-mask-data | Thomas White | |
2020-07-29 | crystal[s] | Thomas White | |
2020-07-29 | Show cell parameters in GUI | Thomas White | |
2020-07-29 | Show reflections in GUI | Thomas White | |
2020-07-29 | Disable widgets in "Load data" dialog | Thomas White | |
2020-07-29 | Reset zoom when loading new data | Thomas White | |
If the image size changes, bad things happen. | |||
2020-07-29 | Show peaks after loading stream | Thomas White | |
2020-07-29 | Remove old message | Thomas White | |
2020-07-29 | Let caller (rather than CrystFELImageView) own the image structure | Thomas White | |
2020-07-29 | Image selection when reading from stream | Thomas White | |
2020-07-29 | Special cases for stream | Thomas White | |
2020-07-29 | Load stream | Thomas White | |
2020-07-29 | Store the actual DataTemplate in GUI project struct | Thomas White | |
2020-07-29 | Add default_project (and add Stream to GUI project struct) | Thomas White | |
2020-07-29 | Use g_free where appropriate | Thomas White | |
2020-07-29 | Fix order of operations when loading data | Thomas White | |
Retains the old configuration if the geometry file is bad Avoids trying to load old images with new DataTemplate | |||
2020-07-29 | "Load stream" option | Thomas White | |
2020-07-29 | Find data -> Load data | Thomas White | |
This is a better name, because it includes loading a stream (and possibly more later). | |||
2020-07-29 | Remove events.c, part 2 | Thomas White | |
New event parsing, done at the last minute in image-hdf5.c | |||
2020-07-29 | Show event ID in GUI | Thomas White | |
2020-07-29 | Expand event list | Thomas White | |
2020-07-29 | Set "Show peaks" toggle after loading project | Thomas White | |
2020-07-29 | Feedback when saving session | Thomas White | |
2020-07-29 | Load/save show_peaks | Thomas White | |
2020-07-29 | Confirm exit and save project | Thomas White | |
2020-07-29 | Move match_filename() to gui_project | Thomas White | |
2020-07-29 | Basic project persistence | Thomas White | |
2020-07-29 | Add brightness slider | Thomas White | |
This can be improved a lot... | |||
2020-07-29 | Info/progress bar stuff | Thomas White | |
2020-07-29 | wait() on indexamajig children | Thomas White | |