summaryrefslogtreecommitdiff
path: root/onionshare_gui/tor_connection_dialog.py
AgeCommit message (Expand)Author
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the p...Micah Lee
2018-04-25Allow changing downloads_dir from SettingsDialogMicah Lee
2018-04-24Update GPL copyright yearMicah Lee
2018-03-13Move settings into the Common object, so the settings are available to all ob...Micah Lee
2018-03-08Completely refactor common to make a Common class, and pass that class down i...Micah Lee
2018-01-13Don't start the check_for_requests timer until after connected to Tor, and re...Micah Lee
2017-12-21Fixes for the edge case where Tor connection dialog is canceled, but the Tor ...Miguel Jacq
2017-12-21Ensure we don't consider the Tor connection 'lost' if we're still in the conn...Miguel Jacq
2017-11-12add missing arg to onion.connect() (config) which broke the Tor Connection pr...Miguel Jacq
2017-05-17Fix bug with displaying error messageMicah Lee
2017-05-16Oops, set the TorConnectionDialog window title backMicah Lee
2017-05-16When saving settings, if Tor settings changed or if Tor isn't connected, rebo...Micah Lee
2017-05-16Fixed signal/slot/thread issue in TorConnectionDialog and TorConnectionThread...Micah Lee
2017-05-16Fixed typo in signal name, error_connecting_to_tor instead of error_connectio...Micah Lee
2017-05-16Move connecting to Tor into its own separate threadMicah Lee
2017-05-16Added debug logging to OnionShareGui, SettingsDialog, TorConnectionDialog, an...Micah Lee
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-05-14Now when you cancel connecting to Tor, it prompts you if you want to quit or ...Micah Lee
2017-05-14OnionShare connects fine when connection_type isn't bundled_tor, and it now d...Micah Lee
2017-05-14Move owernship of the TorConnetionDialog objection from __init__.py into the ...Micah Lee
2017-05-14Set the size of the TorConnectionDialog to avoid it resizing the window as el...Micah Lee
2017-04-17Made clicking Exit in the TorConnectionDialog exit the appMicah Lee
2017-04-17Began making a TorConnectionDialog, which handles connecting to the Tor networkMicah Lee