aboutsummaryrefslogtreecommitdiff
path: root/desktop/onionshare/tab_widget.py
AgeCommit message (Collapse)Author
2023-05-26Check current index tab for autoconnectfix-autoconnect-with-persistent-tabsSaptak S
Currently, we were testing the first tab for autoconnect. However, in case of persistent tabs, that doesn't work. Since autoconnect is the last tab that gets added in that case. So we need to check the current active tab
2022-10-23Upgraded desktop/{onionshare,tests} to PySide6NoisyCoil
2022-04-30Opens new tab if the only other tab is a settings tabSaptak S
2022-03-29Add Ctrl+H to open Settings tab, and let it be closed with Ctrl+X tooMiguel Jacq
2022-03-28Add shortcuts for modes and new/close tab. Set accessible string for modes ↵Miguel Jacq
on mode chooser
2022-03-06Merge pull request #1533 from SaptakS/settings-subtabsMicah Lee
Settings subtabs
2022-02-28Replace double quotes with single quotesSaptak S
2022-02-24Chose the active tab in settings based on what is clickedSaptak S
2022-02-24Cleanup codeSaptak S
2022-02-24Fix the settings tab callsSaptak S
2022-02-24Moving tor settings and app settings as subtabs under a parent settings tabSaptak S
2022-02-13Add rocket ship animationMicah Lee
2022-02-13Merge branch 'develop' into censorshipMicah Lee
2022-01-16Update copyright year to 2022Micah Lee
2021-12-19Move desktop code from desktop/src/onionshare to just desktop/onionshareMicah Lee