Commit graph

  • 93392f8206
    add mypy as dev dependency (type checking lint) deeplow 2022-07-20 10:47:36 +0100
  • 7bac3eb6b1
    remove get_resource_path() comments (too long) deeplow 2022-08-16 18:57:08 +0100
  • ece36dc287
    add lint checks on CI deeplow 2022-07-20 10:09:06 +0100
  • 4d8e4c53e3
    sort imports with isort linter deeplow 2022-07-20 09:07:34 +0100
  • 90a51a0004
    apply black lint tool's suggestions deeplow 2022-07-20 09:05:50 +0100
  • 6fc0e2c15f
    add Makefile with linters (black & isort) deeplow 2022-07-20 08:59:37 +0100
  • b73efb30ae
    add isort as dev dependency deeplow 2022-07-20 08:54:31 +0100
  • bd51947fca
    deduplicate container_args deeplow 2022-08-22 09:24:40 +0100
  • 345ac8a396
    podman run with --userns=keep-id to mount volumes deeplow 2022-08-15 13:08:37 +0100
  • 21a9a6c98c
    running dangerzone without root in container deeplow 2022-08-15 11:10:02 +0100
  • 2d4bad680e
    drop all linux kernel capabilities from containers deeplow 2022-08-10 19:44:09 +0100
  • a02801cc2d
    add again the --security-opt flag deeplow 2022-08-10 17:32:36 +0100
  • e63c931800
    Remove psutil, termcolor, and wmi dependencies Guthrie McAfee Armstrong 2022-08-18 12:54:59 -0400
  • 575c4b2302
    Remove macholib dependency (fix #145) Guthrie McAfee Armstrong 2022-06-15 19:56:49 -0400
  • 395eba0a74
    Remove requests dependency Guthrie McAfee Armstrong 2022-06-15 19:55:00 -0400
  • 0b9e91434d
    Update poetry.lock Guthrie McAfee Armstrong 2022-06-15 19:53:22 -0400
  • f2f2e6f143
    in cli-mode banner should be printed instead deeplow 2022-08-18 12:20:26 +0100
  • 67d91be81a
    replace prints with logging deeplow 2022-08-09 15:42:19 +0100
  • c2a140807f
    simplify get_resource_path logic deeplow 2022-08-16 15:23:31 +0100
  • 4d9f729654
    fix win build failure due to package autodiscovery deeplow 2022-08-05 10:22:43 +0100
  • 295d77074b
    do not mention the python micro version deeplow 2022-08-16 11:11:06 +0100
  • 80a3543202
    Merge branch 'update-ci' deeplow 2022-08-05 11:38:20 +0100
  • c713801e77
    remove EOL ubuntu versions deeplow 2022-08-04 19:23:41 +0100
  • 47364c200c
    disable debian 12 while waiting on upsteam fix deeplow 2022-07-18 13:23:47 +0100
  • 72f5200de5
    Merge pull request #171 from montoyamoraga/patch-1 deeplow 2022-07-15 05:13:09 -0400
  • 5af3d7396e
    Merge pull request #2 from deeplow/qt6-finished-removed Guthrie McAfee Armstrong 2022-07-12 10:31:20 -0400
  • a2ce4ff396
    Specify patch number 6.2.4 for PySide6 dependency version Guthrie McAfee Armstrong 2022-07-12 10:14:00 -0400
  • 7d61508099
    remove unneeded "finished" signal in QThread deeplow 2022-07-12 15:02:05 +0100
  • a04ed076cb
    update distros in CI (deprecate old & add new ver.) deeplow 2022-07-11 11:01:19 +0100
  • 9733e562f9
    delete repetition of word "of" aarón montoya-moraga 2022-06-26 01:59:54 -0400
  • 4badadc9b0
    Remove completed TODOs Guthrie McAfee Armstrong 2022-06-11 13:32:52 -0400
  • b7809579b4
    Fix typos in test_cli.py conditions Guthrie McAfee Armstrong 2022-06-09 18:16:36 -0400
  • cd338ab5d8
    Add unit tests Guthrie McAfee Armstrong 2022-06-09 17:44:53 -0400
  • 4e92a22f97
    Use xdg.BaseDirectory in _find_pdf_viewers Guthrie McAfee Armstrong 2022-06-07 23:45:41 -0400
  • ce95dffc06
    Don't hardcode "Docker" in help text Guthrie McAfee Armstrong 2022-06-07 20:22:29 -0400
  • 801d98fd05
    Expand mypy compliance, ignore unsupported packages Guthrie McAfee Armstrong 2022-06-07 20:19:19 -0400
  • 1042c51974
    Move is_container_installed and install_container to container module Guthrie McAfee Armstrong 2022-06-06 22:33:43 -0400
  • c655d3a2ca
    Have GuiCommon subclass Common Guthrie McAfee Armstrong 2022-06-06 22:28:01 -0400
  • 52e5154ee7
    Convert relative imports to absolute Guthrie McAfee Armstrong 2022-06-06 22:04:16 -0400
  • 4fd233e72b
    Undo accidental tweak of platform_args Guthrie McAfee Armstrong 2022-06-06 22:02:48 -0400
  • 8eefbefa1a
    Run black dangerzone to fix up style Guthrie McAfee Armstrong 2022-06-06 21:50:04 -0400
  • ba516476de
    Delete global_common.py, move its functions to dzutil Guthrie McAfee Armstrong 2022-06-06 21:40:02 -0400
  • ca5d17571b
    Remove GlobalCommon, convert its methods (all static) to functions Guthrie McAfee Armstrong 2022-06-06 21:35:27 -0400
  • 519b8fd1b8
    Remove all instantiations of GlobalCommon, move Settings to GuiCommon Guthrie McAfee Armstrong 2022-06-06 21:31:33 -0400
  • 2f48e8aad9
    Remove unused dangerzone.gui.common.Alert Guthrie McAfee Armstrong 2022-06-06 21:30:17 -0400
  • 7eb10231a4
    Inline container.exec into container.exec_container Guthrie McAfee Armstrong 2022-06-06 21:01:09 -0400
  • bbce13d9f8
    Use pathlib internally in dzutil Guthrie McAfee Armstrong 2022-06-06 20:57:35 -0400
  • 2da6ce02c8
    Make GlobalCommon completely static except for __init__ Guthrie McAfee Armstrong 2022-06-05 18:23:10 -0400
  • 4978ab78bd
    Add typing extensions to developer dependencies for mypy support Guthrie McAfee Armstrong 2022-06-06 20:43:18 -0400
  • 815c2eff52
    Fix typo in CONTAINER_COMMAND value Guthrie McAfee Armstrong 2022-06-06 17:45:01 -0400
  • 17ff3a8795
    Refactor static methods as functions in util module Guthrie McAfee Armstrong 2022-06-04 20:39:25 -0400
  • 42a1f01e6f
    Access methods statically in dangerzone.gui.common Guthrie McAfee Armstrong 2022-06-04 19:16:01 -0400
  • 30065371e3
    Refactor GlobalCommon methods to be static Guthrie McAfee Armstrong 2022-06-04 17:36:27 -0400
  • 616ba55db7
    Add more type annotations Guthrie McAfee Armstrong 2022-06-04 17:01:16 -0400
  • bdc08d79cd
    Fix missing SysTray Guthrie McAfee Armstrong 2022-06-04 15:36:01 -0400
  • 16dfa477b4
    Fix circular import Guthrie McAfee Armstrong 2022-06-04 15:31:19 -0400
  • fc8d2af23b
    Unwrap QApplication Guthrie McAfee Armstrong 2022-06-04 08:49:07 -0400
  • bd33f16af4
    Fix TypeError in ConvertThread.run Guthrie McAfee Armstrong 2022-06-02 14:41:27 -0400
  • 851124e863
    Upgrade from PySide2 (Qt 5) to PySide6 (Qt 6) Guthrie McAfee Armstrong 2022-05-31 17:04:01 -0400
  • c088951cd7
    Support Python 3.10 Guthrie McAfee Armstrong 2022-05-28 14:28:47 -0400
  • d8adb2e9cc
    Properly cleanup after conversion v0.3.1 Micah Lee 2021-12-14 12:29:55 -0800
  • 17e1121e57
    Version bump to 0.3.1 and update changelog Micah Lee 2021-12-14 10:27:41 -0800
  • ccb5d85afa
    Fix "open with" Dangerzone in macOS Micah Lee 2021-12-14 10:21:42 -0800
  • c19d8aad86
    Add icon to Windows binaries Micah Lee 2021-12-14 09:12:20 -0800
  • 20c0edec4a
    Merge pull request #142 from firstlookmedia/131-packaging Micah Lee 2021-12-13 16:46:33 -0800
  • 0cf514eba7
    Fix version path Micah Lee 2021-12-13 15:32:35 -0800
  • a710178d75
    Add package scripts for windows Micah Lee 2021-12-13 15:25:41 -0800
  • bc8b9d62b4
    Switch Windows package from pyinstaller to cx_freeze Micah Lee 2021-12-13 15:23:45 -0800
  • 2206df0422
    Merge pull request #141 from firstlookmedia/137-docker-exception Micah Lee 2021-12-13 11:37:44 -0800
  • c312420aba
    Ignore exceptions when there's an error deleting an old container image Micah Lee 2021-12-13 11:37:19 -0800
  • 8044f22768
    Merge pull request #140 from firstlookmedia/136-gui-ocr Micah Lee 2021-12-13 11:33:12 -0800
  • d90097e7af
    In GUI only use OCR if the OCR box is checked Micah Lee 2021-12-13 11:32:41 -0800
  • 1f16433b9a
    Merge pull request #139 from firstlookmedia/134-move-file Micah Lee 2021-12-13 11:18:15 -0800
  • a81b2043cf
    Use shutil.move instead of os.rename in case files are on different disks Micah Lee 2021-12-13 10:55:55 -0800
  • b4cae37874
    Deploy ubuntu on 21.04 v0.3 Micah Lee 2021-11-30 18:01:57 -0800
  • 3a337eee1f
    Refactor deployments Micah Lee 2021-11-30 17:31:57 -0800
  • defe9ef9dc
    Deploy different versions of fedora, debian, and ubuntu from the same container Micah Lee 2021-11-30 17:08:24 -0800
  • 4ecaad18fd
    Force ruby 2.7 Micah Lee 2021-11-30 16:45:39 -0800
  • 6f6dae109f
    Fix typo in CircleCI deploy Micah Lee 2021-11-30 16:04:36 -0800
  • 8f22c4d680
    Simplify CircleCI deployment and display debug output Micah Lee 2021-11-30 15:56:32 -0800
  • 57f7ed26f8
    Typo in release docs, and add to changelog Micah Lee 2021-11-30 15:04:15 -0800
  • 369ffe6cea
    Allow opening external links in the WaitingWidget label Micah Lee 2021-11-30 14:59:05 -0800
  • 89cf07d2b1
    Remove obsolete status bar action Micah Lee 2021-11-30 09:59:05 -0800
  • 9f5fe7612c
    Remove support for tiff because graphicsmagick is failing to convert it v0.3.dev1 Micah Lee 2021-11-29 17:14:01 -0800
  • 8757ff8296
    Only add --platform linux/amd64 in docker, not in podman Micah Lee 2021-11-29 16:44:30 -0800
  • 1d08e12f5e
    When running containers, explictly use path to python3 and .py file, and --force when deleting the obsolete image Micah Lee 2021-11-29 16:33:55 -0800
  • 7e74371edd
    Exit cli with -1 on failure Micah Lee 2021-11-29 16:22:22 -0800
  • 32792fc143
    Don't specify --platform when building in CircleCI Micah Lee 2021-11-29 16:12:07 -0800
  • 0908e2941b
    Use the latest docker in CI Micah Lee 2021-11-29 16:10:34 -0800
  • 4a92048389
    Update the CircleCI cache key to no longer rely on files that are deleted Micah Lee 2021-11-29 16:07:18 -0800
  • 42f8fb9e2f
    Rename the container in CircleCI Micah Lee 2021-11-29 16:04:20 -0800
  • 433639d51f
    Explicitly build linux/amd64 container Micah Lee 2021-11-29 15:51:18 -0800
  • 8052220034
    Get rid of wrapper scripts in the container Micah Lee 2021-11-29 15:39:24 -0800
  • 2de2b6dca5
    Rename dangerzone-converter to container Micah Lee 2021-11-29 15:30:21 -0800
  • 3e11dc11e0
    Switch back to PyInstaller from PyPi Micah Lee 2021-11-29 15:04:20 -0800
  • 2a5891dfc3
    Typo Micah Lee 2021-11-29 14:55:49 -0800
  • 8d40555bf5
    Prevent background windows from popping up for subprocess calls in Windows Micah Lee 2021-11-29 14:55:31 -0800
  • ee04570048
    Specify linux/amd64 platform when running docker run Micah Lee 2021-11-24 17:00:33 -0800
  • 387a742487
    Delete the .tar after compressing in Windows, and fix Windows installer dev-v0.3.dev1 Micah Lee 2021-11-24 16:38:15 -0800
  • a36599b798
    Resize screenshots Micah Lee 2021-11-24 16:04:06 -0800