onionshare/onionshare_gui
2018-01-13 22:46:57 -08:00
..
__init__.py Format the argparser output better, to deal with the longer argument names 2017-11-12 10:40:04 +11:00
alert.py Added debug logging to OnionShareGui, SettingsDialog, TorConnectionDialog, and Alert objects 2017-05-16 11:31:52 -07:00
downloads.py Remove debug data 2017-05-31 19:44:53 +10:00
file_selection.py #431 Set minimum height of FileList to prevent resize bug affecting scrolling/visibility of bottom rows 2017-12-04 16:39:22 +11:00
onionshare_gui.py Create the timer before the TorConnectionDialog dialog, but start it after. This way if you cancel the dialog, then click save in the settings, OnionShareGui.timer will already exist, even though though TorConnectionDialog hasn't closed yet 2018-01-13 22:46:57 -08:00
server_status.py Actually still uncheck the timer when the server stops, but *only* when it stops 2017-12-06 10:21:39 +11:00
settings_dialog.py Fixes for the edge case where Tor connection dialog is canceled, but the Tor process remains open in the background, which was causing onion.is_authenticated() to True. Remove excessive alerts 2017-12-21 14:08:13 +11:00
tor_connection_dialog.py Don't start the check_for_requests timer until after connected to Tor, and remove OnionShareGui.tor_con and TorConnectionDialog.t as class variables, making them local variables instead 2018-01-13 22:42:27 -08:00
update_checker.py Make it possible to supply a custom json settings file from somewhere else 2017-06-01 17:35:27 +10:00