diff --git a/gui/v2/.gitignore b/gui/v2/.gitignore new file mode 100755 index 0000000..be7bf98 --- /dev/null +++ b/gui/v2/.gitignore @@ -0,0 +1,27 @@ +__pycache__/ +*.py[cod] +*$py.class + +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.coverage +htmlcov/ + +build/ +dist/ +*.egg-info/ + +.venv/ +venv/ +env/ + +.env +.env.* + +*.log +logs/ + +.DS_Store +Thumbs.db +desktop.ini diff --git a/gui/v2/__pycache__/__init__.cpython-312.pyc b/gui/v2/__pycache__/__init__.cpython-312.pyc deleted file mode 100755 index 6eeaf30..0000000 Binary files a/gui/v2/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/__pycache__/__main__.cpython-312.pyc b/gui/v2/__pycache__/__main__.cpython-312.pyc deleted file mode 100644 index 439c15b..0000000 Binary files a/gui/v2/__pycache__/__main__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/__init__.cpython-312.pyc b/gui/v2/actions/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index e2e5d3a..0000000 Binary files a/gui/v2/actions/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/config.cpython-312.pyc b/gui/v2/actions/__pycache__/config.cpython-312.pyc deleted file mode 100644 index cc2d50a..0000000 Binary files a/gui/v2/actions/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/flags.cpython-312.pyc b/gui/v2/actions/__pycache__/flags.cpython-312.pyc deleted file mode 100644 index dab09e7..0000000 Binary files a/gui/v2/actions/__pycache__/flags.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/locations.cpython-312.pyc b/gui/v2/actions/__pycache__/locations.cpython-312.pyc deleted file mode 100644 index 3138239..0000000 Binary files a/gui/v2/actions/__pycache__/locations.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/logging_setup.cpython-312.pyc b/gui/v2/actions/__pycache__/logging_setup.cpython-312.pyc deleted file mode 100644 index ae774f2..0000000 Binary files a/gui/v2/actions/__pycache__/logging_setup.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/profile_data.cpython-312.pyc b/gui/v2/actions/__pycache__/profile_data.cpython-312.pyc deleted file mode 100644 index 39595b2..0000000 Binary files a/gui/v2/actions/__pycache__/profile_data.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/profile_order.cpython-312.pyc b/gui/v2/actions/__pycache__/profile_order.cpython-312.pyc deleted file mode 100644 index 45ec89f..0000000 Binary files a/gui/v2/actions/__pycache__/profile_order.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/should_be_synchronized.cpython-312.pyc b/gui/v2/actions/__pycache__/should_be_synchronized.cpython-312.pyc deleted file mode 100644 index d9f35f0..0000000 Binary files a/gui/v2/actions/__pycache__/should_be_synchronized.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/sync.cpython-312.pyc b/gui/v2/actions/__pycache__/sync.cpython-312.pyc deleted file mode 100644 index 8c2b2d4..0000000 Binary files a/gui/v2/actions/__pycache__/sync.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/actions/__pycache__/ticket_failure.cpython-312.pyc b/gui/v2/actions/__pycache__/ticket_failure.cpython-312.pyc deleted file mode 100644 index 7a5d2f9..0000000 Binary files a/gui/v2/actions/__pycache__/ticket_failure.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/infrastructure/__pycache__/__init__.cpython-312.pyc b/gui/v2/infrastructure/__pycache__/__init__.cpython-312.pyc deleted file mode 100755 index 3c1f448..0000000 Binary files a/gui/v2/infrastructure/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/infrastructure/__pycache__/connection_manager.cpython-312.pyc b/gui/v2/infrastructure/__pycache__/connection_manager.cpython-312.pyc deleted file mode 100644 index 0c96f83..0000000 Binary files a/gui/v2/infrastructure/__pycache__/connection_manager.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/infrastructure/__pycache__/navigator.cpython-312.pyc b/gui/v2/infrastructure/__pycache__/navigator.cpython-312.pyc deleted file mode 100644 index e7da53c..0000000 Binary files a/gui/v2/infrastructure/__pycache__/navigator.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/infrastructure/__pycache__/page_registry.cpython-312.pyc b/gui/v2/infrastructure/__pycache__/page_registry.cpython-312.pyc deleted file mode 100644 index 79a24b3..0000000 Binary files a/gui/v2/infrastructure/__pycache__/page_registry.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/infrastructure/__pycache__/setup_observers.cpython-312.pyc b/gui/v2/infrastructure/__pycache__/setup_observers.cpython-312.pyc deleted file mode 100644 index 1710a87..0000000 Binary files a/gui/v2/infrastructure/__pycache__/setup_observers.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/__pycache__/__init__.cpython-312.pyc b/gui/v2/ui/__pycache__/__init__.cpython-312.pyc deleted file mode 100755 index 69f7ced..0000000 Binary files a/gui/v2/ui/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/builders/__pycache__/__init__.cpython-312.pyc b/gui/v2/ui/builders/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 159212c..0000000 Binary files a/gui/v2/ui/builders/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/builders/__pycache__/bottom_section.cpython-312.pyc b/gui/v2/ui/builders/__pycache__/bottom_section.cpython-312.pyc deleted file mode 100644 index a7ed5a9..0000000 Binary files a/gui/v2/ui/builders/__pycache__/bottom_section.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/builders/__pycache__/system_tray.cpython-312.pyc b/gui/v2/ui/builders/__pycache__/system_tray.cpython-312.pyc deleted file mode 100644 index f03ade5..0000000 Binary files a/gui/v2/ui/builders/__pycache__/system_tray.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/builders/__pycache__/top_section.cpython-312.pyc b/gui/v2/ui/builders/__pycache__/top_section.cpython-312.pyc deleted file mode 100644 index 31cf23e..0000000 Binary files a/gui/v2/ui/builders/__pycache__/top_section.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/Page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/Page.cpython-312.pyc deleted file mode 100644 index 272ca07..0000000 Binary files a/gui/v2/ui/pages/__pycache__/Page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/__init__.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/__init__.cpython-312.pyc deleted file mode 100755 index 1fb2085..0000000 Binary files a/gui/v2/ui/pages/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/_dummy_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/_dummy_page.cpython-312.pyc deleted file mode 100755 index 1713287..0000000 Binary files a/gui/v2/ui/pages/__pycache__/_dummy_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/browser_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/browser_page.cpython-312.pyc deleted file mode 100644 index 9554d34..0000000 Binary files a/gui/v2/ui/pages/__pycache__/browser_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/hidetor_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/hidetor_page.cpython-312.pyc deleted file mode 100644 index 0879168..0000000 Binary files a/gui/v2/ui/pages/__pycache__/hidetor_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/id_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/id_page.cpython-312.pyc deleted file mode 100644 index 0f8512f..0000000 Binary files a/gui/v2/ui/pages/__pycache__/id_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/location_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/location_page.cpython-312.pyc deleted file mode 100644 index 51e03f2..0000000 Binary files a/gui/v2/ui/pages/__pycache__/location_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/location_verification_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/location_verification_page.cpython-312.pyc deleted file mode 100644 index 25b1b57..0000000 Binary files a/gui/v2/ui/pages/__pycache__/location_verification_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/menu_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/menu_page.cpython-312.pyc deleted file mode 100644 index 1ed7e8d..0000000 Binary files a/gui/v2/ui/pages/__pycache__/menu_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/payment_details_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/payment_details_page.cpython-312.pyc deleted file mode 100644 index 288ffe6..0000000 Binary files a/gui/v2/ui/pages/__pycache__/payment_details_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/plan_picker_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/plan_picker_page.cpython-312.pyc deleted file mode 100644 index 5b31cee..0000000 Binary files a/gui/v2/ui/pages/__pycache__/plan_picker_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/protocol_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/protocol_page.cpython-312.pyc deleted file mode 100644 index 12f8a8e..0000000 Binary files a/gui/v2/ui/pages/__pycache__/protocol_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/resume_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/resume_page.cpython-312.pyc deleted file mode 100644 index 12837c2..0000000 Binary files a/gui/v2/ui/pages/__pycache__/resume_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/screen_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/screen_page.cpython-312.pyc deleted file mode 100644 index 942a1ce..0000000 Binary files a/gui/v2/ui/pages/__pycache__/screen_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/sync_screen.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/sync_screen.cpython-312.pyc deleted file mode 100644 index b403f5a..0000000 Binary files a/gui/v2/ui/pages/__pycache__/sync_screen.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/pages/__pycache__/ticket_crypto_picker_page.cpython-312.pyc b/gui/v2/ui/pages/__pycache__/ticket_crypto_picker_page.cpython-312.pyc deleted file mode 100644 index 901dfc8..0000000 Binary files a/gui/v2/ui/pages/__pycache__/ticket_crypto_picker_page.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/popups/__pycache__/__init__.cpython-312.pyc b/gui/v2/ui/popups/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 4754004..0000000 Binary files a/gui/v2/ui/popups/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/popups/__pycache__/confirmation_popup.cpython-312.pyc b/gui/v2/ui/popups/__pycache__/confirmation_popup.cpython-312.pyc deleted file mode 100644 index 1df0752..0000000 Binary files a/gui/v2/ui/popups/__pycache__/confirmation_popup.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/popups/__pycache__/endpoint_verification_popup.cpython-312.pyc b/gui/v2/ui/popups/__pycache__/endpoint_verification_popup.cpython-312.pyc deleted file mode 100644 index 7e16c72..0000000 Binary files a/gui/v2/ui/popups/__pycache__/endpoint_verification_popup.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/popups/__pycache__/qrcode_dialog.cpython-312.pyc b/gui/v2/ui/popups/__pycache__/qrcode_dialog.cpython-312.pyc deleted file mode 100644 index e0d2fd7..0000000 Binary files a/gui/v2/ui/popups/__pycache__/qrcode_dialog.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/popups/__pycache__/ticket_data_loss_popup.cpython-312.pyc b/gui/v2/ui/popups/__pycache__/ticket_data_loss_popup.cpython-312.pyc deleted file mode 100644 index d2e6410..0000000 Binary files a/gui/v2/ui/popups/__pycache__/ticket_data_loss_popup.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/styles/__pycache__/__init__.cpython-312.pyc b/gui/v2/ui/styles/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 8135f69..0000000 Binary files a/gui/v2/ui/styles/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/ui/styles/__pycache__/styles.cpython-312.pyc b/gui/v2/ui/styles/__pycache__/styles.cpython-312.pyc deleted file mode 100644 index ec5ba94..0000000 Binary files a/gui/v2/ui/styles/__pycache__/styles.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/workers/__pycache__/__init__.cpython-312.pyc b/gui/v2/workers/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index b0d7edf..0000000 Binary files a/gui/v2/workers/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/workers/__pycache__/ticketing_worker_thread.cpython-312.pyc b/gui/v2/workers/__pycache__/ticketing_worker_thread.cpython-312.pyc deleted file mode 100644 index 452a06a..0000000 Binary files a/gui/v2/workers/__pycache__/ticketing_worker_thread.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/workers/__pycache__/worker.cpython-312.pyc b/gui/v2/workers/__pycache__/worker.cpython-312.pyc deleted file mode 100644 index 35bbd93..0000000 Binary files a/gui/v2/workers/__pycache__/worker.cpython-312.pyc and /dev/null differ diff --git a/gui/v2/workers/__pycache__/worker_thread.cpython-312.pyc b/gui/v2/workers/__pycache__/worker_thread.cpython-312.pyc deleted file mode 100644 index 8a56a88..0000000 Binary files a/gui/v2/workers/__pycache__/worker_thread.cpython-312.pyc and /dev/null differ