aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
AgeCommit message (Expand)Author
2021-04-01Local BE: Fix ownership of workdir GFileThomas White
2021-04-01GUI: Clean up old tasks when infobar is removedThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2021-03-04SLURM: Set serial offset for indexamajig jobsThomas White
2021-03-04GUI: When starting indexing, prefix relative filenames with ../Thomas White
2021-03-03GUI: Submit indexing jobs as job arrays, not individual jobsThomas White
2021-03-01Local BE: Write a script and run itThomas White
2021-02-22Read job progress from written log files, even for local BEThomas White
2021-02-19Local BE: Implement better progress bars for mergingThomas White
2021-02-18Eliminate duplicate make_job_folder/make_workdirThomas White
2021-02-18GUI: Actually run ambigator (local backend only)Thomas White
2021-02-17GUI: Re-work local backend plumbingThomas White
2021-02-17GUI: Plumbing, ready to run ambigator jobThomas White
2021-02-09Track half-dataset split filenames through gui_merge_resultThomas White
2021-01-20GUI: Implement merge resultsThomas White
2020-12-11result -> indexing_resultThomas White
2020-12-02Local BE: Run mergingThomas White
2020-11-30Pass result to backend for mergingThomas White
2020-11-30Local BE: Genericise subprocess functionsThomas White
2020-10-29Merge backend plumbingThomas White
2020-10-29Tedious option plumbingThomas White
2020-10-22Skeleton for merging via GUIThomas White
2020-09-10Local BE: Remove unused #includeThomas White
2020-09-08Just use project structure in backendsThomas White
2020-09-08Local/SLURM BE: Add full path to stream in resultsThomas White
2020-09-04Local BE: duplicate job titleThomas White
2020-09-04Add results from new indexing jobThomas White
2020-08-31Split up job for submission via SLURMThomas White
2020-08-28Write notes to fileThomas White
2020-08-28s/job title/job name/Thomas White
2020-08-27Fix function prototypes and returns for focus-out-eventThomas White
2020-08-27Construct complete command line for indexamajigThomas White
2020-08-27Local BE: run in working directoryThomas White
2020-08-26Add job title and notes fieldsThomas White
2020-08-26Set backend options on focus out eventThomas White
2020-08-25Implement progress bar for indexing via generic interfaceThomas White
2020-08-25Widget spacingThomas White
2020-08-25Create a progress bar for each running jobThomas White
2020-08-25Factor out convert_intThomas White
2020-08-25Local backend: read number of processesThomas White
2020-08-25Final (?) version of backend APIThomas White
2020-08-21Redefine backend interface functionsThomas White
2020-08-21Framework for backend parameters via GUIThomas White
2020-08-12GUI: Set pgid before execThomas White
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