onionshare/onionshare_gui
2018-07-21 15:50:37 +10:00
..
__init__.py Fix a few bugs that I missed when merging in develop 2018-04-22 17:46:14 -07:00
alert.py Completely refactor common to make a Common class, and pass that class down into all parts of the program 2018-03-08 10:18:31 -08:00
downloads.py Merge branch 'develop' into receiver-mode 2018-04-22 17:38:28 -07:00
file_selection.py Completely refactor common to make a Common class, and pass that class down into all parts of the program 2018-03-08 10:18:31 -08:00
onionshare_gui.py Fix some lingering attribute/module references that had not been updated to use their new names/paths 2018-05-28 15:52:43 +10:00
server_status.py Move settings into the Common object, so the settings are available to all objects (including Web, which is required for receive mode) 2018-03-13 03:28:47 -07:00
settings_dialog.py Fix another two places where Alert was called without passing the common object 2018-07-21 15:50:37 +10:00
tor_connection_dialog.py Move settings into the Common object, so the settings are available to all objects (including Web, which is required for receive mode) 2018-03-13 03:28:47 -07:00
update_checker.py Completely refactor common to make a Common class, and pass that class down into all parts of the program 2018-03-08 10:18:31 -08:00