summaryrefslogtreecommitdiff
path: root/cmd/rescribe/gui.go
AgeCommit message (Expand)Author
2022-03-21Update tessdata to only include a few trainingsNick White
2022-03-21rescribe: fix bug in gui where choosing "other" then cancelling would leave t...Nick White
2022-03-21rescribe: move getBookIdFromUrl() to gbook.go, and add tests for itNick White
2022-03-21rescribe: Remove unneeded clause and add example urls for gbook id functionNick White
2022-03-21added support for new type of Google Books URLSAntonia Rescribe
2022-03-21rescribe: Simplify disabling and enabling common widgetsNick White
2022-03-21rescribe: disable & enable checkboxes alongside other parts when processingNick White
2022-03-21Only generate full-size PDF if requestedNick White
2022-03-11Add initial support for full-size PDF generationNick White
2022-02-28rescribe: improve layout of completed popupNick White
2022-02-28rescribe: Add popup on completion reporting where files were savedNick White
2022-02-28rescribe: Improve wording of training dropdownNick White
2022-02-28Add PreNoWipe queue, that just does binarisation but no wipingNick White
2022-02-24rescribe: Improve getgbook failure error dialog by keeping it simpleNick White
2022-02-23rescribe: Add embedded support for getgbook, for linux only so farNick White
2022-02-21rescribe: Add getgbook use to the GUI (not embedded yet)Nick White
2022-02-14rescribe: Add gui elements for getgbook integration (wip)Nick White
2022-01-31rescribe: remove unnecessary extra cancel calls; anything which errors should...Nick White
2022-01-31Ensure cancel is sent to any errant processes in case of an error, and stick ...Nick White
2022-01-31rescribe: Add context cancelling to extractPdfImgs(), so it's no longer possi...Nick White
2022-01-31rescribe: fix bug where a successful run would segfaultNick White
2022-01-31Make pipeline context-aware, so the rescribe tool can cancel jobsNick White
2022-01-17rescribe: Surface errors properly, with a dialogue boxNick White
2022-01-17rescribe: Show friendly names for the trainings, and hide "osd" trainingNick White
2022-01-10rescribe: Increase size of file & folder picker dialog windowsNick White
2022-01-10rescribe: Put log in an accordion, disable buttons when processing, and don't...Nick White
2022-01-10rescribe: ensure books with a space in the name are handled correctly in the guiNick White
2022-01-10rescribe: handle PDF errors much more gracefullyNick White
2022-01-04rescribe: parse stdout and set progress bar based on it, using appropriate la...Nick White
2022-01-04rescribe: Restrict file types to select for .pdf and .traineddata file pickersNick White
2022-01-04rescribe: add select box to choose training to use, including an Other... optionNick White
2021-12-20rescribe: Ensure temporary tesseract data is only removed when the program en...Nick White
2021-12-20rescribe: Improve layout of gui, and make dir entry box read onlyNick White
2021-12-20rescribe: add "Choose PDF" button, and make chosen dir/file section a label r...Nick White
2021-12-20fixed -png flag and changed rescribe tool to save binarized png in separate f...Antonia Rescribe
2021-12-20rescribe: Include stderr in log area, and ensure button is re-enabled on failureNick White
2021-11-23gofmt, plus update documentation of recently changed pipeline.UploadImagesNick White
2021-10-26rescribe: Separate gui code, and organise it better (should be no functional ...Nick White