aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/settings_dialog.py
AgeCommit message (Expand)Author
2021-10-20Refactor SettingsDialog into SettingsTabMicah Lee
2021-10-15Improve the look of the Settings dialog, displaying the version and help linkMicah Lee
2021-10-13Improve layout of SettingsDialogMicah Lee
2021-10-12Rip out Tor settings from SettingsDialogMicah Lee
2021-10-12Start splitting settings into normal settings and Tor settingsMicah Lee
2021-08-14Adds alert asking user to restart OnionShare to apply color mode change after...Saptak S
2021-07-23Updated Dark ModeSIDDHANT DIXIT
2021-07-19Added user theme preference option in SettingsSIDDHANT DIXIT
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-02-22Update copyright year to 2021Micah Lee
2021-02-22Fix the onion object when checking for a new release via the Settings DialogMiguel Jacq
2020-12-01Merge pull request #1239 from micahflee/1214_onion_error_translationsMicah Lee
2020-11-29All Tor-related that get thrown from the onionshare_cli.Onion object now get ...Micah Lee
2020-11-29Make settings dialog use the correct get_tor_paths methodMicah Lee
2020-11-01Install new dependencies so CircleCI tests run, and fix a pytest warningMicah Lee
2020-10-15Put tor binaries in desktop app resources, not cli resources, and fix Windows...Micah Lee
2020-10-14PySide2 does not use QVariantMicah 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