aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/tor_settings_tab.py
AgeCommit message (Expand)Author
2021-12-19Move desktop code from desktop/src/onionshare to just desktop/onionshareMicah Lee
2021-11-06In all modes, if Tor isn't connected display a message instead of showing the...Micah Lee
2021-11-06Remove sticky "Disconnected from Tor" message (patch thanks to @mig5)Micah Lee
2021-10-26Don't delete any custom bridges that are setMicah Lee
2021-10-26Show message in Tor Settings tab if any tabs have active services, to prevent...Micah Lee
2021-10-26Refactor Tor Settings tab to use the new settingsMicah Lee
2021-10-24Merge branch 'censorship' into 1442_settings_tabsMicah Lee
2021-10-24Only show bridge error if connection type is bundledMicah Lee
2021-10-24Implement blank settings_have_changed in SettingsTab and TorSettingsTabMicah Lee
2021-10-24Fix TabWidget to stop confusing tab_id and indexMicah Lee
2021-10-24Rename tor_connection_dialog.py to tor_connection.pyMicah Lee
2021-10-24Saving tor settings connects to tor in the widget, not the dialog. And erros ...Micah Lee
2021-10-20Fix mixup with tab_ids and their indicies, so tabs open and close smoothlyMicah Lee
2021-10-20Create a TorConnectionWidget, and use that when testing settingsMicah Lee
2021-10-20Refactor TorSettingsDialog into TorSettingsTabMicah Lee
2021-10-20Refactor SettingsDialog into SettingsTabMicah Lee