dangerzone/dangerzone
deeplow e487b7f0a9
Instantiate documents with a filename
Avoid setting document's filename via document.filename and instead
do it via object instantiation where possible.

Incidentally this has to change some window logic. When
select_document() is called it no longer checks if there is already an
open window with no document selected yet. The user can open as many
windows with unselected documents as they want.
2022-10-27 13:44:03 +01:00
..
gui Instantiate documents with a filename 2022-10-27 13:44:03 +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
cli.py Instantiate documents with a filename 2022-10-27 13:44:03 +01:00
container.py fix return type for container.install() 2022-09-15 13:26:05 +01:00
document.py Instantiate documents with a filename 2022-10-27 13:44:03 +01:00
global_common.py move global_common container logic to container.py 2022-09-15 12:09:34 +01:00
settings.py fix spacing (black lint tool) 2022-08-22 11:12:14 +01:00
util.py move to util: get_subprocess_startupinfo 2022-09-15 10:40:36 +01:00