aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/tab_widget.py
AgeCommit message (Expand)Author
2021-12-19Move desktop code from desktop/src/onionshare to just desktop/onionshareMicah Lee
2021-12-01Explicitly cleanup temp files and dirsMicah Lee
2021-11-09When Tor is disconnected, hide the Check for Updates button in the Settings tabMicah Lee
2021-11-06macOS seems to have close buttons that work on their own nowMicah 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-26Set self.torr_settings_tab to None _before_ deleting the tabMicah Lee
2021-10-26Show message in Tor Settings tab if any tabs have active services, to prevent...Micah Lee
2021-10-24Fix TabWidget to stop confusing tab_id and indexMicah Lee
2021-10-20Fix mixup with tab_ids and their indicies, so tabs open and close smoothlyMicah Lee
2021-10-20Refactor TorSettingsDialog into TorSettingsTabMicah Lee
2021-10-20Refactor SettingsDialog into SettingsTabMicah Lee
2021-04-13Add tooltips to tabs, so you can tell what even long titles areMicah Lee
2021-04-13Put the title and persistent options at the top of the options widget, above ...Micah Lee
2021-04-13Add custom title to GUIMicah Lee
2021-02-22Update copyright year to 2021Micah Lee
2020-11-27When quitting OnionShare with services started, make sure the web services ge...Micah Lee
2020-11-04Manually make close tab buttons in macOS, because PySide2 is not showing the ...Micah Lee
2020-10-14Fix extremely obnoxious bug related to differences in QTabWidget between PyQt...Micah Lee
2020-10-13Port from PyQt5 to PySide2Micah Lee
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make modi...Micah Lee