Commit graph

  • 467eebc175
    Install python3-requests in fedora CI containers Micah Lee 2020-02-24 16:20:01 -0800
  • e074204e17
    Oops, dh-python should not be a build dep. And change classifiers in setup.py to a list instead of a tuple Micah Lee 2020-02-24 16:19:07 -0800
  • 7113ac3c02
    Add missing deps: dh-python for debian, python3-pyxdg for fedora, and python3-requests for both Micah Lee 2020-02-24 15:58:03 -0800
  • 942b1b7fd9
    Pull submodules after checking out code Micah Lee 2020-02-24 15:38:46 -0800
  • 1ff69aac0e
    Add container/scripts to linux package Micah Lee 2020-02-21 16:45:44 -0800
  • 163f482fd1
    change version to 0.0.1 to test packaging Micah Lee 2020-02-21 16:29:00 -0800
  • b21eb914c9
    Remove test job Micah Lee 2020-02-21 16:24:09 -0800
  • b8a9758567
    Start making automated linux package builds in CI Micah Lee 2020-02-21 16:18:45 -0800
  • e7b3d2d030
    Merge pull request #24 from firstlookmedia/11_debian_docker Micah Lee 2020-02-21 16:06:12 -0800
  • 45f78637af
    Add build script and instructions for fedora Micah Lee 2020-02-21 16:04:11 -0800
  • d8e17cb898
    Add debian deps that are required to build the .deb package Micah Lee 2020-02-21 15:39:22 -0800
  • 4a87b6b7b7
    Merge branch 'master' into 11_debian_docker Micah Lee 2020-02-21 15:10:19 -0800
  • ae7c919d8e
    Use docker for ubuntu and debian, and provide GUI for adding user to docker group Micah Lee 2020-02-21 15:07:49 -0800
  • f120daa088
    Update container Micah Lee 2020-02-21 14:32:35 -0800
  • db4a63e95b
    Merge pull request #23 from firstlookmedia/9_macos_open_with Micah Lee 2020-02-21 10:50:43 -0800
  • 1f2607f44a
    Handle macOS file open events Micah Lee 2020-02-21 10:42:56 -0800
  • 2bfc3545ea
    Remove dangerzone from macOS application list Micah Lee 2020-02-21 09:30:05 -0800
  • f6370383d5
    Fix path to macOS icons in pyinstaller spec Micah Lee 2020-02-21 09:28:10 -0800
  • 37366d7bda
    Merge pull request #22 from firstlookmedia/17_windows_pdf_reader Micah Lee 2020-02-20 17:01:23 -0800
  • 1829bd64f5
    Oops, add the correct variables for the installer UI Micah Lee 2020-02-20 16:59:35 -0800
  • 931effc7ce
    In Windows, disable opening of safe PDF, make saving PDF required, and after safe PDF has been created, open Windows explorer with the safe PDF selected Micah Lee 2020-02-20 16:53:25 -0800
  • d01f2eedea
    Rename "open_find_viewer" to "open_pdf_viewer" Micah Lee 2020-02-20 14:32:09 -0800
  • f3cc500886
    Merge pull request #21 from firstlookmedia/19_windows_issues Micah Lee 2020-02-20 13:44:38 -0800
  • 583f8de8ff
    Move Windows icon into share, and make get_resource_path work in Windows Micah Lee 2020-02-20 13:41:56 -0800
  • f0428c775b
    Merge pull request #20 from firstlookmedia/16_windows_installer Micah Lee 2020-02-20 12:33:30 -0800
  • 5747f338dc
    Make sure to pass startupinfo into all subprocesses that are run in windows Micah Lee 2020-02-20 12:31:57 -0800
  • 264429f313
    Call the Windows build script build.bat, and update build instructions Micah Lee 2020-02-20 12:26:24 -0800
  • e796f9aaea
    Finished making a nice WiX installer, but still missing codesigning Micah Lee 2020-02-20 12:23:39 -0800
  • 2ae39db1c1
    Improve make_installer.bat script so that it works in the build dir, and outputs into the dist dir Micah Lee 2020-02-20 11:51:06 -0800
  • 72de53c0c0
    Begin making a WiX msi installer Micah Lee 2020-02-20 11:37:24 -0800
  • 2193be6882
    Merge pull request #18 from firstlookmedia/4_windows Micah Lee 2020-02-20 09:47:42 -0800
  • 65121ed729
    Also pass common into launch_docker_windows function Micah Lee 2020-02-20 09:46:34 -0800
  • 81627379f6
    Pass common into Installer, so Docker Desktop for Windows installer will run Micah Lee 2020-02-20 09:38:49 -0800
  • 960956bc95
    Fix windows build instructions Micah Lee 2020-02-19 14:54:42 -0800
  • 93fc079c17
    Add wmi dependency for windows Micah Lee 2020-02-19 14:27:47 -0800
  • 7a22b98156
    Add notice about building container maybe taking a long time Micah Lee 2020-02-13 16:12:18 -0800
  • e3069e9e05
    Fail early if container pull or build fail Micah Lee 2020-02-13 15:55:28 -0800
  • 791d930a55
    In Windows, add startupinfo to subprocess calls to prevent terminal windows from opening in the background Micah Lee 2020-02-13 15:33:08 -0800
  • 400b8d2b83
    Switch from pipenv to poetry, which has better cross-platform support Micah Lee 2020-02-13 10:21:11 -0800
  • 8974afa2b5
    Working on making pyinstaller work for Windows as well as Mac, sharing the same pyinstaller.spec Micah Lee 2020-02-12 16:50:21 -0800
  • 17a585f614
    Make DockerInstaller also install the Windows version of Docker Micah Lee 2020-02-11 16:48:52 -0800
  • fa524d78b6
    Finish making macOS installer Micah Lee 2020-02-10 14:50:24 -0800
  • 7b6bab5f6b
    Update dangerzone-converter submodule, which hardens the container Micah Lee 2020-02-07 16:34:10 -0800
  • a47325545c
    Merge pull request #7 from firstlookmedia/2_macos_docker Micah Lee 2020-02-07 15:46:42 -0800
  • ff78578910
    If docker is installed but not running, use DockerInstaller to launch it Micah Lee 2020-02-07 15:39:48 -0800
  • b04b6ee96c
    When canceling the docker installer, reject the dialog immediately before quitting the threads, and try to gracefully quit the threads Micah Lee 2020-02-07 15:36:21 -0800
  • 329fa4639b
    Fix get_resource_path for Mac app bundle Micah Lee 2020-02-07 12:07:55 -0800
  • 13aac3348a
    After downloading Docker, install it, launch it for the first time, and once it's ready, re-launch dangerzone Micah Lee 2020-02-07 11:29:43 -0800
  • abb56b68ac
    In macOS, download Docker Desktop for the user if it is not installed Micah Lee 2020-02-06 17:11:46 -0800
  • 70889646be
    Display the dangerous document filename on the tasks widget Micah Lee 2020-01-13 14:46:06 -0800
  • 5c99796496
    Make linux version open all MIME types Micah Lee 2020-01-13 14:41:01 -0800
  • f7ec784c6d
    Update BUILD.md with Mac app instructions Micah Lee 2020-01-13 14:25:49 -0800
  • b6696dab52
    Commit the pyinstaller.spec, including CFBundleDocumentTypes array to open all document formats Micah Lee 2020-01-13 14:16:21 -0800
  • e6752a9aec
    Add dangerzone document icon Micah Lee 2020-01-13 14:10:02 -0800
  • 810fa31a69
    Start adding Mac app bundle packaging Micah Lee 2020-01-13 12:41:14 -0800
  • 51cd76a456
    Allow browsing for all support file types, update README to include supported file types, and update container that supports them all Micah Lee 2020-01-13 12:02:50 -0800
  • 46585f15a8
    Start printing container output to stdout as well, and update container Micah Lee 2020-01-10 17:23:19 -0800
  • 90df7894aa
    Make tasks more robust in handling failure by checking for return codes Micah Lee 2020-01-10 16:56:50 -0800
  • 3928a3fa5a
    Switch container to ubuntu:20.04, because the file command in ubuntu:18.04 failed at properly recogonnizing a .docx MIME type, and 18.04 is soon to be released Micah Lee 2020-01-09 16:58:17 -0800
  • 13452a41aa
    Fix opening save PDFs in Linux, and add some spacing in settings widget Micah Lee 2020-01-09 15:01:15 -0800
  • 3be1d63330
    Open in safe PDFs in macOS Micah Lee 2020-01-09 14:37:04 -0800
  • c46f177c9e
    Add pyobjc-core and pyobjc-framework-launchservices deps, in order to access applications that can open specific MIME types in macOS Micah Lee 2020-01-09 13:36:08 -0800
  • 816a8fecd7
    Remove css padding because it looks totally wrong in macOS Micah Lee 2020-01-09 13:13:03 -0800
  • 0f464dcb0c
    Detect the string "dangerzone" in docker output, instead of "localhost/dangerzone" Micah Lee 2020-01-09 13:11:42 -0800
  • dd295271f5
    Make work in macOS using docker instead of podman Micah Lee 2020-01-09 13:09:17 -0800
  • 8a84c115a1
    Make the container a git submodule Micah Lee 2020-01-09 11:35:47 -0800
  • 911a511e11
    Remove container in preparation of making it a git submodule Micah Lee 2020-01-09 11:30:37 -0800
  • 48fd8ece40
    Alphebatize the OCR language dropdown Micah Lee 2020-01-09 09:47:33 -0800
  • 2e7a8d2ecd
    Add work-in-progress disclaimer to readme Micah Lee 2020-01-09 09:36:25 -0800
  • e1d0163504
    Display command being executed in each task Micah Lee 2020-01-08 14:26:26 -0800
  • 2efde47ac4
    Update readme Micah Lee 2020-01-08 09:54:54 -0800
  • e4e5f71419
    Make passing in the filename an argument instead of an option, so desktop file will work properly Micah Lee 2020-01-07 17:20:14 -0800
  • 0aa7ff5f7c
    Don't let you open safe PDFs in dangerzone Micah Lee 2020-01-07 17:12:23 -0800
  • e85191b498
    Debian packaging Micah Lee 2020-01-07 17:10:54 -0800
  • 6bac63fb5c
    Make update containers checkbox required if the dangerzone podman image does not exist Micah Lee 2020-01-07 16:52:46 -0800
  • 5e0c521293
    Pass OCR environment variables into container Micah Lee 2020-01-07 16:46:04 -0800
  • 757a30794d
    Update output on pixels-to-pdf to have one line per page Micah Lee 2020-01-07 16:29:35 -0800
  • 3ea50a477d
    Either save or open must be checked Micah Lee 2020-01-07 16:27:02 -0800
  • de2ae17544
    If not saving, then save it to a temp file instead Micah Lee 2020-01-07 16:22:16 -0800
  • fcc2742a36
    Add icon; when closing window use correct location of Qt app; print the command before executing the PDF reader Micah Lee 2020-01-07 16:18:49 -0800
  • cbc4a1e7ea
    Save and open document, as needed Micah Lee 2020-01-07 16:14:43 -0800
  • bdcd61b964
    Clicking start starts running the tasks Micah Lee 2020-01-07 16:09:08 -0800
  • dbff6b4b79
    Make save browse button let you select an output file Micah Lee 2020-01-07 15:41:32 -0800
  • 85644ad097
    When passing in a filename, autoselect that document Micah Lee 2020-01-07 15:35:49 -0800
  • c9e32ef82d
    Allow selecting a document, then show settings Micah Lee 2020-01-07 15:32:21 -0800
  • b527776e28
    Start making settings widget Micah Lee 2020-01-07 14:21:39 -0800
  • acf46980f3
    Designed a logo Micah Lee 2020-01-07 11:15:39 -0800
  • 66cf6395c8
    Add support for converting xlsx to pdf Micah Lee 2020-01-07 11:15:06 -0800
  • 3e1ad6376c
    Add support for converting docx to pdf using headless libreoffice Micah Lee 2020-01-07 10:22:11 -0800
  • ab425feef5
    Support english-language OCR Micah Lee 2020-01-07 09:52:04 -0800
  • db23ced6c5
    Rename container scripts to document-to-pixels and pixels-to-pdf, and add tesseract dependency Micah Lee 2020-01-07 09:32:51 -0800
  • 195386d526
    Finish making convert to safe PDF work Micah Lee 2020-01-06 18:17:48 -0800
  • bcad2f6256
    Convert to pixel data Micah Lee 2020-01-06 17:02:12 -0800
  • fe028e5f0c
    Move container to its own folder Micah Lee 2020-01-06 14:50:44 -0800
  • 0b9823a34e
    Initial commit Micah Lee 2020-01-06 14:40:09 -0800
  • deba465a5b
    Initial commit Micah Lee 2020-01-06 12:42:38 -0800