aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
AgeCommit message (Expand)Author
2020-07-29Shut down indexamajig process on exitThomas White
2020-07-29Signal the entire process group to end indexamajigThomas White
2020-07-29Don't bother creating pipes that aren't usedThomas White
2020-07-29Remove info bar when indexamajig exitsThomas White
2020-07-29Better way to do subprocessesThomas White
2020-07-29Implement save_project()Thomas White
2020-07-29Move GUI project structure stuff to gui_project.hThomas White
2020-07-29Info/progress bar stuffThomas White
2020-07-29Actually kill indexamajig process when "Cancel" pressedThomas White
2020-07-29Show actual percentage processed in progress barThomas White
2020-07-29wait() on indexamajig childrenThomas White
2020-07-29Add info bar / progress barThomas White
2020-07-29Strip newlines from indexamajig output in GUIThomas White
2020-07-29Pass through parameters for peakfinder8Thomas White
2020-07-29Actually run indexamajigThomas White
2020-07-29Pass indexing algorithm to backendThomas White
2020-07-29Skeleton indexing and backend stuffThomas White