dangerzone/dangerzone
deeplow 649e427486
Make DangerzoneGui a subclass of DangerzoneCore
Simplify state sharing by having all dangerzone core logic in one
single class instead of two.
2022-10-27 13:44:16 +01:00
..
gui Make DangerzoneGui a subclass of DangerzoneCore 2022-10-27 13:44:16 +01:00
__init__.py Remove separate dangerzone-container entry point, make CLI work with it, and refactor container code to be more DRY 2021-08-04 16:21:00 -07:00
args.py Always resolve relative paths in Document class 2022-10-27 13:44:11 +01:00
cli.py Rename global_common.GlobalCommon class to logic.Dangerzone 2022-10-27 13:44:13 +01:00
container.py fix return type for container.install() 2022-09-15 13:26:05 +01:00
document.py Move safe PDF naming logic to document.py 2022-10-27 13:44:12 +01:00
errors.py Validate filename arguments through Click 2022-10-27 13:44:08 +01:00
logic.py Make DangerzoneGui a subclass of DangerzoneCore 2022-10-27 13:44:16 +01:00
settings.py Rename global_common.GlobalCommon class to logic.Dangerzone 2022-10-27 13:44:13 +01:00
util.py move to util: get_subprocess_startupinfo 2022-09-15 10:40:36 +01:00